|
26 | 26 | from asposewordscloud.models.classification_response import ClassificationResponse
|
27 | 27 | from asposewordscloud.models.classification_result import ClassificationResult
|
28 | 28 | from asposewordscloud.models.comment import Comment
|
29 |
| -from asposewordscloud.models.comment_base import CommentBase |
30 | 29 | from asposewordscloud.models.comment_insert import CommentInsert
|
31 | 30 | from asposewordscloud.models.comment_link import CommentLink
|
32 | 31 | from asposewordscloud.models.comment_response import CommentResponse
|
|
43 | 42 | from asposewordscloud.models.custom_xml_parts_collection import CustomXmlPartsCollection
|
44 | 43 | from asposewordscloud.models.custom_xml_parts_response import CustomXmlPartsResponse
|
45 | 44 | from asposewordscloud.models.custom_xml_part_update import CustomXmlPartUpdate
|
| 45 | +from asposewordscloud.models.docm_save_options_data import DocmSaveOptionsData |
46 | 46 | from asposewordscloud.models.doc_save_options_data import DocSaveOptionsData
|
47 | 47 | from asposewordscloud.models.document import Document
|
48 | 48 | from asposewordscloud.models.document_entry import DocumentEntry
|
|
51 | 51 | from asposewordscloud.models.document_properties import DocumentProperties
|
52 | 52 | from asposewordscloud.models.document_properties_response import DocumentPropertiesResponse
|
53 | 53 | from asposewordscloud.models.document_property import DocumentProperty
|
54 |
| -from asposewordscloud.models.document_property_base import DocumentPropertyBase |
55 | 54 | from asposewordscloud.models.document_property_create_or_update import DocumentPropertyCreateOrUpdate
|
56 | 55 | from asposewordscloud.models.document_property_response import DocumentPropertyResponse
|
57 | 56 | from asposewordscloud.models.document_response import DocumentResponse
|
58 | 57 | from asposewordscloud.models.document_stat_data import DocumentStatData
|
| 58 | +from asposewordscloud.models.docx_save_options_data import DocxSaveOptionsData |
| 59 | +from asposewordscloud.models.dotm_save_options_data import DotmSaveOptionsData |
| 60 | +from asposewordscloud.models.dot_save_options_data import DotSaveOptionsData |
| 61 | +from asposewordscloud.models.dotx_save_options_data import DotxSaveOptionsData |
59 | 62 | from asposewordscloud.models.downsample_options_data import DownsampleOptionsData
|
60 | 63 | from asposewordscloud.models.drawing_object import DrawingObject
|
61 | 64 | from asposewordscloud.models.drawing_object_collection import DrawingObjectCollection
|
|
69 | 72 | from asposewordscloud.models.error import Error
|
70 | 73 | from asposewordscloud.models.error_details import ErrorDetails
|
71 | 74 | from asposewordscloud.models.field import Field
|
72 |
| -from asposewordscloud.models.field_base import FieldBase |
73 | 75 | from asposewordscloud.models.field_collection import FieldCollection
|
74 | 76 | from asposewordscloud.models.field_insert import FieldInsert
|
75 | 77 | from asposewordscloud.models.field_link import FieldLink
|
|
82 | 84 | from asposewordscloud.models.file_link import FileLink
|
83 | 85 | from asposewordscloud.models.files_list import FilesList
|
84 | 86 | from asposewordscloud.models.files_upload_result import FilesUploadResult
|
85 |
| -from asposewordscloud.models.fixed_page_save_options_data import FixedPageSaveOptionsData |
| 87 | +from asposewordscloud.models.flat_opc_macro_save_options_data import FlatOpcMacroSaveOptionsData |
| 88 | +from asposewordscloud.models.flat_opc_save_options_data import FlatOpcSaveOptionsData |
| 89 | +from asposewordscloud.models.flat_opc_template_macro_save_options_data import FlatOpcTemplateMacroSaveOptionsData |
| 90 | +from asposewordscloud.models.flat_opc_template_save_options_data import FlatOpcTemplateSaveOptionsData |
86 | 91 | from asposewordscloud.models.font import Font
|
87 | 92 | from asposewordscloud.models.font_dto import FontDto
|
88 | 93 | from asposewordscloud.models.font_info import FontInfo
|
89 | 94 | from asposewordscloud.models.font_response import FontResponse
|
90 | 95 | from asposewordscloud.models.footnote import Footnote
|
91 |
| -from asposewordscloud.models.footnote_base import FootnoteBase |
92 | 96 | from asposewordscloud.models.footnote_collection import FootnoteCollection
|
93 | 97 | from asposewordscloud.models.footnote_insert import FootnoteInsert
|
94 | 98 | from asposewordscloud.models.footnote_link import FootnoteLink
|
|
115 | 119 | from asposewordscloud.models.hyperlink_response import HyperlinkResponse
|
116 | 120 | from asposewordscloud.models.hyperlinks import Hyperlinks
|
117 | 121 | from asposewordscloud.models.hyperlinks_response import HyperlinksResponse
|
118 |
| -from asposewordscloud.models.image_save_options_data import ImageSaveOptionsData |
119 | 122 | from asposewordscloud.models.info_additional_item import InfoAdditionalItem
|
120 | 123 | from asposewordscloud.models.info_response import InfoResponse
|
121 | 124 | from asposewordscloud.models.jpeg_save_options_data import JpegSaveOptionsData
|
|
145 | 148 | from asposewordscloud.models.office_math_object_response import OfficeMathObjectResponse
|
146 | 149 | from asposewordscloud.models.office_math_objects_collection import OfficeMathObjectsCollection
|
147 | 150 | from asposewordscloud.models.office_math_objects_response import OfficeMathObjectsResponse
|
148 |
| -from asposewordscloud.models.ooxml_save_options_data import OoxmlSaveOptionsData |
| 151 | +from asposewordscloud.models.open_xps_save_options_data import OpenXpsSaveOptionsData |
149 | 152 | from asposewordscloud.models.optimization_options import OptimizationOptions
|
| 153 | +from asposewordscloud.models.ott_save_options_data import OttSaveOptionsData |
150 | 154 | from asposewordscloud.models.outline_options_data import OutlineOptionsData
|
151 | 155 | from asposewordscloud.models.page_number import PageNumber
|
152 | 156 | from asposewordscloud.models.page_setup import PageSetup
|
|
185 | 189 | from asposewordscloud.models.revisions_modification_response import RevisionsModificationResponse
|
186 | 190 | from asposewordscloud.models.rtf_save_options_data import RtfSaveOptionsData
|
187 | 191 | from asposewordscloud.models.run import Run
|
188 |
| -from asposewordscloud.models.run_base import RunBase |
189 | 192 | from asposewordscloud.models.run_insert import RunInsert
|
190 | 193 | from asposewordscloud.models.run_link import RunLink
|
191 | 194 | from asposewordscloud.models.run_response import RunResponse
|
192 | 195 | from asposewordscloud.models.runs import Runs
|
193 | 196 | from asposewordscloud.models.runs_response import RunsResponse
|
194 | 197 | from asposewordscloud.models.run_update import RunUpdate
|
195 |
| -from asposewordscloud.models.save_options_data import SaveOptionsData |
196 | 198 | from asposewordscloud.models.save_response import SaveResponse
|
197 | 199 | from asposewordscloud.models.save_result import SaveResult
|
198 | 200 | from asposewordscloud.models.search_response import SearchResponse
|
|
249 | 251 | from asposewordscloud.models.text_save_options_data import TextSaveOptionsData
|
250 | 252 | from asposewordscloud.models.tiff_save_options_data import TiffSaveOptionsData
|
251 | 253 | from asposewordscloud.models.time_zone_info_data import TimeZoneInfoData
|
252 |
| -from asposewordscloud.models.txt_save_options_base_data import TxtSaveOptionsBaseData |
253 | 254 | from asposewordscloud.models.user_information import UserInformation
|
254 | 255 | from asposewordscloud.models.watermark_text import WatermarkText
|
255 | 256 | from asposewordscloud.models.word_ml_save_options_data import WordMLSaveOptionsData
|
256 | 257 | from asposewordscloud.models.words_api_error_response import WordsApiErrorResponse
|
257 | 258 | from asposewordscloud.models.words_api_link import WordsApiLink
|
258 | 259 | from asposewordscloud.models.words_response import WordsResponse
|
259 | 260 | from asposewordscloud.models.xaml_fixed_save_options_data import XamlFixedSaveOptionsData
|
| 261 | +from asposewordscloud.models.xaml_flow_pack_save_options_data import XamlFlowPackSaveOptionsData |
260 | 262 | from asposewordscloud.models.xaml_flow_save_options_data import XamlFlowSaveOptionsData
|
261 | 263 | from asposewordscloud.models.xml_color import XmlColor
|
262 | 264 | from asposewordscloud.models.xml_data_load_options import XmlDataLoadOptions
|
|
0 commit comments