aspose_pdf_cloud 19.5.0 → 19.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (271) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +39 -26
  3. data/docs/Annotation.md +1 -1
  4. data/docs/AnnotationInfo.md +2 -2
  5. data/docs/Attachment.md +1 -1
  6. data/docs/Bookmark.md +25 -0
  7. data/docs/{FileExistResponse.md → BookmarkResponse.md} +3 -3
  8. data/docs/Bookmarks.md +10 -0
  9. data/docs/{DiscUsageResponse.md → BookmarksResponse.md} +3 -3
  10. data/docs/CaretAnnotation.md +1 -1
  11. data/docs/CellRecognized.md +1 -1
  12. data/docs/CircleAnnotation.md +1 -1
  13. data/docs/CommonFigureAnnotation.md +1 -1
  14. data/docs/DiscUsage.md +3 -3
  15. data/docs/DocumentPrivilege.md +1 -1
  16. data/docs/DocumentProperty.md +1 -1
  17. data/docs/Error.md +12 -0
  18. data/docs/ErrorDetails.md +10 -0
  19. data/docs/Field.md +1 -1
  20. data/docs/Fields.md +1 -1
  21. data/docs/FileAttachmentAnnotation.md +1 -1
  22. data/docs/FileVersion.md +8 -8
  23. data/docs/FileVersions.md +9 -0
  24. data/docs/FilesList.md +9 -0
  25. data/docs/FilesUploadResult.md +10 -0
  26. data/docs/FreeTextAnnotation.md +2 -2
  27. data/docs/GraphInfo.md +2 -2
  28. data/docs/HighlightAnnotation.md +1 -1
  29. data/docs/Image.md +3 -3
  30. data/docs/ImageFooter.md +1 -1
  31. data/docs/ImageHeader.md +1 -1
  32. data/docs/ImageStamp.md +1 -1
  33. data/docs/InkAnnotation.md +1 -1
  34. data/docs/LineAnnotation.md +3 -3
  35. data/docs/LinkAnnotation.md +4 -4
  36. data/docs/MarkupAnnotation.md +1 -1
  37. data/docs/MovieAnnotation.md +1 -1
  38. data/docs/ObjectExist.md +10 -0
  39. data/docs/Page.md +1 -1
  40. data/docs/PageNumberStamp.md +1 -1
  41. data/docs/PdfApi.md +560 -328
  42. data/docs/PdfPageStamp.md +1 -1
  43. data/docs/PolyAnnotation.md +2 -2
  44. data/docs/PolyLineAnnotation.md +2 -2
  45. data/docs/PolygonAnnotation.md +2 -2
  46. data/docs/PopupAnnotation.md +1 -1
  47. data/docs/PopupAnnotationWithParent.md +1 -1
  48. data/docs/RedactionAnnotation.md +1 -1
  49. data/docs/ScreenAnnotation.md +1 -1
  50. data/docs/Signature.md +1 -1
  51. data/docs/SignatureVerifyResponse.md +1 -1
  52. data/docs/SoundAnnotation.md +2 -2
  53. data/docs/SplitResultDocument.md +1 -1
  54. data/docs/SquareAnnotation.md +1 -1
  55. data/docs/SquigglyAnnotation.md +1 -1
  56. data/docs/Stamp.md +2 -2
  57. data/docs/StampAnnotation.md +1 -1
  58. data/docs/StampBase.md +1 -1
  59. data/docs/StampInfo.md +1 -1
  60. data/docs/StorageExist.md +9 -0
  61. data/docs/StorageFile.md +13 -0
  62. data/docs/StrikeOutAnnotation.md +1 -1
  63. data/docs/Table.md +1 -1
  64. data/docs/TextAnnotation.md +1 -1
  65. data/docs/TextFooter.md +2 -2
  66. data/docs/TextHeader.md +2 -2
  67. data/docs/TextRect.md +3 -3
  68. data/docs/TextReplaceListRequest.md +1 -1
  69. data/docs/TextReplaceResponse.md +1 -1
  70. data/docs/TextStamp.md +2 -2
  71. data/docs/UnderlineAnnotation.md +1 -1
  72. data/docs/WordCountResponse.md +1 -1
  73. data/lib/aspose_pdf_cloud.rb +12 -8
  74. data/lib/aspose_pdf_cloud/api/pdf_api.rb +2521 -1650
  75. data/lib/aspose_pdf_cloud/api_client.rb +2 -54
  76. data/lib/aspose_pdf_cloud/configuration.rb +2 -5
  77. data/lib/aspose_pdf_cloud/models/annotation.rb +7 -4
  78. data/lib/aspose_pdf_cloud/models/annotation_info.rb +12 -4
  79. data/lib/aspose_pdf_cloud/models/annotations_info.rb +2 -4
  80. data/lib/aspose_pdf_cloud/models/annotations_info_response.rb +2 -4
  81. data/lib/aspose_pdf_cloud/models/aspose_response.rb +2 -4
  82. data/lib/aspose_pdf_cloud/models/attachment.rb +7 -4
  83. data/lib/aspose_pdf_cloud/models/attachment_response.rb +2 -4
  84. data/lib/aspose_pdf_cloud/models/attachments.rb +2 -4
  85. data/lib/aspose_pdf_cloud/models/attachments_response.rb +2 -4
  86. data/lib/aspose_pdf_cloud/models/{append_document.rb → bookmark.rb} +167 -42
  87. data/lib/aspose_pdf_cloud/models/{storage_exist_response.rb → bookmark_response.rb} +12 -13
  88. data/lib/aspose_pdf_cloud/models/{files_response.rb → bookmarks.rb} +22 -36
  89. data/lib/aspose_pdf_cloud/models/{disc_usage_response.rb → bookmarks_response.rb} +12 -13
  90. data/lib/aspose_pdf_cloud/models/border_info.rb +2 -4
  91. data/lib/aspose_pdf_cloud/models/caret_annotation.rb +7 -4
  92. data/lib/aspose_pdf_cloud/models/caret_annotation_response.rb +2 -4
  93. data/lib/aspose_pdf_cloud/models/caret_annotations.rb +2 -4
  94. data/lib/aspose_pdf_cloud/models/caret_annotations_response.rb +2 -4
  95. data/lib/aspose_pdf_cloud/models/cell.rb +2 -4
  96. data/lib/aspose_pdf_cloud/models/cell_recognized.rb +3 -5
  97. data/lib/aspose_pdf_cloud/models/circle_annotation.rb +7 -4
  98. data/lib/aspose_pdf_cloud/models/circle_annotation_response.rb +2 -4
  99. data/lib/aspose_pdf_cloud/models/circle_annotations.rb +2 -4
  100. data/lib/aspose_pdf_cloud/models/circle_annotations_response.rb +2 -4
  101. data/lib/aspose_pdf_cloud/models/color.rb +2 -4
  102. data/lib/aspose_pdf_cloud/models/common_figure_annotation.rb +7 -4
  103. data/lib/aspose_pdf_cloud/models/disc_usage.rb +5 -5
  104. data/lib/aspose_pdf_cloud/models/document.rb +2 -4
  105. data/lib/aspose_pdf_cloud/models/document_page_response.rb +2 -4
  106. data/lib/aspose_pdf_cloud/models/document_pages_response.rb +2 -4
  107. data/lib/aspose_pdf_cloud/models/document_privilege.rb +3 -5
  108. data/lib/aspose_pdf_cloud/models/document_properties.rb +2 -4
  109. data/lib/aspose_pdf_cloud/models/document_properties_response.rb +2 -4
  110. data/lib/aspose_pdf_cloud/models/document_property.rb +7 -4
  111. data/lib/aspose_pdf_cloud/models/document_property_response.rb +2 -4
  112. data/lib/aspose_pdf_cloud/models/document_response.rb +2 -4
  113. data/lib/aspose_pdf_cloud/models/{file_exist_response.rb → error.rb} +31 -27
  114. data/lib/aspose_pdf_cloud/models/error_details.rb +214 -0
  115. data/lib/aspose_pdf_cloud/models/field.rb +7 -4
  116. data/lib/aspose_pdf_cloud/models/field_response.rb +2 -4
  117. data/lib/aspose_pdf_cloud/models/fields.rb +7 -4
  118. data/lib/aspose_pdf_cloud/models/fields_response.rb +2 -4
  119. data/lib/aspose_pdf_cloud/models/file_attachment_annotation.rb +7 -4
  120. data/lib/aspose_pdf_cloud/models/file_attachment_annotation_response.rb +2 -4
  121. data/lib/aspose_pdf_cloud/models/file_attachment_annotations.rb +2 -4
  122. data/lib/aspose_pdf_cloud/models/file_attachment_annotations_response.rb +2 -4
  123. data/lib/aspose_pdf_cloud/models/file_version.rb +15 -5
  124. data/lib/aspose_pdf_cloud/models/file_versions.rb +201 -0
  125. data/lib/aspose_pdf_cloud/models/files_list.rb +201 -0
  126. data/lib/aspose_pdf_cloud/models/files_upload_result.rb +213 -0
  127. data/lib/aspose_pdf_cloud/models/free_text_annotation.rb +12 -4
  128. data/lib/aspose_pdf_cloud/models/free_text_annotation_response.rb +2 -4
  129. data/lib/aspose_pdf_cloud/models/free_text_annotations.rb +2 -4
  130. data/lib/aspose_pdf_cloud/models/free_text_annotations_response.rb +2 -4
  131. data/lib/aspose_pdf_cloud/models/graph_info.rb +4 -6
  132. data/lib/aspose_pdf_cloud/models/highlight_annotation.rb +7 -4
  133. data/lib/aspose_pdf_cloud/models/highlight_annotation_response.rb +2 -4
  134. data/lib/aspose_pdf_cloud/models/highlight_annotations.rb +2 -4
  135. data/lib/aspose_pdf_cloud/models/highlight_annotations_response.rb +2 -4
  136. data/lib/aspose_pdf_cloud/models/image.rb +17 -4
  137. data/lib/aspose_pdf_cloud/models/image_footer.rb +3 -5
  138. data/lib/aspose_pdf_cloud/models/image_header.rb +3 -5
  139. data/lib/aspose_pdf_cloud/models/image_response.rb +2 -4
  140. data/lib/aspose_pdf_cloud/models/image_stamp.rb +3 -5
  141. data/lib/aspose_pdf_cloud/models/image_template.rb +21 -4
  142. data/lib/aspose_pdf_cloud/models/image_templates_request.rb +2 -4
  143. data/lib/aspose_pdf_cloud/models/images.rb +2 -4
  144. data/lib/aspose_pdf_cloud/models/images_response.rb +2 -4
  145. data/lib/aspose_pdf_cloud/models/ink_annotation.rb +7 -4
  146. data/lib/aspose_pdf_cloud/models/ink_annotation_response.rb +2 -4
  147. data/lib/aspose_pdf_cloud/models/ink_annotations.rb +2 -4
  148. data/lib/aspose_pdf_cloud/models/ink_annotations_response.rb +2 -4
  149. data/lib/aspose_pdf_cloud/models/line_annotation.rb +17 -4
  150. data/lib/aspose_pdf_cloud/models/line_annotation_response.rb +2 -4
  151. data/lib/aspose_pdf_cloud/models/line_annotations.rb +2 -4
  152. data/lib/aspose_pdf_cloud/models/line_annotations_response.rb +2 -4
  153. data/lib/aspose_pdf_cloud/models/link.rb +2 -4
  154. data/lib/aspose_pdf_cloud/models/link_annotation.rb +41 -4
  155. data/lib/aspose_pdf_cloud/models/link_annotation_response.rb +2 -4
  156. data/lib/aspose_pdf_cloud/models/link_annotations.rb +2 -4
  157. data/lib/aspose_pdf_cloud/models/link_annotations_response.rb +2 -4
  158. data/lib/aspose_pdf_cloud/models/link_element.rb +2 -4
  159. data/lib/aspose_pdf_cloud/models/margin_info.rb +2 -4
  160. data/lib/aspose_pdf_cloud/models/markup_annotation.rb +7 -4
  161. data/lib/aspose_pdf_cloud/models/merge_documents.rb +2 -4
  162. data/lib/aspose_pdf_cloud/models/movie_annotation.rb +7 -4
  163. data/lib/aspose_pdf_cloud/models/movie_annotation_response.rb +2 -4
  164. data/lib/aspose_pdf_cloud/models/movie_annotations.rb +2 -4
  165. data/lib/aspose_pdf_cloud/models/movie_annotations_response.rb +2 -4
  166. data/lib/aspose_pdf_cloud/models/{file_exist.rb → object_exist.rb} +16 -16
  167. data/lib/aspose_pdf_cloud/models/optimize_options.rb +2 -4
  168. data/lib/aspose_pdf_cloud/models/page.rb +7 -4
  169. data/lib/aspose_pdf_cloud/models/page_number_stamp.rb +3 -5
  170. data/lib/aspose_pdf_cloud/models/page_word_count.rb +2 -4
  171. data/lib/aspose_pdf_cloud/models/pages.rb +2 -4
  172. data/lib/aspose_pdf_cloud/models/paragraph.rb +2 -4
  173. data/lib/aspose_pdf_cloud/models/pdf_page_stamp.rb +3 -5
  174. data/lib/aspose_pdf_cloud/models/point.rb +2 -4
  175. data/lib/aspose_pdf_cloud/models/poly_annotation.rb +12 -4
  176. data/lib/aspose_pdf_cloud/models/poly_line_annotation.rb +12 -4
  177. data/lib/aspose_pdf_cloud/models/poly_line_annotation_response.rb +2 -4
  178. data/lib/aspose_pdf_cloud/models/poly_line_annotations.rb +2 -4
  179. data/lib/aspose_pdf_cloud/models/poly_line_annotations_response.rb +2 -4
  180. data/lib/aspose_pdf_cloud/models/polygon_annotation.rb +12 -4
  181. data/lib/aspose_pdf_cloud/models/polygon_annotation_response.rb +2 -4
  182. data/lib/aspose_pdf_cloud/models/polygon_annotations.rb +2 -4
  183. data/lib/aspose_pdf_cloud/models/polygon_annotations_response.rb +2 -4
  184. data/lib/aspose_pdf_cloud/models/popup_annotation.rb +7 -4
  185. data/lib/aspose_pdf_cloud/models/popup_annotation_response.rb +2 -4
  186. data/lib/aspose_pdf_cloud/models/popup_annotation_with_parent.rb +7 -4
  187. data/lib/aspose_pdf_cloud/models/popup_annotations.rb +2 -4
  188. data/lib/aspose_pdf_cloud/models/popup_annotations_response.rb +2 -4
  189. data/lib/aspose_pdf_cloud/models/position.rb +2 -4
  190. data/lib/aspose_pdf_cloud/models/rectangle.rb +2 -4
  191. data/lib/aspose_pdf_cloud/models/redaction_annotation.rb +7 -4
  192. data/lib/aspose_pdf_cloud/models/redaction_annotation_response.rb +2 -4
  193. data/lib/aspose_pdf_cloud/models/redaction_annotations.rb +2 -4
  194. data/lib/aspose_pdf_cloud/models/redaction_annotations_response.rb +2 -4
  195. data/lib/aspose_pdf_cloud/models/row.rb +2 -4
  196. data/lib/aspose_pdf_cloud/models/row_recognized.rb +2 -4
  197. data/lib/aspose_pdf_cloud/models/screen_annotation.rb +7 -4
  198. data/lib/aspose_pdf_cloud/models/screen_annotation_response.rb +2 -4
  199. data/lib/aspose_pdf_cloud/models/screen_annotations.rb +2 -4
  200. data/lib/aspose_pdf_cloud/models/screen_annotations_response.rb +2 -4
  201. data/lib/aspose_pdf_cloud/models/segment.rb +21 -4
  202. data/lib/aspose_pdf_cloud/models/signature.rb +22 -5
  203. data/lib/aspose_pdf_cloud/models/signature_verify_response.rb +7 -4
  204. data/lib/aspose_pdf_cloud/models/sound_annotation.rb +31 -4
  205. data/lib/aspose_pdf_cloud/models/sound_annotation_response.rb +2 -4
  206. data/lib/aspose_pdf_cloud/models/sound_annotations.rb +2 -4
  207. data/lib/aspose_pdf_cloud/models/sound_annotations_response.rb +2 -4
  208. data/lib/aspose_pdf_cloud/models/split_result.rb +2 -4
  209. data/lib/aspose_pdf_cloud/models/split_result_document.rb +7 -4
  210. data/lib/aspose_pdf_cloud/models/split_result_response.rb +2 -4
  211. data/lib/aspose_pdf_cloud/models/square_annotation.rb +7 -4
  212. data/lib/aspose_pdf_cloud/models/square_annotation_response.rb +2 -4
  213. data/lib/aspose_pdf_cloud/models/square_annotations.rb +2 -4
  214. data/lib/aspose_pdf_cloud/models/square_annotations_response.rb +2 -4
  215. data/lib/aspose_pdf_cloud/models/squiggly_annotation.rb +7 -4
  216. data/lib/aspose_pdf_cloud/models/squiggly_annotation_response.rb +2 -4
  217. data/lib/aspose_pdf_cloud/models/squiggly_annotations.rb +2 -4
  218. data/lib/aspose_pdf_cloud/models/squiggly_annotations_response.rb +2 -4
  219. data/lib/aspose_pdf_cloud/models/stamp.rb +4 -6
  220. data/lib/aspose_pdf_cloud/models/stamp_annotation.rb +7 -4
  221. data/lib/aspose_pdf_cloud/models/stamp_annotation_response.rb +2 -4
  222. data/lib/aspose_pdf_cloud/models/stamp_annotations.rb +2 -4
  223. data/lib/aspose_pdf_cloud/models/stamp_annotations_response.rb +2 -4
  224. data/lib/aspose_pdf_cloud/models/stamp_base.rb +3 -5
  225. data/lib/aspose_pdf_cloud/models/stamp_info.rb +7 -4
  226. data/lib/aspose_pdf_cloud/models/stamps_info.rb +2 -4
  227. data/lib/aspose_pdf_cloud/models/stamps_info_response.rb +2 -4
  228. data/lib/aspose_pdf_cloud/models/storage_exist.rb +204 -0
  229. data/lib/aspose_pdf_cloud/models/{file.rb → storage_file.rb} +9 -6
  230. data/lib/aspose_pdf_cloud/models/strike_out_annotation.rb +7 -4
  231. data/lib/aspose_pdf_cloud/models/strike_out_annotation_response.rb +2 -4
  232. data/lib/aspose_pdf_cloud/models/strike_out_annotations.rb +2 -4
  233. data/lib/aspose_pdf_cloud/models/strike_out_annotations_response.rb +2 -4
  234. data/lib/aspose_pdf_cloud/models/table.rb +7 -4
  235. data/lib/aspose_pdf_cloud/models/table_recognized.rb +2 -4
  236. data/lib/aspose_pdf_cloud/models/table_recognized_response.rb +2 -4
  237. data/lib/aspose_pdf_cloud/models/tables_recognized.rb +2 -4
  238. data/lib/aspose_pdf_cloud/models/tables_recognized_response.rb +2 -4
  239. data/lib/aspose_pdf_cloud/models/text_annotation.rb +7 -4
  240. data/lib/aspose_pdf_cloud/models/text_annotation_response.rb +2 -4
  241. data/lib/aspose_pdf_cloud/models/text_annotations.rb +2 -4
  242. data/lib/aspose_pdf_cloud/models/text_annotations_response.rb +2 -4
  243. data/lib/aspose_pdf_cloud/models/text_footer.rb +4 -6
  244. data/lib/aspose_pdf_cloud/models/text_header.rb +4 -6
  245. data/lib/aspose_pdf_cloud/models/text_line.rb +2 -4
  246. data/lib/aspose_pdf_cloud/models/text_rect.rb +5 -7
  247. data/lib/aspose_pdf_cloud/models/text_rects.rb +2 -4
  248. data/lib/aspose_pdf_cloud/models/text_rects_response.rb +2 -4
  249. data/lib/aspose_pdf_cloud/models/text_replace.rb +40 -4
  250. data/lib/aspose_pdf_cloud/models/text_replace_list_request.rb +3 -4
  251. data/lib/aspose_pdf_cloud/models/text_replace_response.rb +7 -4
  252. data/lib/aspose_pdf_cloud/models/text_stamp.rb +4 -6
  253. data/lib/aspose_pdf_cloud/models/text_state.rb +2 -4
  254. data/lib/aspose_pdf_cloud/models/text_style.rb +2 -4
  255. data/lib/aspose_pdf_cloud/models/underline_annotation.rb +7 -4
  256. data/lib/aspose_pdf_cloud/models/underline_annotation_response.rb +2 -4
  257. data/lib/aspose_pdf_cloud/models/underline_annotations.rb +2 -4
  258. data/lib/aspose_pdf_cloud/models/underline_annotations_response.rb +2 -4
  259. data/lib/aspose_pdf_cloud/models/word_count.rb +2 -4
  260. data/lib/aspose_pdf_cloud/models/word_count_response.rb +3 -5
  261. data/lib/aspose_pdf_cloud/version.rb +1 -1
  262. data/test/pdf_tests.rb +175 -71
  263. data/test_data/sample.tex +105 -0
  264. metadata +27 -18
  265. data/docs/AppendDocument.md +0 -11
  266. data/docs/File.md +0 -13
  267. data/docs/FileExist.md +0 -10
  268. data/docs/FileVersionsResponse.md +0 -11
  269. data/docs/FilesResponse.md +0 -11
  270. data/docs/StorageExistResponse.md +0 -11
  271. data/lib/aspose_pdf_cloud/models/file_versions_response.rb +0 -227
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **background** | **BOOLEAN** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
9
9
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
10
10
  **opacity** | **Float** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
