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.
- checksums.yaml +4 -4
- data/README.md +39 -26
- data/docs/Annotation.md +1 -1
- data/docs/AnnotationInfo.md +2 -2
- data/docs/Attachment.md +1 -1
- data/docs/Bookmark.md +25 -0
- data/docs/{FileExistResponse.md → BookmarkResponse.md} +3 -3
- data/docs/Bookmarks.md +10 -0
- data/docs/{DiscUsageResponse.md → BookmarksResponse.md} +3 -3
- data/docs/CaretAnnotation.md +1 -1
- data/docs/CellRecognized.md +1 -1
- data/docs/CircleAnnotation.md +1 -1
- data/docs/CommonFigureAnnotation.md +1 -1
- data/docs/DiscUsage.md +3 -3
- data/docs/DocumentPrivilege.md +1 -1
- data/docs/DocumentProperty.md +1 -1
- data/docs/Error.md +12 -0
- data/docs/ErrorDetails.md +10 -0
- data/docs/Field.md +1 -1
- data/docs/Fields.md +1 -1
- data/docs/FileAttachmentAnnotation.md +1 -1
- data/docs/FileVersion.md +8 -8
- data/docs/FileVersions.md +9 -0
- data/docs/FilesList.md +9 -0
- data/docs/FilesUploadResult.md +10 -0
- data/docs/FreeTextAnnotation.md +2 -2
- data/docs/GraphInfo.md +2 -2
- data/docs/HighlightAnnotation.md +1 -1
- data/docs/Image.md +3 -3
- data/docs/ImageFooter.md +1 -1
- data/docs/ImageHeader.md +1 -1
- data/docs/ImageStamp.md +1 -1
- data/docs/InkAnnotation.md +1 -1
- data/docs/LineAnnotation.md +3 -3
- data/docs/LinkAnnotation.md +4 -4
- data/docs/MarkupAnnotation.md +1 -1
- data/docs/MovieAnnotation.md +1 -1
- data/docs/ObjectExist.md +10 -0
- data/docs/Page.md +1 -1
- data/docs/PageNumberStamp.md +1 -1
- data/docs/PdfApi.md +560 -328
- data/docs/PdfPageStamp.md +1 -1
- data/docs/PolyAnnotation.md +2 -2
- data/docs/PolyLineAnnotation.md +2 -2
- data/docs/PolygonAnnotation.md +2 -2
- data/docs/PopupAnnotation.md +1 -1
- data/docs/PopupAnnotationWithParent.md +1 -1
- data/docs/RedactionAnnotation.md +1 -1
- data/docs/ScreenAnnotation.md +1 -1
- data/docs/Signature.md +1 -1
- data/docs/SignatureVerifyResponse.md +1 -1
- data/docs/SoundAnnotation.md +2 -2
- data/docs/SplitResultDocument.md +1 -1
- data/docs/SquareAnnotation.md +1 -1
- data/docs/SquigglyAnnotation.md +1 -1
- data/docs/Stamp.md +2 -2
- data/docs/StampAnnotation.md +1 -1
- data/docs/StampBase.md +1 -1
- data/docs/StampInfo.md +1 -1
- data/docs/StorageExist.md +9 -0
- data/docs/StorageFile.md +13 -0
- data/docs/StrikeOutAnnotation.md +1 -1
- data/docs/Table.md +1 -1
- data/docs/TextAnnotation.md +1 -1
- data/docs/TextFooter.md +2 -2
- data/docs/TextHeader.md +2 -2
- data/docs/TextRect.md +3 -3
- data/docs/TextReplaceListRequest.md +1 -1
- data/docs/TextReplaceResponse.md +1 -1
- data/docs/TextStamp.md +2 -2
- data/docs/UnderlineAnnotation.md +1 -1
- data/docs/WordCountResponse.md +1 -1
- data/lib/aspose_pdf_cloud.rb +12 -8
- data/lib/aspose_pdf_cloud/api/pdf_api.rb +2521 -1650
- data/lib/aspose_pdf_cloud/api_client.rb +2 -54
- data/lib/aspose_pdf_cloud/configuration.rb +2 -5
- data/lib/aspose_pdf_cloud/models/annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/annotation_info.rb +12 -4
- data/lib/aspose_pdf_cloud/models/annotations_info.rb +2 -4
- data/lib/aspose_pdf_cloud/models/annotations_info_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/aspose_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/attachment.rb +7 -4
- data/lib/aspose_pdf_cloud/models/attachment_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/attachments.rb +2 -4
- data/lib/aspose_pdf_cloud/models/attachments_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/{append_document.rb → bookmark.rb} +167 -42
- data/lib/aspose_pdf_cloud/models/{storage_exist_response.rb → bookmark_response.rb} +12 -13
- data/lib/aspose_pdf_cloud/models/{files_response.rb → bookmarks.rb} +22 -36
- data/lib/aspose_pdf_cloud/models/{disc_usage_response.rb → bookmarks_response.rb} +12 -13
- data/lib/aspose_pdf_cloud/models/border_info.rb +2 -4
- data/lib/aspose_pdf_cloud/models/caret_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/caret_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/caret_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/caret_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/cell.rb +2 -4
- data/lib/aspose_pdf_cloud/models/cell_recognized.rb +3 -5
- data/lib/aspose_pdf_cloud/models/circle_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/circle_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/circle_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/circle_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/color.rb +2 -4
- data/lib/aspose_pdf_cloud/models/common_figure_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/disc_usage.rb +5 -5
- data/lib/aspose_pdf_cloud/models/document.rb +2 -4
- data/lib/aspose_pdf_cloud/models/document_page_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/document_pages_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/document_privilege.rb +3 -5
- data/lib/aspose_pdf_cloud/models/document_properties.rb +2 -4
- data/lib/aspose_pdf_cloud/models/document_properties_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/document_property.rb +7 -4
- data/lib/aspose_pdf_cloud/models/document_property_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/document_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/{file_exist_response.rb → error.rb} +31 -27
- data/lib/aspose_pdf_cloud/models/error_details.rb +214 -0
- data/lib/aspose_pdf_cloud/models/field.rb +7 -4
- data/lib/aspose_pdf_cloud/models/field_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/fields.rb +7 -4
- data/lib/aspose_pdf_cloud/models/fields_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/file_attachment_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/file_attachment_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/file_attachment_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/file_attachment_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/file_version.rb +15 -5
- data/lib/aspose_pdf_cloud/models/file_versions.rb +201 -0
- data/lib/aspose_pdf_cloud/models/files_list.rb +201 -0
- data/lib/aspose_pdf_cloud/models/files_upload_result.rb +213 -0
- data/lib/aspose_pdf_cloud/models/free_text_annotation.rb +12 -4
- data/lib/aspose_pdf_cloud/models/free_text_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/free_text_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/free_text_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/graph_info.rb +4 -6
- data/lib/aspose_pdf_cloud/models/highlight_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/highlight_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/highlight_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/highlight_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/image.rb +17 -4
- data/lib/aspose_pdf_cloud/models/image_footer.rb +3 -5
- data/lib/aspose_pdf_cloud/models/image_header.rb +3 -5
- data/lib/aspose_pdf_cloud/models/image_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/image_stamp.rb +3 -5
- data/lib/aspose_pdf_cloud/models/image_template.rb +21 -4
- data/lib/aspose_pdf_cloud/models/image_templates_request.rb +2 -4
- data/lib/aspose_pdf_cloud/models/images.rb +2 -4
- data/lib/aspose_pdf_cloud/models/images_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/ink_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/ink_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/ink_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/ink_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/line_annotation.rb +17 -4
- data/lib/aspose_pdf_cloud/models/line_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/line_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/line_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/link.rb +2 -4
- data/lib/aspose_pdf_cloud/models/link_annotation.rb +41 -4
- data/lib/aspose_pdf_cloud/models/link_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/link_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/link_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/link_element.rb +2 -4
- data/lib/aspose_pdf_cloud/models/margin_info.rb +2 -4
- data/lib/aspose_pdf_cloud/models/markup_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/merge_documents.rb +2 -4
- data/lib/aspose_pdf_cloud/models/movie_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/movie_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/movie_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/movie_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/{file_exist.rb → object_exist.rb} +16 -16
- data/lib/aspose_pdf_cloud/models/optimize_options.rb +2 -4
- data/lib/aspose_pdf_cloud/models/page.rb +7 -4
- data/lib/aspose_pdf_cloud/models/page_number_stamp.rb +3 -5
- data/lib/aspose_pdf_cloud/models/page_word_count.rb +2 -4
- data/lib/aspose_pdf_cloud/models/pages.rb +2 -4
- data/lib/aspose_pdf_cloud/models/paragraph.rb +2 -4
- data/lib/aspose_pdf_cloud/models/pdf_page_stamp.rb +3 -5
- data/lib/aspose_pdf_cloud/models/point.rb +2 -4
- data/lib/aspose_pdf_cloud/models/poly_annotation.rb +12 -4
- data/lib/aspose_pdf_cloud/models/poly_line_annotation.rb +12 -4
- data/lib/aspose_pdf_cloud/models/poly_line_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/poly_line_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/poly_line_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/polygon_annotation.rb +12 -4
- data/lib/aspose_pdf_cloud/models/polygon_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/polygon_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/polygon_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/popup_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/popup_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/popup_annotation_with_parent.rb +7 -4
- data/lib/aspose_pdf_cloud/models/popup_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/popup_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/position.rb +2 -4
- data/lib/aspose_pdf_cloud/models/rectangle.rb +2 -4
- data/lib/aspose_pdf_cloud/models/redaction_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/redaction_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/redaction_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/redaction_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/row.rb +2 -4
- data/lib/aspose_pdf_cloud/models/row_recognized.rb +2 -4
- data/lib/aspose_pdf_cloud/models/screen_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/screen_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/screen_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/screen_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/segment.rb +21 -4
- data/lib/aspose_pdf_cloud/models/signature.rb +22 -5
- data/lib/aspose_pdf_cloud/models/signature_verify_response.rb +7 -4
- data/lib/aspose_pdf_cloud/models/sound_annotation.rb +31 -4
- data/lib/aspose_pdf_cloud/models/sound_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/sound_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/sound_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/split_result.rb +2 -4
- data/lib/aspose_pdf_cloud/models/split_result_document.rb +7 -4
- data/lib/aspose_pdf_cloud/models/split_result_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/square_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/square_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/square_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/square_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/squiggly_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/squiggly_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/squiggly_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/squiggly_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/stamp.rb +4 -6
- data/lib/aspose_pdf_cloud/models/stamp_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/stamp_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/stamp_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/stamp_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/stamp_base.rb +3 -5
- data/lib/aspose_pdf_cloud/models/stamp_info.rb +7 -4
- data/lib/aspose_pdf_cloud/models/stamps_info.rb +2 -4
- data/lib/aspose_pdf_cloud/models/stamps_info_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/storage_exist.rb +204 -0
- data/lib/aspose_pdf_cloud/models/{file.rb → storage_file.rb} +9 -6
- data/lib/aspose_pdf_cloud/models/strike_out_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/strike_out_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/strike_out_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/strike_out_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/table.rb +7 -4
- data/lib/aspose_pdf_cloud/models/table_recognized.rb +2 -4
- data/lib/aspose_pdf_cloud/models/table_recognized_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/tables_recognized.rb +2 -4
- data/lib/aspose_pdf_cloud/models/tables_recognized_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/text_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/text_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/text_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/text_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/text_footer.rb +4 -6
- data/lib/aspose_pdf_cloud/models/text_header.rb +4 -6
- data/lib/aspose_pdf_cloud/models/text_line.rb +2 -4
- data/lib/aspose_pdf_cloud/models/text_rect.rb +5 -7
- data/lib/aspose_pdf_cloud/models/text_rects.rb +2 -4
- data/lib/aspose_pdf_cloud/models/text_rects_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/text_replace.rb +40 -4
- data/lib/aspose_pdf_cloud/models/text_replace_list_request.rb +3 -4
- data/lib/aspose_pdf_cloud/models/text_replace_response.rb +7 -4
- data/lib/aspose_pdf_cloud/models/text_stamp.rb +4 -6
- data/lib/aspose_pdf_cloud/models/text_state.rb +2 -4
- data/lib/aspose_pdf_cloud/models/text_style.rb +2 -4
- data/lib/aspose_pdf_cloud/models/underline_annotation.rb +7 -4
- data/lib/aspose_pdf_cloud/models/underline_annotation_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/underline_annotations.rb +2 -4
- data/lib/aspose_pdf_cloud/models/underline_annotations_response.rb +2 -4
- data/lib/aspose_pdf_cloud/models/word_count.rb +2 -4
- data/lib/aspose_pdf_cloud/models/word_count_response.rb +3 -5
- data/lib/aspose_pdf_cloud/version.rb +1 -1
- data/test/pdf_tests.rb +175 -71
- data/test_data/sample.tex +105 -0
- metadata +27 -18
- data/docs/AppendDocument.md +0 -11
- data/docs/File.md +0 -13
- data/docs/FileExist.md +0 -10
- data/docs/FileVersionsResponse.md +0 -11
- data/docs/FilesResponse.md +0 -11
- data/docs/StorageExistResponse.md +0 -11
- data/lib/aspose_pdf_cloud/models/file_versions_response.rb +0 -227
data/docs/PdfPageStamp.md
CHANGED
@@ -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
|
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]
|
data/docs/PolyAnnotation.md
CHANGED
@@ -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. |
|
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. |
|
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
|
|
data/docs/PolyLineAnnotation.md
CHANGED
@@ -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. |
|
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. |
|
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
|
|
data/docs/PolygonAnnotation.md
CHANGED
@@ -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. |
|
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. |
|
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
|
|
data/docs/PopupAnnotation.md
CHANGED
@@ -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. |
|
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. |
|
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]
|
data/docs/RedactionAnnotation.md
CHANGED
@@ -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. |
|
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]
|
data/docs/ScreenAnnotation.md
CHANGED
@@ -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. |
|
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]
|
data/docs/Signature.md
CHANGED
@@ -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
|
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 |
|
9
|
+
**valid** | **BOOLEAN** | True if signature is valid and false if not |
|
10
10
|
|
11
11
|
|
data/docs/SoundAnnotation.md
CHANGED
@@ -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. |
|
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. |
|
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]
|
data/docs/SplitResultDocument.md
CHANGED
@@ -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. |
|
11
|
+
**id** | **Integer** | Gets or sets the page number. |
|
12
12
|
|
13
13
|
|
data/docs/SquareAnnotation.md
CHANGED
@@ -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. |
|
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]
|
data/docs/SquigglyAnnotation.md
CHANGED
@@ -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. |
|
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]
|
data/docs/Stamp.md
CHANGED
@@ -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
|
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
|
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]
|
data/docs/StampAnnotation.md
CHANGED
@@ -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. |
|
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]
|
data/docs/StampBase.md
CHANGED
@@ -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
|
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]
|
data/docs/StampInfo.md
CHANGED
@@ -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. |
|
14
|
+
**stamp_type** | [**StampType**](StampType.md) | Gets stamp type. |
|
15
15
|
|
16
16
|
|
data/docs/StorageFile.md
ADDED
@@ -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
|
+
|
data/docs/StrikeOutAnnotation.md
CHANGED
@@ -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. |
|
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]
|
data/docs/Table.md
CHANGED
@@ -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. |
|
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]
|
data/docs/TextAnnotation.md
CHANGED
@@ -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. |
|
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]
|
data/docs/TextFooter.md
CHANGED
@@ -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
|
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
|
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]
|
data/docs/TextHeader.md
CHANGED
@@ -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
|
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
|
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]
|
data/docs/TextRect.md
CHANGED
@@ -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
|
13
|
-
**baseline_position** | [**Position**](Position.md) | Gets text position for text, represented with
|
14
|
-
**text_state** | [**TextState**](TextState.md) | Gets or sets text state for the text that
|
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** |
|
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
|
|
data/docs/TextReplaceResponse.md
CHANGED
@@ -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 |
|
9
|
+
**matches** | **Integer** | Number of matches |
|
10
10
|
|
11
11
|
|
data/docs/TextStamp.md
CHANGED
@@ -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
|
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
|
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]
|
data/docs/UnderlineAnnotation.md
CHANGED
@@ -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. |
|
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]
|
data/docs/WordCountResponse.md
CHANGED
@@ -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.
|
9
|
+
**words_per_page** | [**WordCount**](WordCount.md) | WordCount with words per page info. | [optional]
|
10
10
|
|
11
11
|
|
data/lib/aspose_pdf_cloud.rb
CHANGED
@@ -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'
|