|
4 | 4 | Aspose.PDF Cloud API Reference
|
5 | 5 |
|
6 | 6 |
|
7 |
| - Copyright (c) 2018 Aspose.PDF Cloud |
| 7 | + Copyright (c) 2019 Aspose.PDF Cloud |
8 | 8 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
9 | 9 | of this software and associated documentation files (the "Software"), to deal
|
10 | 10 | in the Software without restriction, including without limitation the rights
|
|
51 | 51 | from .models.field_type import FieldType
|
52 | 52 | from .models.file import File
|
53 | 53 | from .models.file_exist import FileExist
|
| 54 | +from .models.file_icon import FileIcon |
54 | 55 | from .models.font_encoding_rules import FontEncodingRules
|
55 | 56 | from .models.font_saving_modes import FontSavingModes
|
56 | 57 | from .models.font_styles import FontStyles
|
|
86 | 87 | from .models.shape_type import ShapeType
|
87 | 88 | from .models.signature import Signature
|
88 | 89 | from .models.signature_type import SignatureType
|
| 90 | +from .models.sound_encoding import SoundEncoding |
| 91 | +from .models.sound_icon import SoundIcon |
89 | 92 | from .models.split_result import SplitResult
|
90 | 93 | from .models.stamp import Stamp
|
91 | 94 | from .models.stamp_type import StampType
|
|
127 | 130 | from .models.field_response import FieldResponse
|
128 | 131 | from .models.fields import Fields
|
129 | 132 | from .models.fields_response import FieldsResponse
|
| 133 | +from .models.file_attachment_annotation_response import FileAttachmentAnnotationResponse |
| 134 | +from .models.file_attachment_annotations import FileAttachmentAnnotations |
| 135 | +from .models.file_attachment_annotations_response import FileAttachmentAnnotationsResponse |
130 | 136 | from .models.file_exist_response import FileExistResponse
|
131 | 137 | from .models.file_version import FileVersion
|
132 | 138 | from .models.file_versions_response import FileVersionsResponse
|
|
151 | 157 | from .models.link_annotation_response import LinkAnnotationResponse
|
152 | 158 | from .models.link_annotations import LinkAnnotations
|
153 | 159 | from .models.link_annotations_response import LinkAnnotationsResponse
|
| 160 | +from .models.movie_annotation_response import MovieAnnotationResponse |
| 161 | +from .models.movie_annotations import MovieAnnotations |
| 162 | +from .models.movie_annotations_response import MovieAnnotationsResponse |
154 | 163 | from .models.page import Page
|
155 | 164 | from .models.pages import Pages
|
156 | 165 | from .models.poly_line_annotation_response import PolyLineAnnotationResponse
|
|
162 | 171 | from .models.popup_annotation_response import PopupAnnotationResponse
|
163 | 172 | from .models.popup_annotations import PopupAnnotations
|
164 | 173 | from .models.popup_annotations_response import PopupAnnotationsResponse
|
| 174 | +from .models.redaction_annotation_response import RedactionAnnotationResponse |
| 175 | +from .models.redaction_annotations import RedactionAnnotations |
| 176 | +from .models.redaction_annotations_response import RedactionAnnotationsResponse |
165 | 177 | from .models.signature_verify_response import SignatureVerifyResponse
|
| 178 | +from .models.sound_annotation_response import SoundAnnotationResponse |
| 179 | +from .models.sound_annotations import SoundAnnotations |
| 180 | +from .models.sound_annotations_response import SoundAnnotationsResponse |
166 | 181 | from .models.split_result_document import SplitResultDocument
|
167 | 182 | from .models.split_result_response import SplitResultResponse
|
168 | 183 | from .models.square_annotation_response import SquareAnnotationResponse
|
|
186 | 201 | from .models.word_count_response import WordCountResponse
|
187 | 202 | from .models.annotation_info import AnnotationInfo
|
188 | 203 | from .models.markup_annotation import MarkupAnnotation
|
| 204 | +from .models.movie_annotation import MovieAnnotation |
189 | 205 | from .models.popup_annotation import PopupAnnotation
|
| 206 | +from .models.redaction_annotation import RedactionAnnotation |
190 | 207 | from .models.caret_annotation import CaretAnnotation
|
191 | 208 | from .models.common_figure_annotation import CommonFigureAnnotation
|
| 209 | +from .models.file_attachment_annotation import FileAttachmentAnnotation |
192 | 210 | from .models.free_text_annotation import FreeTextAnnotation
|
193 | 211 | from .models.highlight_annotation import HighlightAnnotation
|
194 | 212 | from .models.ink_annotation import InkAnnotation
|
195 | 213 | from .models.line_annotation import LineAnnotation
|
196 | 214 | from .models.poly_annotation import PolyAnnotation
|
197 | 215 | from .models.popup_annotation_with_parent import PopupAnnotationWithParent
|
| 216 | +from .models.sound_annotation import SoundAnnotation |
198 | 217 | from .models.squiggly_annotation import SquigglyAnnotation
|
199 | 218 | from .models.strike_out_annotation import StrikeOutAnnotation
|
200 | 219 | from .models.text_annotation import TextAnnotation
|
|
0 commit comments