11
- **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
11
+ **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according Rotation values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
12
12
  **rotate_angle** | **Float** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
13
13
  **x_indent** | **Float** | Horizontal stamp coordinate, starting from the left. | [optional]
14
14
  **y_indent** | **Float** | Vertical stamp coordinate, starting from the bottom. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -24,6 +24,6 @@ Name | Type | Description | Notes
24
24
  **starting_style** | [**LineEnding**](LineEnding.md) | Gets or sets the style of first line ending. | [optional]
25
25
  **ending_style** | [**LineEnding**](LineEnding.md) | Gets or sets the style of second line ending. | [optional]
26
26
  **intent** | [**PolyIntent**](PolyIntent.md) | Gets or sets the intent of the polygon or polyline annotation. | [optional]
27
- **vertices** | [**Array<Point>**](Point.md) | Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex. | [optional]
27
+ **vertices** | [**Array<Point>**](Point.md) | Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex. |
28
28
 
29
29
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -24,6 +24,6 @@ Name | Type | Description | Notes
24
24
  **starting_style** | [**LineEnding**](LineEnding.md) | Gets or sets the style of first line ending. | [optional]
25
25
  **ending_style** | [**LineEnding**](LineEnding.md) | Gets or sets the style of second line ending. | [optional]
26
26
  **intent** | [**PolyIntent**](PolyIntent.md) | Gets or sets the intent of the polygon or polyline annotation. | [optional]
