Skip to content

Commit 26725b6

Browse files
Merge pull request #18 from kaferi/master
Update to v18.11
2 parents 9f4bf03 + ca0b26b commit 26725b6

File tree

108 files changed

+23483
-5072
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+23483
-5072
lines changed

README.md

Lines changed: 71 additions & 1 deletion
Large diffs are not rendered by default.

docs/Annotation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
99
**Contents** | **string** | Get the annotation content. | [optional]
10-
**CreationDate** | **string** | The date and time when the annotation was created. | [optional]
11-
**Subject** | **string** | Get the annotation subject. | [optional]
12-
**Title** | **string** | Get the annotation title. | [optional]
1310
**Modified** | **string** | The date and time when the annotation was last modified. | [optional]
1411
**Id** | **string** | Gets ID of the annotation. | [optional]
1512
**Flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]

docs/AnnotationInfo.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
99
**Contents** | **string** | Get the annotation content. | [optional]
10-
**CreationDate** | **string** | The date and time when the annotation was created. | [optional]
11-
**Subject** | **string** | Get the annotation subject. | [optional]
12-
**Title** | **string** | Get the annotation title. | [optional]
1310
**Modified** | **string** | The date and time when the annotation was last modified. | [optional]
1411
**Id** | **string** | Gets ID of the annotation. | [optional]
1512
**Flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]

docs/CapStyle.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CapStyle
2+
Style of line ending of Ink annotation line.
3+
4+
## Enum
5+
6+
| Name |
7+
|------------|
8+
|**Rectangular**|
9+
|**Rounded**|
10+
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

docs/CaretAnnotation.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CaretAnnotation
2+
Provides CaretAnnotation.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9+
**Contents** | **string** | Get the annotation content. | [optional]
10+
**Modified** | **string** | The date and time when the annotation was last modified. | [optional]
11+
**Id** | **string** | Gets ID of the annotation. | [optional]
12+
**Flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
13+
**Name** | **string** | Gets Name of the annotation. | [optional]
14+
**Rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional]
15+
**PageIndex** | **int?** | Gets PageIndex of the annotation. | [optional]
16+
**ZIndex** | **int?** | Gets ZIndex of the annotation. | [optional]
17+
**HorizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
18+
**VerticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
19+
**CreationDate** | **string** | The date and time when the annotation was created. | [optional]
20+
**Subject** | **string** | Get the annotation subject. | [optional]
21+
**Title** | **string** | Get the annotation title. | [optional]
22+
**RichText** | **string** | Get the annotation RichText. | [optional]
23+
**Color** | [**Color**](Color.md) | Color of the annotation. | [optional]
24+
**Frame** | [**RectanglePdf**](RectanglePdf.md) | Gets or sets caret rectangle. | [optional]
25+
**Symbol** | [**CaretSymbol**](CaretSymbol.md) | Gets or sets symbol associated with caret. | [optional]
26+
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+

docs/CaretAnnotationResponse.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CaretAnnotationResponse
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Code** | **int?** | Response status code. |
9+
**Status** | **string** | Response status. | [optional]
10+
**Annotation** | [**CaretAnnotation**](CaretAnnotation.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

docs/CaretAnnotations.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CaretAnnotations
2+
List of annotations.
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9+
**List** | [**List<CaretAnnotation>**](CaretAnnotation.md) | | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

docs/CaretAnnotationsResponse.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CaretAnnotationsResponse
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Code** | **int?** | Response status code. |
9+
**Status** | **string** | Response status. | [optional]
10+
**Annotations** | [**CaretAnnotations**](CaretAnnotations.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

docs/CaretSymbol.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Aspose.Pdf.Cloud.Sdk.Model.CaretSymbol
2+
A symbol to be associated with the caret.
3+
4+
## Enum
5+
6+
| Name |
7+
|------------|
8+
|**None**|
9+
|**Paragraph**|
10+
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

docs/CircleAnnotation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
99
**Contents** | **string** | Get the annotation content. | [optional]
10-
**CreationDate** | **string** | The date and time when the annotation was created. | [optional]
11-
**Subject** | **string** | Get the annotation subject. | [optional]
12-
**Title** | **string** | Get the annotation title. | [optional]
1310
**Modified** | **string** | The date and time when the annotation was last modified. | [optional]
1411
**Id** | **string** | Gets ID of the annotation. | [optional]
1512
**Flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional]
@@ -19,6 +16,9 @@ Name | Type | Description | Notes
1916
**ZIndex** | **int?** | Gets ZIndex of the annotation. | [optional]
2017
**HorizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional]
2118
**VerticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional]
19+
**CreationDate** | **string** | The date and time when the annotation was created. | [optional]
20+
**Subject** | **string** | Get the annotation subject. | [optional]
21+
**Title** | **string** | Get the annotation title. | [optional]
2222
**RichText** | **string** | Get the annotation RichText. | [optional]
2323
**InteriorColor** | [**Color**](Color.md) | Get the annotation InteriorColor. | [optional]
2424
**Frame** | [**RectanglePdf**](RectanglePdf.md) | Get or set the annotation Rectangle of frame. | [optional]

0 commit comments

Comments
 (0)