Class: AsposeWordsCloud::EpubSaveOptionsData
- Inherits:
-
Object
- Object
- AsposeWordsCloud::EpubSaveOptionsData
- Defined in:
- lib/aspose_words_cloud/models/epub_save_options_data.rb
Overview
Container class for epub save options.
Defined Under Namespace
Classes: EnumAttributeValidator
Instance Attribute Summary collapse
-
#allow_embedding_post_script_fonts ⇒ Object
Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved.
-
#allow_negative_indent ⇒ Object
Gets or sets a value indicating whether negative left and right indents of paragraphs are allowed (not normalized).
-
#css_class_name_prefix ⇒ Object
Gets or sets the prefix which is added to all CSS class names.
-
#css_style_sheet_file_name ⇒ Object
Gets or sets the name of the CSS file written when the document is exported to HTML.
-
#css_style_sheet_type ⇒ Object
Gets or sets the option that controls how the CSS styles are exported.
-
#custom_time_zone_info_data ⇒ Object
Gets or sets CustomTimeZoneInfo.
-
#dml3_d_effects_rendering_mode ⇒ Object
Gets or sets the value determining how 3D effects are rendered.
-
#dml_effects_rendering_mode ⇒ Object
Gets or sets the value determining how DrawingML effects are rendered.
-
#dml_rendering_mode ⇒ Object
Gets or sets the option that controls how DrawingML shapes are rendered.
-
#document_split_criteria ⇒ Object
Gets or sets the option that controls how the document should be split when saving.
-
#document_split_heading_level ⇒ Object
Gets or sets the maximum level of headings at which to split the document.
-
#encoding ⇒ Object
Gets or sets the character encoding to use when exporting.
-
#export_document_properties ⇒ Object
Gets or sets a value indicating whether to export built-in and custom document properties.
-
#export_drop_down_form_field_as_text ⇒ Object
Gets or sets the flag, that controls how drop-down form fields are saved to HTML.
-
#export_font_resources ⇒ Object
Gets or sets a value indicating whether font resources should be exported.
-
#export_fonts_as_base64 ⇒ Object
Gets or sets a value indicating whether fonts resources should be embedded to HTML in Base64 encoding.
-
#export_headers_footers_mode ⇒ Object
Gets or sets the option that controls how headers and footers are exported.
-
#export_images_as_base64 ⇒ Object
Gets or sets a value indicating whether images are saved in Base64 format.
-
#export_language_information ⇒ Object
Gets or sets a value indicating whether language information is exported.
-
#export_list_labels ⇒ Object
Gets or sets the option that controls how list labels are exported.
-
#export_original_url_for_linked_images ⇒ Object
Gets or sets a value indicating whether the original URL should be used as the URL of the linked images.
-
#export_page_margins ⇒ Object
Gets or sets a value indicating whether page margins are exported to HTML, MHTML or EPUB.
-
#export_page_setup ⇒ Object
Gets or sets a value indicating whether page setup is exported.
-
#export_relative_font_size ⇒ Object
Gets or sets a value indicating whether font sizes should be output in relative units when saving.
-
#export_roundtrip_information ⇒ Object
Gets or sets a value indicating whether to write the roundtrip information when saving to HTML.
-
#export_text_input_form_field_as_text ⇒ Object
Gets or sets the flag, that controls how text input form fields are saved.
-
#export_toc_page_numbers ⇒ Object
Gets or sets a value indicating whether to write page numbers to table of contents when saving.
-
#export_xhtml_transitional ⇒ Object
Gets or sets a value indicating whether to write the DOCTYPE declaration when saving.
-
#file_name ⇒ Object
Gets or sets the name of destination file.
-
#font_resources_subsetting_size_threshold ⇒ Object
Gets or sets the option that controls which font resources need subsetting when saving.
-
#fonts_folder ⇒ Object
Gets or sets the physical folder where fonts are saved when exporting a document.
-
#fonts_folder_alias ⇒ Object
Gets or sets the name of the folder used to construct font URIs.
-
#html_version ⇒ Object
Gets or sets the version of HTML standard, that should be used when saving the document to HTML or MHTML.
-
#image_resolution ⇒ Object
Gets or sets the output resolution for images when exporting.
-
#images_folder ⇒ Object
Gets or sets the physical folder where images are saved when exporting a document.
-
#images_folder_alias ⇒ Object
Gets or sets the name of the folder used to construct image URIs.
-
#iml_rendering_mode ⇒ Object
Gets or sets the value determining how ink (InkML) objects are rendered.
-
#metafile_format ⇒ Object
Gets or sets the options, that controls in what format metafiles are saved when exporting to HTML, MHTML, or EPUB.
-
#navigation_map_level ⇒ Object
Gets or sets the maximum level of headings populated to the navigation map when exporting.
-
#office_math_output_mode ⇒ Object
Gets or sets the option that controls how OfficeMath objects are exported to HTML, MHTML or EPUB.
-
#pretty_format ⇒ Object
Gets or sets a value indicating whether to use pretty formats output.
-
#replace_backslash_with_yen_sign ⇒ Object
Gets or sets the flag that indicates whether backslash characters should be replaced with yen signs.
-
#resolve_font_names ⇒ Object
Gets or sets a value indicating whether font family names used in the document are resolved and substituted according to FontSettings when being written into HTML-based formats.
-
#resource_folder ⇒ Object
Gets or sets the physical folder where all resources like images, fonts, and external CSS are saved when a document is exported to HTML.
-
#resource_folder_alias ⇒ Object
Gets or sets the name of the folder used to construct URIs of all resources written into HTML document.
-
#save_format ⇒ Object
Gets the format of save.
-
#scale_image_to_shape_size ⇒ Object
Gets or sets a value indicating whether images are scaled by Aspose.Words to the bounding shape size when exporting.
-
#table_width_output_mode ⇒ Object
Gets or sets the option that controls how table, row and cell widths are exported.
-
#update_created_time_property ⇒ Object
Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
-
#update_fields ⇒ Object
Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format.
-
#update_last_printed_property ⇒ Object
Gets or sets a value indicating whether the Aspose.Words.Properties.BuiltInDocumentProperties.LastPrinted property is updated before saving.
-
#update_last_saved_time_property ⇒ Object
Gets or sets a value indicating whether the Aspose.Words.Properties.BuiltInDocumentProperties.LastSavedTime property is updated before saving.
-
#zip_output ⇒ Object
Gets or sets a value indicating whether to zip output or not.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(other) ⇒ Object
Checks equality by comparing each attribute.
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #collectFilesContent(resultFilesContent) ⇒ Object
- #eql?(other) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ EpubSaveOptionsData
constructor
Initializes the object.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
- #validate ⇒ Object
Constructor Details
#initialize(attributes = {}) ⇒ EpubSaveOptionsData
Initializes the object
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 366 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } self.save_format = 'epub' if attributes.key?(:'AllowEmbeddingPostScriptFonts') self. = attributes[:'AllowEmbeddingPostScriptFonts'] end if attributes.key?(:'CustomTimeZoneInfoData') self.custom_time_zone_info_data = attributes[:'CustomTimeZoneInfoData'] end if attributes.key?(:'Dml3DEffectsRenderingMode') self.dml3_d_effects_rendering_mode = attributes[:'Dml3DEffectsRenderingMode'] end if attributes.key?(:'DmlEffectsRenderingMode') self.dml_effects_rendering_mode = attributes[:'DmlEffectsRenderingMode'] end if attributes.key?(:'DmlRenderingMode') self.dml_rendering_mode = attributes[:'DmlRenderingMode'] end if attributes.key?(:'FileName') self.file_name = attributes[:'FileName'] end if attributes.key?(:'ImlRenderingMode') self.iml_rendering_mode = attributes[:'ImlRenderingMode'] end if attributes.key?(:'UpdateCreatedTimeProperty') self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty'] end if attributes.key?(:'UpdateFields') self.update_fields = attributes[:'UpdateFields'] end if attributes.key?(:'UpdateLastPrintedProperty') self.update_last_printed_property = attributes[:'UpdateLastPrintedProperty'] end if attributes.key?(:'UpdateLastSavedTimeProperty') self.update_last_saved_time_property = attributes[:'UpdateLastSavedTimeProperty'] end if attributes.key?(:'ZipOutput') self.zip_output = attributes[:'ZipOutput'] end if attributes.key?(:'AllowNegativeIndent') self.allow_negative_indent = attributes[:'AllowNegativeIndent'] end if attributes.key?(:'CssClassNamePrefix') self.css_class_name_prefix = attributes[:'CssClassNamePrefix'] end if attributes.key?(:'CssStyleSheetFileName') self.css_style_sheet_file_name = attributes[:'CssStyleSheetFileName'] end if attributes.key?(:'CssStyleSheetType') self.css_style_sheet_type = attributes[:'CssStyleSheetType'] end if attributes.key?(:'DocumentSplitCriteria') self.document_split_criteria = attributes[:'DocumentSplitCriteria'] end if attributes.key?(:'DocumentSplitHeadingLevel') self.document_split_heading_level = attributes[:'DocumentSplitHeadingLevel'] end if attributes.key?(:'Encoding') self.encoding = attributes[:'Encoding'] end if attributes.key?(:'ExportDocumentProperties') self.export_document_properties = attributes[:'ExportDocumentProperties'] end if attributes.key?(:'ExportDropDownFormFieldAsText') self.export_drop_down_form_field_as_text = attributes[:'ExportDropDownFormFieldAsText'] end if attributes.key?(:'ExportFontResources') self.export_font_resources = attributes[:'ExportFontResources'] end if attributes.key?(:'ExportFontsAsBase64') self.export_fonts_as_base64 = attributes[:'ExportFontsAsBase64'] end if attributes.key?(:'ExportHeadersFootersMode') self. = attributes[:'ExportHeadersFootersMode'] end if attributes.key?(:'ExportImagesAsBase64') self.export_images_as_base64 = attributes[:'ExportImagesAsBase64'] end if attributes.key?(:'ExportLanguageInformation') self.export_language_information = attributes[:'ExportLanguageInformation'] end if attributes.key?(:'ExportListLabels') self.export_list_labels = attributes[:'ExportListLabels'] end if attributes.key?(:'ExportOriginalUrlForLinkedImages') self.export_original_url_for_linked_images = attributes[:'ExportOriginalUrlForLinkedImages'] end if attributes.key?(:'ExportPageMargins') self.export_page_margins = attributes[:'ExportPageMargins'] end if attributes.key?(:'ExportPageSetup') self.export_page_setup = attributes[:'ExportPageSetup'] end if attributes.key?(:'ExportRelativeFontSize') self.export_relative_font_size = attributes[:'ExportRelativeFontSize'] end if attributes.key?(:'ExportRoundtripInformation') self.export_roundtrip_information = attributes[:'ExportRoundtripInformation'] end if attributes.key?(:'ExportTextInputFormFieldAsText') self.export_text_input_form_field_as_text = attributes[:'ExportTextInputFormFieldAsText'] end if attributes.key?(:'ExportTocPageNumbers') self.export_toc_page_numbers = attributes[:'ExportTocPageNumbers'] end if attributes.key?(:'ExportXhtmlTransitional') self.export_xhtml_transitional = attributes[:'ExportXhtmlTransitional'] end if attributes.key?(:'FontResourcesSubsettingSizeThreshold') self.font_resources_subsetting_size_threshold = attributes[:'FontResourcesSubsettingSizeThreshold'] end if attributes.key?(:'FontsFolder') self.fonts_folder = attributes[:'FontsFolder'] end if attributes.key?(:'FontsFolderAlias') self.fonts_folder_alias = attributes[:'FontsFolderAlias'] end if attributes.key?(:'HtmlVersion') self.html_version = attributes[:'HtmlVersion'] end if attributes.key?(:'ImageResolution') self.image_resolution = attributes[:'ImageResolution'] end if attributes.key?(:'ImagesFolder') self.images_folder = attributes[:'ImagesFolder'] end if attributes.key?(:'ImagesFolderAlias') self.images_folder_alias = attributes[:'ImagesFolderAlias'] end if attributes.key?(:'MetafileFormat') self. = attributes[:'MetafileFormat'] end if attributes.key?(:'OfficeMathOutputMode') self.office_math_output_mode = attributes[:'OfficeMathOutputMode'] end if attributes.key?(:'PrettyFormat') self.pretty_format = attributes[:'PrettyFormat'] end if attributes.key?(:'ReplaceBackslashWithYenSign') self.replace_backslash_with_yen_sign = attributes[:'ReplaceBackslashWithYenSign'] end if attributes.key?(:'ResolveFontNames') self.resolve_font_names = attributes[:'ResolveFontNames'] end if attributes.key?(:'ResourceFolder') self.resource_folder = attributes[:'ResourceFolder'] end if attributes.key?(:'ResourceFolderAlias') self.resource_folder_alias = attributes[:'ResourceFolderAlias'] end if attributes.key?(:'ScaleImageToShapeSize') self.scale_image_to_shape_size = attributes[:'ScaleImageToShapeSize'] end if attributes.key?(:'TableWidthOutputMode') self.table_width_output_mode = attributes[:'TableWidthOutputMode'] end if attributes.key?(:'NavigationMapLevel') self. = attributes[:'NavigationMapLevel'] end end |
Instance Attribute Details
#allow_embedding_post_script_fonts ⇒ Object
Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved. The default value is false.. Note, Word does not embed PostScript fonts, but can open documents with embedded fonts of this type. This option only works when Aspose.Words.Fonts.FontInfoCollection.EmbedTrueTypeFonts of the Aspose.Words.DocumentBase.FontInfos property is set to true. The default value is false.
36 37 38 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 36 def @allow_embedding_post_script_fonts end |
#allow_negative_indent ⇒ Object
Gets or sets a value indicating whether negative left and right indents of paragraphs are allowed (not normalized).
83 84 85 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 83 def allow_negative_indent @allow_negative_indent end |
#css_class_name_prefix ⇒ Object
Gets or sets the prefix which is added to all CSS class names. The default value is an empty string and generated CSS class names have no common prefix. If this value is not empty, all CSS classes generated by Aspose.Words will start with the specified prefix.This might be useful, for example, if you add custom CSS to generated documents and want to prevent class name conflicts. If the value is not null or empty, it must be a valid CSS identifier.
88 89 90 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 88 def css_class_name_prefix @css_class_name_prefix end |
#css_style_sheet_file_name ⇒ Object
Gets or sets the name of the CSS file written when the document is exported to HTML.
91 92 93 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 91 def css_style_sheet_file_name @css_style_sheet_file_name end |
#css_style_sheet_type ⇒ Object
Gets or sets the option that controls how the CSS styles are exported.
94 95 96 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 94 def css_style_sheet_type @css_style_sheet_type end |
#custom_time_zone_info_data ⇒ Object
Gets or sets CustomTimeZoneInfo.
39 40 41 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 39 def custom_time_zone_info_data @custom_time_zone_info_data end |
#dml3_d_effects_rendering_mode ⇒ Object
Gets or sets the value determining how 3D effects are rendered. The default value is Aspose.Words.Saving.Dml3DEffectsRenderingMode.Basic.
43 44 45 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 43 def dml3_d_effects_rendering_mode @dml3_d_effects_rendering_mode end |
#dml_effects_rendering_mode ⇒ Object
Gets or sets the value determining how DrawingML effects are rendered. { Simplified | None | Fine }. The default value is Simplified. This property is used when the document is exported to fixed page formats.
49 50 51 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 49 def dml_effects_rendering_mode @dml_effects_rendering_mode end |
#dml_rendering_mode ⇒ Object
Gets or sets the option that controls how DrawingML shapes are rendered. { Fallback | DrawingML }. The default value is Fallback. This property is used when the document is exported to fixed page formats.
54 55 56 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 54 def dml_rendering_mode @dml_rendering_mode end |
#document_split_criteria ⇒ Object
Gets or sets the option that controls how the document should be split when saving.
97 98 99 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 97 def document_split_criteria @document_split_criteria end |
#document_split_heading_level ⇒ Object
Gets or sets the maximum level of headings at which to split the document.
100 101 102 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 100 def document_split_heading_level @document_split_heading_level end |
#encoding ⇒ Object
Gets or sets the character encoding to use when exporting.
103 104 105 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 103 def encoding @encoding end |
#export_document_properties ⇒ Object
Gets or sets a value indicating whether to export built-in and custom document properties.
106 107 108 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 106 def export_document_properties @export_document_properties end |
#export_drop_down_form_field_as_text ⇒ Object
Gets or sets the flag, that controls how drop-down form fields are saved to HTML. The default value is false. When set to true, exports drop-down form fields as normal text. When false, exports drop-down form fields as SELECT element in HTML.
112 113 114 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 112 def export_drop_down_form_field_as_text @export_drop_down_form_field_as_text end |
#export_font_resources ⇒ Object
Gets or sets a value indicating whether font resources should be exported.
115 116 117 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 115 def export_font_resources @export_font_resources end |
#export_fonts_as_base64 ⇒ Object
Gets or sets a value indicating whether fonts resources should be embedded to HTML in Base64 encoding. The default value is false.
118 119 120 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 118 def export_fonts_as_base64 @export_fonts_as_base64 end |
#export_headers_footers_mode ⇒ Object
Gets or sets the option that controls how headers and footers are exported.
121 122 123 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 121 def @export_headers_footers_mode end |
#export_images_as_base64 ⇒ Object
Gets or sets a value indicating whether images are saved in Base64 format.
124 125 126 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 124 def export_images_as_base64 @export_images_as_base64 end |
#export_language_information ⇒ Object
Gets or sets a value indicating whether language information is exported.
127 128 129 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 127 def export_language_information @export_language_information end |
#export_list_labels ⇒ Object
Gets or sets the option that controls how list labels are exported.
130 131 132 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 130 def export_list_labels @export_list_labels end |
#export_original_url_for_linked_images ⇒ Object
Gets or sets a value indicating whether the original URL should be used as the URL of the linked images. The default value is false. If value is set to true - ResourceFolder value is used as the URL of linked images and linked images are not loaded into document’s folder or ImagesFolder.If value is set to false - linked images are loaded into document’s folder or ImagesFolder and URL of each linked image is constructed depending on document’s folder, ImagesFolder and ImagesFolderAlias properties.
135 136 137 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 135 def export_original_url_for_linked_images @export_original_url_for_linked_images end |
#export_page_margins ⇒ Object
Gets or sets a value indicating whether page margins are exported to HTML, MHTML or EPUB. The default value is false. Aspose.Words does not show area of page margins by default. If any elements are completely or partially clipped by the document edge the displayed area can be extended with this option.
140 141 142 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 140 def export_page_margins @export_page_margins end |
#export_page_setup ⇒ Object
Gets or sets a value indicating whether page setup is exported.
143 144 145 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 143 def export_page_setup @export_page_setup end |
#export_relative_font_size ⇒ Object
Gets or sets a value indicating whether font sizes should be output in relative units when saving.
146 147 148 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 146 def export_relative_font_size @export_relative_font_size end |
#export_roundtrip_information ⇒ Object
Gets or sets a value indicating whether to write the roundtrip information when saving to HTML. The default value is true. Saving of the roundtrip information allows to restore document properties such as tab stops, comments, headers and footers during the HTML documents loading back into a Document object.When true, the roundtrip information is exported as -aw-* CSS properties of the corresponding HTML elements.When false, causes no roundtrip information to be output into produced files.
150 151 152 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 150 def export_roundtrip_information @export_roundtrip_information end |
#export_text_input_form_field_as_text ⇒ Object
Gets or sets the flag, that controls how text input form fields are saved.
153 154 155 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 153 def export_text_input_form_field_as_text @export_text_input_form_field_as_text end |
#export_toc_page_numbers ⇒ Object
Gets or sets a value indicating whether to write page numbers to table of contents when saving.
156 157 158 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 156 def export_toc_page_numbers @export_toc_page_numbers end |
#export_xhtml_transitional ⇒ Object
Gets or sets a value indicating whether to write the DOCTYPE declaration when saving.
159 160 161 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 159 def export_xhtml_transitional @export_xhtml_transitional end |
#file_name ⇒ Object
Gets or sets the name of destination file.
57 58 59 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 57 def file_name @file_name end |
#font_resources_subsetting_size_threshold ⇒ Object
Gets or sets the option that controls which font resources need subsetting when saving.
162 163 164 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 162 def font_resources_subsetting_size_threshold @font_resources_subsetting_size_threshold end |
#fonts_folder ⇒ Object
Gets or sets the physical folder where fonts are saved when exporting a document.
165 166 167 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 165 def fonts_folder @fonts_folder end |
#fonts_folder_alias ⇒ Object
Gets or sets the name of the folder used to construct font URIs.
168 169 170 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 168 def fonts_folder_alias @fonts_folder_alias end |
#html_version ⇒ Object
Gets or sets the version of HTML standard, that should be used when saving the document to HTML or MHTML. Default value is Aspose.Words.Saving.HtmlVersion.Xhtml.
172 173 174 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 172 def html_version @html_version end |
#image_resolution ⇒ Object
Gets or sets the output resolution for images when exporting.
175 176 177 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 175 def image_resolution @image_resolution end |
#images_folder ⇒ Object
Gets or sets the physical folder where images are saved when exporting a document.
178 179 180 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 178 def images_folder @images_folder end |
#images_folder_alias ⇒ Object
Gets or sets the name of the folder used to construct image URIs.
181 182 183 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 181 def images_folder_alias @images_folder_alias end |
#iml_rendering_mode ⇒ Object
Gets or sets the value determining how ink (InkML) objects are rendered. The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
61 62 63 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 61 def iml_rendering_mode @iml_rendering_mode end |
#metafile_format ⇒ Object
Gets or sets the options, that controls in what format metafiles are saved when exporting to HTML, MHTML, or EPUB. The default value is Aspose.Words.Saving.HtmlMetafileFormat.Png, meaning that metafiles are rendered to raster PNG images. Metafiles are not natively displayed by HTML browsers. By default, Aspose.Words converts WMF and EMF images into PNG files when exporting to HTML.Other options are to convert metafiles to SVG images or to export them as is without conversion. Some image transforms, in particular image cropping, will not be applied to metafile images if they are exported to HTML without conversion.
187 188 189 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 187 def @metafile_format end |
#navigation_map_level ⇒ Object
Gets or sets the maximum level of headings populated to the navigation map when exporting.
219 220 221 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 219 def @navigation_map_level end |
#office_math_output_mode ⇒ Object
Gets or sets the option that controls how OfficeMath objects are exported to HTML, MHTML or EPUB. The default value is HtmlOfficeMathOutputMode.Image.
190 191 192 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 190 def office_math_output_mode @office_math_output_mode end |
#pretty_format ⇒ Object
Gets or sets a value indicating whether to use pretty formats output.
193 194 195 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 193 def pretty_format @pretty_format end |
#replace_backslash_with_yen_sign ⇒ Object
Gets or sets the flag that indicates whether backslash characters should be replaced with yen signs. Default value is false. By default, Aspose.Words mimics MS Word’s behavior and doesn’t replace backslash characters with yen signs in generated HTML documents. However, previous versions of Aspose.Words performed such replacements in certain scenarios. This flag enables backward compatibility with previous versions of Aspose.Words.
200 201 202 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 200 def replace_backslash_with_yen_sign @replace_backslash_with_yen_sign end |
#resolve_font_names ⇒ Object
Gets or sets a value indicating whether font family names used in the document are resolved and substituted according to FontSettings when being written into HTML-based formats. The default value is false.
204 205 206 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 204 def resolve_font_names @resolve_font_names end |
#resource_folder ⇒ Object
Gets or sets the physical folder where all resources like images, fonts, and external CSS are saved when a document is exported to HTML. The default value is an empty string.
207 208 209 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 207 def resource_folder @resource_folder end |
#resource_folder_alias ⇒ Object
Gets or sets the name of the folder used to construct URIs of all resources written into HTML document. The default value is an empty string.
210 211 212 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 210 def resource_folder_alias @resource_folder_alias end |
#save_format ⇒ Object
Gets the format of save.
222 223 224 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 222 def save_format @save_format end |
#scale_image_to_shape_size ⇒ Object
Gets or sets a value indicating whether images are scaled by Aspose.Words to the bounding shape size when exporting.
213 214 215 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 213 def scale_image_to_shape_size @scale_image_to_shape_size end |
#table_width_output_mode ⇒ Object
Gets or sets the option that controls how table, row and cell widths are exported.
216 217 218 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 216 def table_width_output_mode @table_width_output_mode end |
#update_created_time_property ⇒ Object
Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving. Default value is false.
65 66 67 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 65 def update_created_time_property @update_created_time_property end |
#update_fields ⇒ Object
Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
68 69 70 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 68 def update_fields @update_fields end |
#update_last_printed_property ⇒ Object
Gets or sets a value indicating whether the Aspose.Words.Properties.BuiltInDocumentProperties.LastPrinted property is updated before saving.
71 72 73 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 71 def update_last_printed_property @update_last_printed_property end |
#update_last_saved_time_property ⇒ Object
Gets or sets a value indicating whether the Aspose.Words.Properties.BuiltInDocumentProperties.LastSavedTime property is updated before saving. The default value is false.
75 76 77 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 75 def update_last_saved_time_property @update_last_saved_time_property end |
#zip_output ⇒ Object
Gets or sets a value indicating whether to zip output or not. The default value is false. When set to true, output files will be zipped.
80 81 82 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 80 def zip_output @zip_output end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 247 def self.attribute_map { :'allow_embedding_post_script_fonts' => :'AllowEmbeddingPostScriptFonts', :'custom_time_zone_info_data' => :'CustomTimeZoneInfoData', :'dml3_d_effects_rendering_mode' => :'Dml3DEffectsRenderingMode', :'dml_effects_rendering_mode' => :'DmlEffectsRenderingMode', :'dml_rendering_mode' => :'DmlRenderingMode', :'file_name' => :'FileName', :'iml_rendering_mode' => :'ImlRenderingMode', :'update_created_time_property' => :'UpdateCreatedTimeProperty', :'update_fields' => :'UpdateFields', :'update_last_printed_property' => :'UpdateLastPrintedProperty', :'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty', :'zip_output' => :'ZipOutput', :'allow_negative_indent' => :'AllowNegativeIndent', :'css_class_name_prefix' => :'CssClassNamePrefix', :'css_style_sheet_file_name' => :'CssStyleSheetFileName', :'css_style_sheet_type' => :'CssStyleSheetType', :'document_split_criteria' => :'DocumentSplitCriteria', :'document_split_heading_level' => :'DocumentSplitHeadingLevel', :'encoding' => :'Encoding', :'export_document_properties' => :'ExportDocumentProperties', :'export_drop_down_form_field_as_text' => :'ExportDropDownFormFieldAsText', :'export_font_resources' => :'ExportFontResources', :'export_fonts_as_base64' => :'ExportFontsAsBase64', :'export_headers_footers_mode' => :'ExportHeadersFootersMode', :'export_images_as_base64' => :'ExportImagesAsBase64', :'export_language_information' => :'ExportLanguageInformation', :'export_list_labels' => :'ExportListLabels', :'export_original_url_for_linked_images' => :'ExportOriginalUrlForLinkedImages', :'export_page_margins' => :'ExportPageMargins', :'export_page_setup' => :'ExportPageSetup', :'export_relative_font_size' => :'ExportRelativeFontSize', :'export_roundtrip_information' => :'ExportRoundtripInformation', :'export_text_input_form_field_as_text' => :'ExportTextInputFormFieldAsText', :'export_toc_page_numbers' => :'ExportTocPageNumbers', :'export_xhtml_transitional' => :'ExportXhtmlTransitional', :'font_resources_subsetting_size_threshold' => :'FontResourcesSubsettingSizeThreshold', :'fonts_folder' => :'FontsFolder', :'fonts_folder_alias' => :'FontsFolderAlias', :'html_version' => :'HtmlVersion', :'image_resolution' => :'ImageResolution', :'images_folder' => :'ImagesFolder', :'images_folder_alias' => :'ImagesFolderAlias', :'metafile_format' => :'MetafileFormat', :'office_math_output_mode' => :'OfficeMathOutputMode', :'pretty_format' => :'PrettyFormat', :'replace_backslash_with_yen_sign' => :'ReplaceBackslashWithYenSign', :'resolve_font_names' => :'ResolveFontNames', :'resource_folder' => :'ResourceFolder', :'resource_folder_alias' => :'ResourceFolderAlias', :'scale_image_to_shape_size' => :'ScaleImageToShapeSize', :'table_width_output_mode' => :'TableWidthOutputMode', :'navigation_map_level' => :'NavigationMapLevel', :'save_format' => :'SaveFormat' } end |
.swagger_types ⇒ Object
Attribute type mapping.
306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 306 def self.swagger_types { :'allow_embedding_post_script_fonts' => :'BOOLEAN', :'custom_time_zone_info_data' => :'TimeZoneInfoData', :'dml3_d_effects_rendering_mode' => :'String', :'dml_effects_rendering_mode' => :'String', :'dml_rendering_mode' => :'String', :'file_name' => :'String', :'iml_rendering_mode' => :'String', :'update_created_time_property' => :'BOOLEAN', :'update_fields' => :'BOOLEAN', :'update_last_printed_property' => :'BOOLEAN', :'update_last_saved_time_property' => :'BOOLEAN', :'zip_output' => :'BOOLEAN', :'allow_negative_indent' => :'BOOLEAN', :'css_class_name_prefix' => :'String', :'css_style_sheet_file_name' => :'String', :'css_style_sheet_type' => :'String', :'document_split_criteria' => :'String', :'document_split_heading_level' => :'Integer', :'encoding' => :'String', :'export_document_properties' => :'BOOLEAN', :'export_drop_down_form_field_as_text' => :'BOOLEAN', :'export_font_resources' => :'BOOLEAN', :'export_fonts_as_base64' => :'BOOLEAN', :'export_headers_footers_mode' => :'String', :'export_images_as_base64' => :'BOOLEAN', :'export_language_information' => :'BOOLEAN', :'export_list_labels' => :'String', :'export_original_url_for_linked_images' => :'BOOLEAN', :'export_page_margins' => :'BOOLEAN', :'export_page_setup' => :'BOOLEAN', :'export_relative_font_size' => :'BOOLEAN', :'export_roundtrip_information' => :'BOOLEAN', :'export_text_input_form_field_as_text' => :'BOOLEAN', :'export_toc_page_numbers' => :'BOOLEAN', :'export_xhtml_transitional' => :'BOOLEAN', :'font_resources_subsetting_size_threshold' => :'Integer', :'fonts_folder' => :'String', :'fonts_folder_alias' => :'String', :'html_version' => :'String', :'image_resolution' => :'Integer', :'images_folder' => :'String', :'images_folder_alias' => :'String', :'metafile_format' => :'String', :'office_math_output_mode' => :'String', :'pretty_format' => :'BOOLEAN', :'replace_backslash_with_yen_sign' => :'BOOLEAN', :'resolve_font_names' => :'BOOLEAN', :'resource_folder' => :'String', :'resource_folder_alias' => :'String', :'scale_image_to_shape_size' => :'BOOLEAN', :'table_width_output_mode' => :'String', :'navigation_map_level' => :'Integer', :'save_format' => :'String' } end |
Instance Method Details
#==(other) ⇒ Object
Checks equality by comparing each attribute.
785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 785 def ==(other) return true if self.equal?(other) self.class == other.class && == other. && custom_time_zone_info_data == other.custom_time_zone_info_data && dml3_d_effects_rendering_mode == other.dml3_d_effects_rendering_mode && dml_effects_rendering_mode == other.dml_effects_rendering_mode && dml_rendering_mode == other.dml_rendering_mode && file_name == other.file_name && iml_rendering_mode == other.iml_rendering_mode && update_created_time_property == other.update_created_time_property && update_fields == other.update_fields && update_last_printed_property == other.update_last_printed_property && update_last_saved_time_property == other.update_last_saved_time_property && zip_output == other.zip_output && allow_negative_indent == other.allow_negative_indent && css_class_name_prefix == other.css_class_name_prefix && css_style_sheet_file_name == other.css_style_sheet_file_name && css_style_sheet_type == other.css_style_sheet_type && document_split_criteria == other.document_split_criteria && document_split_heading_level == other.document_split_heading_level && encoding == other.encoding && export_document_properties == other.export_document_properties && export_drop_down_form_field_as_text == other.export_drop_down_form_field_as_text && export_font_resources == other.export_font_resources && export_fonts_as_base64 == other.export_fonts_as_base64 && == other. && export_images_as_base64 == other.export_images_as_base64 && export_language_information == other.export_language_information && export_list_labels == other.export_list_labels && export_original_url_for_linked_images == other.export_original_url_for_linked_images && export_page_margins == other.export_page_margins && export_page_setup == other.export_page_setup && export_relative_font_size == other.export_relative_font_size && export_roundtrip_information == other.export_roundtrip_information && export_text_input_form_field_as_text == other.export_text_input_form_field_as_text && export_toc_page_numbers == other.export_toc_page_numbers && export_xhtml_transitional == other.export_xhtml_transitional && font_resources_subsetting_size_threshold == other.font_resources_subsetting_size_threshold && fonts_folder == other.fonts_folder && fonts_folder_alias == other.fonts_folder_alias && html_version == other.html_version && image_resolution == other.image_resolution && images_folder == other.images_folder && images_folder_alias == other.images_folder_alias && == other. && office_math_output_mode == other.office_math_output_mode && pretty_format == other.pretty_format && replace_backslash_with_yen_sign == other.replace_backslash_with_yen_sign && resolve_font_names == other.resolve_font_names && resource_folder == other.resource_folder && resource_folder_alias == other.resource_folder_alias && scale_image_to_shape_size == other.scale_image_to_shape_size && table_width_output_mode == other.table_width_output_mode && == other. && save_format == other.save_format end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 880 def _deserialize(type, value) case type.to_sym when :DateTime Time.at(/\d/.match(value)[0].to_f).to_datetime when :Date Time.at(/\d/.match(value)[0].to_f).to_date when :String value.to_s when :Integer value.to_i when :Float value.to_f when :BOOLEAN if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model if value[:'$type'] type = value[:'$type'][0..-4] end temp_model = AsposeWordsCloud.const_get(type).new temp_model.build_from_hash(value) end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
951 952 953 954 955 956 957 958 959 960 961 962 963 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 951 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 858 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#collectFilesContent(resultFilesContent) ⇒ Object
965 966 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 965 def collectFilesContent(resultFilesContent) end |
#eql?(other) ⇒ Boolean
845 846 847 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 845 def eql?(other) self == other end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
851 852 853 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 851 def hash [, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, allow_negative_indent, css_class_name_prefix, css_style_sheet_file_name, css_style_sheet_type, document_split_criteria, document_split_heading_level, encoding, export_document_properties, export_drop_down_form_field_as_text, export_font_resources, export_fonts_as_base64, , export_images_as_base64, export_language_information, export_list_labels, export_original_url_for_linked_images, export_page_margins, export_page_setup, export_relative_font_size, export_roundtrip_information, export_text_input_form_field_as_text, export_toc_page_numbers, export_xhtml_transitional, font_resources_subsetting_size_threshold, fonts_folder, fonts_folder_alias, html_version, image_resolution, images_folder, images_folder_alias, , office_math_output_mode, pretty_format, replace_backslash_with_yen_sign, resolve_font_names, resource_folder, resource_folder_alias, scale_image_to_shape_size, table_width_output_mode, , save_format].hash end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
931 932 933 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 931 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
937 938 939 940 941 942 943 944 945 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 937 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
925 926 927 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 925 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 585 def valid? dml3_d_effects_rendering_mode_validator = EnumAttributeValidator.new('String', ["Basic", "Advanced"]) return false unless dml3_d_effects_rendering_mode_validator.valid?(@dml3_d_effects_rendering_mode) dml_effects_rendering_mode_validator = EnumAttributeValidator.new('String', ["Simplified", "None", "Fine"]) return false unless dml_effects_rendering_mode_validator.valid?(@dml_effects_rendering_mode) dml_rendering_mode_validator = EnumAttributeValidator.new('String', ["Fallback", "DrawingML"]) return false unless dml_rendering_mode_validator.valid?(@dml_rendering_mode) iml_rendering_mode_validator = EnumAttributeValidator.new('String', ["Fallback", "InkML"]) return false unless iml_rendering_mode_validator.valid?(@iml_rendering_mode) css_style_sheet_type_validator = EnumAttributeValidator.new('String', ["Inline", "Embedded", "External"]) return false unless css_style_sheet_type_validator.valid?(@css_style_sheet_type) document_split_criteria_validator = EnumAttributeValidator.new('String', ["None", "PageBreak", "ColumnBreak", "SectionBreak", "HeadingParagraph"]) return false unless document_split_criteria_validator.valid?(@document_split_criteria) = EnumAttributeValidator.new('String', ["None", "PerSection", "FirstSectionHeaderLastSectionFooter", "FirstPageHeaderFooterPerSection"]) return false unless .valid?(@export_headers_footers_mode) export_list_labels_validator = EnumAttributeValidator.new('String', ["Auto", "AsInlineText", "ByHtmlTags"]) return false unless export_list_labels_validator.valid?(@export_list_labels) html_version_validator = EnumAttributeValidator.new('String', ["Xhtml", "Html5"]) return false unless html_version_validator.valid?(@html_version) = EnumAttributeValidator.new('String', ["Png", "Svg", "EmfOrWmf"]) return false unless .valid?(@metafile_format) office_math_output_mode_validator = EnumAttributeValidator.new('String', ["Image", "MathML", "Text"]) return false unless office_math_output_mode_validator.valid?(@office_math_output_mode) table_width_output_mode_validator = EnumAttributeValidator.new('String', ["All", "RelativeOnly", "None"]) return false unless table_width_output_mode_validator.valid?(@table_width_output_mode) return true end |
#validate ⇒ Object
968 969 970 971 972 973 974 |
# File 'lib/aspose_words_cloud/models/epub_save_options_data.rb', line 968 def validate() raise ArgumentError, 'Property file_name in EpubSaveOptionsData is required.' if self.file_name.nil? unless self.custom_time_zone_info_data.nil? self.custom_time_zone_info_data.validate end end |