27
- **vertices** | [**Array<Point>**](Point.md) | Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex. | [optional]
27
+ **vertices** | [**Array<Point>**](Point.md) | Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex. |
28
28
 
29
29
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -24,6 +24,6 @@ Name | Type | Description | Notes
24
24
  **starting_style** | [**LineEnding**](LineEnding.md) | Gets or sets the style of first line ending. | [optional]
25
25
  **ending_style** | [**LineEnding**](LineEnding.md) | Gets or sets the style of second line ending. | [optional]
26
26
  **intent** | [**PolyIntent**](PolyIntent.md) | Gets or sets the intent of the polygon or polyline annotation. | [optional]
27
- **vertices** | [**Array<Point>**](Point.md) | Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex. | [optional]
27
+ **vertices** | [**Array<Point>**](Point.md) | Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex. |
28
28
 
29
29
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **reason** | **String** | Gets or sets the reason of the signature. | [optional]
12
12
  **contact** | **String** | Gets or sets the contact of the signature. | [optional]
13
13
  **location** | **String** | Gets or sets the location of the signature. | [optional]
14
- **visible** | **BOOLEAN** | Gets or sets a value indicating whether this is visible. Supports only when signing particular page. |
14
+ **visible** | **BOOLEAN** | Gets or sets a value indicating whether this Signature is visible. Supports only when signing particular page. |
15
15
  **rectangle** | [**Rectangle**](Rectangle.md) | Gets or sets the visible rectangle of the signature. Supports only when signing particular page. | [optional]
