File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
include/aspose_words_cloud/models Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ namespace aspose::words::cloud::models {
166166 PAPER10X14,
167167 PAPER11X17,
168168 NUMBER10_ENVELOPE,
169+ JIS_B4,
170+ JIS_B5,
169171 CUSTOM
170172 };
171173
Original file line number Diff line number Diff line change @@ -16806,6 +16806,8 @@ namespace aspose::words::cloud::models {
1680616806 if (value == aspose::words::cloud::models::PageSetup::PaperSize::PAPER10X14) return "Paper10x14";
1680716807 if (value == aspose::words::cloud::models::PageSetup::PaperSize::PAPER11X17) return "Paper11x17";
1680816808 if (value == aspose::words::cloud::models::PageSetup::PaperSize::NUMBER10_ENVELOPE) return "Number10Envelope";
16809+ if (value == aspose::words::cloud::models::PageSetup::PaperSize::JIS_B4) return "JisB4";
16810+ if (value == aspose::words::cloud::models::PageSetup::PaperSize::JIS_B5) return "JisB5";
1680916811 if (value == aspose::words::cloud::models::PageSetup::PaperSize::CUSTOM) return "Custom";
1681016812 throw aspose::words::cloud::ApiException(400, L"Invalid enum value");
1681116813 }
@@ -16829,6 +16831,8 @@ namespace aspose::words::cloud::models {
1682916831 if (value == "Paper10x14") return aspose::words::cloud::models::PageSetup::PaperSize::PAPER10X14;
1683016832 if (value == "Paper11x17") return aspose::words::cloud::models::PageSetup::PaperSize::PAPER11X17;
1683116833 if (value == "Number10Envelope") return aspose::words::cloud::models::PageSetup::PaperSize::NUMBER10_ENVELOPE;
16834+ if (value == "JisB4") return aspose::words::cloud::models::PageSetup::PaperSize::JIS_B4;
16835+ if (value == "JisB5") return aspose::words::cloud::models::PageSetup::PaperSize::JIS_B5;
1683216836 if (value == "Custom") return aspose::words::cloud::models::PageSetup::PaperSize::CUSTOM;
1683316837 throw aspose::words::cloud::ApiException(400, L"Invalid enum value");
1683416838 }
You can’t perform that action at this time.
0 commit comments