16
16
  **form_field_name** | **String** | Gets or sets the name of the signature field. Supports only when signing document with particular form field. | [optional]
17
17
  **authority** | **String** | Gets or sets the name of the person or authority signing the document.. | [optional]
@@ -6,6 +6,6 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **code** | **Integer** | Response status code. |
8
8
  **status** | **String** | Response status. | [optional]
9
- **valid** | **BOOLEAN** | True if signature is valid and false if not | [optional]
9
+ **valid** | **BOOLEAN** | True if signature is valid and false if not |
10
10
 
11
11
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
20
20
  **subject** | **String** | Get the annotation subject. | [optional]
21
21
  **title** | **String** | Get the annotation title. | [optional]
22
22
  **rich_text** | **String** | Get the annotation RichText. | [optional]
23
- **file_path** | **String** | A sound file path defining the sound to be played when the annotation is activated. | [optional]
23
+ **file_path** | **String** | A sound file path defining the sound to be played when the annotation is activated. |
24
24
  **icon** | [**SoundIcon**](SoundIcon.md) | Gets or sets an icon to be used in displaying the annotation. | [optional]
25
25
  **rate** | **Integer** | Gets or sets the sampling rate, in samples per second. | [optional]
26
26
  **channels** | **Integer** | Gets or sets the number of sound channels. | [optional]
@@ -8,6 +8,6 @@ Name | Type | Description | Notes
8
8
  **rel** | **String** | atom:link elements MAY have a "rel" attribute that indicates the link relation type. If the "rel" attribute is not present, the link element MUST be interpreted as if the link relation type is "alternate". | [optional]
9
9
  **type** | **String** | On the link element, the "type" attribute's value is an advisory media type: it is a hint about the type of the representation that is expected to be returned when the value of the href attribute is dereferenced. Note that the type attribute does not override the actual media type returned with the representation. | [optional]
10
10
  **title** | **String** | The "title" attribute conveys human-readable information about the link. The content of the "title" attribute is Language-Sensitive. | [optional]
11
- **id** | **Integer** | Gets or sets the page number. | [optional]
11
+ **id** | **Integer** | Gets or sets the page number. |
12
12
 
13
13
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **left_margin** | **Float** | Gets or sets left margin of stamp. | [optional]
12
12
  **opacity** | **Float** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
13
13
  **right_margin** | **Float** | Gets or sets right margin of stamp. | [optional]
14
- **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
14
+ **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according Rotation values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
15
15
  **rotate_angle** | **Float** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
16
16
  **top_margin** | **Float** | Gets or sets top margin of stamp. | [optional]
17
17
  **vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
20
20
  **zoom** | **Float** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
21
21
  **text_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Alignment of the text inside the stamp. | [optional]
22
22
  **value** | **String** | Gets or sets string value which is used as stamp on the page. | [optional]
23
- **text_state** | [**TextState**](TextState.md) | Gets text properties of the stamp. See for details. | [optional]
23
+ **text_state** | [**TextState**](TextState.md) | Gets text properties of the stamp. See TextState for details. | [optional]
24
24
  **file_name** | **String** | Gets or sets the file name. | [optional]
25
25
  **width** | **Float** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
26
26
  **height** | **Float** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **background** | **BOOLEAN** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
9
9
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
10
10
  **opacity** | **Float** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
11
- **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
11
+ **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according Rotation values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
12
12
  **rotate_angle** | **Float** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
13
13
  **x_indent** | **Float** | Horizontal stamp coordinate, starting from the left. | [optional]
14
14
  **y_indent** | **Float** | Vertical stamp coordinate, starting from the bottom. | [optional]
@@ -11,6 +11,6 @@ Name | Type | Description | Notes
11
11
  **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
12
12
  **text** | **String** | Get the text content. | [optional]
13
13
  **visible** | **BOOLEAN** | Gets the stamp is visible. | [optional]
14
- **stamp_type** | [**StampType**](StampType.md) | Gets stamp type. | [optional]
14
+ **stamp_type** | [**StampType**](StampType.md) | Gets stamp type. |
15
15
 
16
16
 
@@ -0,0 +1,9 @@
1
+ # AsposePdfCloud::StorageExist
2
+ Storage exists
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **exists** | **BOOLEAN** | Shows that the storage exists. |
8
+
9
+
@@ -0,0 +1,13 @@
1
+ # AsposePdfCloud::StorageFile
2
+ File or folder information
3
+
4
+ ## Properties
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | File or folder name. | [optional]
8
+ **is_folder** | **BOOLEAN** | True if it is a folder. |
9
+ **modified_date** | **DateTime** | File or folder last modified DateTime. | [optional]
10
+ **size** | **Integer** | File or folder size. |
11
+ **path** | **String** | File or folder path. | [optional]
12
+
13
+
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
  **default_cell_text_state** | [**TextState**](TextState.md) | Gets or sets the default cell text state. | [optional]
14
14
  **default_cell_padding** | [**MarginInfo**](MarginInfo.md) | Gets or sets the default cell padding. | [optional]
15
15
  **border** | [**BorderInfo**](BorderInfo.md) | Gets or sets the border. | [optional]
16
- **rows** | [**Array<Row>**](Row.md) | Sets the rows of the table. | [optional]
16
+ **rows** | [**Array<Row>**](Row.md) | Sets the rows of the table. |
17
17
  **default_column_width** | **String** | Gets default cell border; | [optional]
18
18
  **default_cell_border** | [**BorderInfo**](BorderInfo.md) | Gets default cell border; | [optional]
19
19
  **broken** | [**TableBroken**](TableBroken.md) | Gets or sets table vertial broken; | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -8,14 +8,14 @@ Name | Type | Description | Notes
8
8
  **background** | **BOOLEAN** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
9
9
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
10
10
  **opacity** | **Float** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
11
- **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
11
+ **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according Rotation values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
12
12
  **rotate_angle** | **Float** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
13
13
  **x_indent** | **Float** | Horizontal stamp coordinate, starting from the left. | [optional]
14
14
  **y_indent** | **Float** | Vertical stamp coordinate, starting from the bottom. | [optional]
15
15
  **zoom** | **Float** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
16
16
  **text_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Alignment of the text inside the stamp. | [optional]
17
17
  **value** | **String** | Gets or sets string value which is used as stamp on the page. | [optional]
18
- **text_state** | [**TextState**](TextState.md) | Gets text properties of the stamp. See for details. | [optional]
18
+ **text_state** | [**TextState**](TextState.md) | Gets text properties of the stamp. See TextState for details. | [optional]
19
19
  **bottom_margin** | **Float** | Gets or sets bottom margin of stamp. | [optional]
20
20
  **left_margin** | **Float** | Gets or sets left margin of stamp. | [optional]
21
21
  **right_margin** | **Float** | Gets or sets right margin of stamp. | [optional]
@@ -8,14 +8,14 @@ Name | Type | Description | Notes
8
8
  **background** | **BOOLEAN** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
9
9
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
10
10
  **opacity** | **Float** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
11
- **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
11
+ **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according Rotation values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
12
12
  **rotate_angle** | **Float** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
13
13
  **x_indent** | **Float** | Horizontal stamp coordinate, starting from the left. | [optional]
14
14
  **y_indent** | **Float** | Vertical stamp coordinate, starting from the bottom. | [optional]
15
15
  **zoom** | **Float** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
16
16
  **text_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Alignment of the text inside the stamp. | [optional]
17
17
  **value** | **String** | Gets or sets string value which is used as stamp on the page. | [optional]
18
- **text_state** | [**TextState**](TextState.md) | Gets text properties of the stamp. See for details. | [optional]
18
+ **text_state** | [**TextState**](TextState.md) | Gets text properties of the stamp. See TextState for details. | [optional]
19
19
  **left_margin** | **Float** | Gets or sets left margin of stamp. | [optional]
20
20
  **top_margin** | **Float** | Gets or sets top margin of stamp. | [optional]
21
21
  **right_margin** | **Float** | Gets or sets right margin of stamp. | [optional]
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
9
9
  **rect** | [**Rectangle**](Rectangle.md) | Rectangle of the occurrence. | [optional]
10
10
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets a horizontal alignment of text fragment. | [optional]
11
11
  **vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets a vertical alignment of text fragment. | [optional]
12
- **position** | [**Position**](Position.md) | Gets or sets text position for text, represented with object. | [optional]
13
- **baseline_position** | [**Position**](Position.md) | Gets text position for text, represented with object. The YIndent of the Position structure represents baseline coordinate of the text fragment. | [optional]
14
- **text_state** | [**TextState**](TextState.md) | Gets or sets text state for the text that object represents. | [optional]
12
+ **position** | [**Position**](Position.md) | Gets or sets text position for text, represented with TextRect object. | [optional]
13
+ **baseline_position** | [**Position**](Position.md) | Gets text position for text, represented with TextRect object. The YIndent of the Position structure represents baseline coordinate of the text fragment. | [optional]
14
+ **text_state** | [**TextState**](TextState.md) | Gets or sets text state for the text that TextRect object represents. | [optional]
15
15
 
16
16
 
@@ -5,7 +5,7 @@ Multiple text replacements request.
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **text_replaces** | [**Array<TextReplace>**](TextReplace.md) | A list of text replacement settings. |
8
- **default_font** | **String** | | [optional]
8
+ **default_font** | **String** | Name of font to use if requested font is not embedded into document. | [optional]
9
9
  **start_index** | **Integer** | The index of first match to be replaced. | [optional]
10
10
  **count_replace** | **Integer** | The number of matches to be replaced. | [optional]
11
11
 
@@ -6,6 +6,6 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **code** | **Integer** | Response status code. |
8
8
  **status** | **String** | Response status. | [optional]
9
- **matches** | **Integer** | Number of matches | [optional]
9
+ **matches** | **Integer** | Number of matches |
10
10
 
11
11
 
@@ -8,14 +8,14 @@ Name | Type | Description | Notes
8
8
  **background** | **BOOLEAN** | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. | [optional]
9
9
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
10
10
  **opacity** | **Float** | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. | [optional]
11
- **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
11
+ **rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according Rotation values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. | [optional]
12
12
  **rotate_angle** | **Float** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
13
13
  **x_indent** | **Float** | Horizontal stamp coordinate, starting from the left. | [optional]
14
14
  **y_indent** | **Float** | Vertical stamp coordinate, starting from the bottom. | [optional]
15
15
  **zoom** | **Float** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
16
16
  **text_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Alignment of the text inside the stamp. | [optional]
17
17
  **value** | **String** | Gets or sets string value which is used as stamp on the page. | [optional]
18
- **text_state** | [**TextState**](TextState.md) | Gets text properties of the stamp. See for details. | [optional]
18
+ **text_state** | [**TextState**](TextState.md) | Gets text properties of the stamp. See TextState for details. | [optional]
19
19
  **vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
20
20
  **bottom_margin** | **Float** | Gets or sets bottom margin of stamp. | [optional]
21
21
  **left_margin** | **Float** | Gets or sets left margin of stamp. | [optional]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **id** | **String** | Gets ID of the annotation. | [optional]
12
12
  **flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13
13
  **name** | **String** | Gets Name of the annotation. | [optional]
14
- **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
14
+ **rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. |
15
15
  **page_index** | **Integer** | Gets PageIndex of the annotation. | [optional]
16
16
  **z_index** | **Integer** | Gets ZIndex of the annotation. | [optional]
17
17
  **horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
@@ -6,6 +6,6 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **code** | **Integer** | Response status code. |
8
8
  **status** | **String** | Response status. | [optional]
9
- **words_per_page** | [**WordCount**](WordCount.md) | with words per page info. | [optional]
9
+ **words_per_page** | [**WordCount**](WordCount.md) | WordCount with words per page info. | [optional]
10
10
 
11
11
 
@@ -30,7 +30,6 @@ require_relative 'aspose_pdf_cloud/models/annotation_flags'
30
30
  require_relative 'aspose_pdf_cloud/models/annotation_state'
31
31
  require_relative 'aspose_pdf_cloud/models/annotation_type'
32
32
  require_relative 'aspose_pdf_cloud/models/antialiasing_processing_type'
33
- require_relative 'aspose_pdf_cloud/models/append_document'
34
33
  require_relative 'aspose_pdf_cloud/models/aspose_response'
35
34
  require_relative 'aspose_pdf_cloud/models/border_corner_style'
36
35
  require_relative 'aspose_pdf_cloud/models/border_info'
@@ -49,10 +48,13 @@ require_relative 'aspose_pdf_cloud/models/doc_format'
49
48
  require_relative 'aspose_pdf_cloud/models/doc_recognition_mode'
50
49
  require_relative 'aspose_pdf_cloud/models/document_privilege'
51
50
  require_relative 'aspose_pdf_cloud/models/epub_recognition_mode'
51
+ require_relative 'aspose_pdf_cloud/models/error'
52
+ require_relative 'aspose_pdf_cloud/models/error_details'
52
53
  require_relative 'aspose_pdf_cloud/models/field_type'
53
- require_relative 'aspose_pdf_cloud/models/file'
54
- require_relative 'aspose_pdf_cloud/models/file_exist'
55
54
  require_relative 'aspose_pdf_cloud/models/file_icon'
55
+ require_relative 'aspose_pdf_cloud/models/file_versions'
56
+ require_relative 'aspose_pdf_cloud/models/files_list'
57
+ require_relative 'aspose_pdf_cloud/models/files_upload_result'
56
58
  require_relative 'aspose_pdf_cloud/models/font_encoding_rules'
57
59
  require_relative 'aspose_pdf_cloud/models/font_saving_modes'
58
60
  require_relative 'aspose_pdf_cloud/models/font_styles'
@@ -75,6 +77,7 @@ require_relative 'aspose_pdf_cloud/models/link_element'
75
77
  require_relative 'aspose_pdf_cloud/models/link_highlighting_mode'
76
78
  require_relative 'aspose_pdf_cloud/models/margin_info'
77
79
  require_relative 'aspose_pdf_cloud/models/merge_documents'
80
+ require_relative 'aspose_pdf_cloud/models/object_exist'
78
81
  require_relative 'aspose_pdf_cloud/models/optimize_options'
79
82
  require_relative 'aspose_pdf_cloud/models/page_word_count'
80
83
  require_relative 'aspose_pdf_cloud/models/paragraph'
@@ -99,6 +102,8 @@ require_relative 'aspose_pdf_cloud/models/split_result'
99
102
  require_relative 'aspose_pdf_cloud/models/stamp'
100
103
  require_relative 'aspose_pdf_cloud/models/stamp_icon'
101
104
  require_relative 'aspose_pdf_cloud/models/stamp_type'
105
+ require_relative 'aspose_pdf_cloud/models/storage_exist'
106
+ require_relative 'aspose_pdf_cloud/models/storage_file'
102
107
  require_relative 'aspose_pdf_cloud/models/table_broken'
103
108
  require_relative 'aspose_pdf_cloud/models/text_horizontal_alignment'
104
109
  require_relative 'aspose_pdf_cloud/models/text_icon'
@@ -119,13 +124,16 @@ require_relative 'aspose_pdf_cloud/models/attachment'
119
124
  require_relative 'aspose_pdf_cloud/models/attachment_response'
120
125
  require_relative 'aspose_pdf_cloud/models/attachments'
121
126
  require_relative 'aspose_pdf_cloud/models/attachments_response'
127
+ require_relative 'aspose_pdf_cloud/models/bookmark'
128
+ require_relative 'aspose_pdf_cloud/models/bookmark_response'
129
+ require_relative 'aspose_pdf_cloud/models/bookmarks'
130
+ require_relative 'aspose_pdf_cloud/models/bookmarks_response'
122
131
  require_relative 'aspose_pdf_cloud/models/caret_annotation_response'
123
132
  require_relative 'aspose_pdf_cloud/models/caret_annotations'
124
133
  require_relative 'aspose_pdf_cloud/models/caret_annotations_response'
125
134
  require_relative 'aspose_pdf_cloud/models/circle_annotation_response'
126
135
  require_relative 'aspose_pdf_cloud/models/circle_annotations'
127
136
  require_relative 'aspose_pdf_cloud/models/circle_annotations_response'
128
- require_relative 'aspose_pdf_cloud/models/disc_usage_response'
129
137
  require_relative 'aspose_pdf_cloud/models/document'
130
138
  require_relative 'aspose_pdf_cloud/models/document_page_response'
131
139
  require_relative 'aspose_pdf_cloud/models/document_pages_response'
@@ -141,10 +149,7 @@ require_relative 'aspose_pdf_cloud/models/fields_response'
141
149
  require_relative 'aspose_pdf_cloud/models/file_attachment_annotation_response'
142
150
  require_relative 'aspose_pdf_cloud/models/file_attachment_annotations'
143
151
  require_relative 'aspose_pdf_cloud/models/file_attachment_annotations_response'
144
- require_relative 'aspose_pdf_cloud/models/file_exist_response'
145
152
  require_relative 'aspose_pdf_cloud/models/file_version'
146
- require_relative 'aspose_pdf_cloud/models/file_versions_response'
147
- require_relative 'aspose_pdf_cloud/models/files_response'
148
153
  require_relative 'aspose_pdf_cloud/models/free_text_annotation_response'
149
154
  require_relative 'aspose_pdf_cloud/models/free_text_annotations'
150
155
  require_relative 'aspose_pdf_cloud/models/free_text_annotations_response'
@@ -204,7 +209,6 @@ require_relative 'aspose_pdf_cloud/models/stamp_base'
204
209
  require_relative 'aspose_pdf_cloud/models/stamp_info'
205
210
  require_relative 'aspose_pdf_cloud/models/stamps_info'
206
211
  require_relative 'aspose_pdf_cloud/models/stamps_info_response'
207
- require_relative 'aspose_pdf_cloud/models/storage_exist_response'
208
212
  require_relative 'aspose_pdf_cloud/models/strike_out_annotation_response'
209
213
  require_relative 'aspose_pdf_cloud/models/strike_out_annotations'
210
214
  require_relative 'aspose_pdf_cloud/models/strike_out_annotations_response'