Skip to content

Commit f69f0ec

Browse files
Merge pull request #13 from kaferi/master
Updated to v19.1
2 parents b84589b + 3168de2 commit f69f0ec

File tree

261 files changed

+4419
-418
lines changed

Some content is hidden

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

261 files changed

+4419
-418
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Aspose Pty Ltd
3+
Copyright (c) 2019 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

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

docs/FileAttachmentAnnotation.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# FileAttachmentAnnotation
2+
Provides FileAttachmentAnnotation.
3+
4+
*Inherited from [MarkupAnnotation](MarkupAnnotation.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**icon** | [**FileIcon**](FileIcon.md) | Gets or sets icon that shall be used in displaying annotation. | [optional]
9+
**opacity** | **number** | Gets or sets icon's opacity from 0 to 1: 0 - completely transparant, 1 - completely opaque. | [optional]
10+
**fileDescription** | **string** | Gets or sets text associated with the file specification. | [optional]
11+
**fileName** | **string** | Gets or sets file specification name. | [optional]
12+
**filePath** | **string** | Sets content file path. | [optional]
13+
**creationDate** | **string** | The date and time when the annotation was created.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional]
14+
**subject** | **string** | Get the annotation subject.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional]
15+
**title** | **string** | Get the annotation title.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional]
16+
**richText** | **string** | Get the annotation RichText.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional]
17+
**color** | [**Color**](Color.md) | Color of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
18+
**contents** | **string** | Get the annotation content.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
19+
**modified** | **string** | The date and time when the annotation was last modified.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
20+
**id** | **string** | Gets ID of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
21+
**flags** | [**Array&lt;AnnotationFlags&gt;**](AnnotationFlags.md) | Gets Flags of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
22+
**name** | **string** | Gets Name of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
23+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation.<br />*Inherited from [Annotation](Annotation.md)* |
24+
**pageIndex** | **number** | Gets PageIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
25+
**zIndex** | **number** | Gets ZIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
26+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
27+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
28+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
29+
30+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/models/fileAttachmentAnnotation.ts)
31+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# FileAttachmentAnnotationResponse
2+
Represents response containing single FileAttachment annotation object
3+
4+
*Inherited from [AsposeResponse](AsposeResponse.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**annotation** | [**FileAttachmentAnnotation**](FileAttachmentAnnotation.md) | FileAttachment annotation object | [optional]
9+
**code** | **number** | Response status code.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* |
10+
**status** | **string** | Response status.<br />*Inherited from [AsposeResponse](AsposeResponse.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) [[View Source]](../src/models/fileAttachmentAnnotationResponse.ts)
13+

docs/FileAttachmentAnnotations.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# FileAttachmentAnnotations
2+
Object representing a list of FileAttachment annotations.
3+
4+
*Inherited from [LinkElement](LinkElement.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**list** | [**Array&lt;FileAttachmentAnnotation&gt;**](FileAttachmentAnnotation.md) | List of FileAttachment annotations. | [optional]
9+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.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) [[View Source]](../src/models/fileAttachmentAnnotations.ts)
12+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# FileAttachmentAnnotationsResponse
2+
Represents response containing multiple FileAttachment annotation objects
3+
4+
*Inherited from [AsposeResponse](AsposeResponse.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**annotations** | [**FileAttachmentAnnotations**](FileAttachmentAnnotations.md) | Free text annotations object | [optional]
9+
**code** | **number** | Response status code.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* |
10+
**status** | **string** | Response status.<br />*Inherited from [AsposeResponse](AsposeResponse.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) [[View Source]](../src/models/fileAttachmentAnnotationsResponse.ts)
13+

docs/FileIcon.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# FileIcon
2+
An icon to be used in displaying the annotation.
3+
4+
## Enum
5+
Name | Type | Value | Description
6+
------------ | ------------- | ------------- | -------------
7+
**Graph** | **string** | 'Graph' | Graph icon.
8+
**Paperclip** | **string** | 'Paperclip' | Paperclip icon.
9+
**PushPin** | **string** | 'PushPin' | PushPin icon (default value).
10+
**Tag** | **string** | 'Tag' | This is tag icon.
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) [[View Source]](../src/models/fileIcon.ts)
13+

docs/MovieAnnotation.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# MovieAnnotation
2+
Provides MovieAnnotation.
3+
4+
*Inherited from [Annotation](Annotation.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**title** | **string** | Get the annotation title. | [optional]
9+
**fileName** | **string** | Gets or sets file specification name. | [optional]
10+
**filePath** | **string** | Sets content file path. | [optional]
11+
**color** | [**Color**](Color.md) | Color of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
12+
**contents** | **string** | Get the annotation content.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
13+
**modified** | **string** | The date and time when the annotation was last modified.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
14+
**id** | **string** | Gets ID of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
15+
**flags** | [**Array&lt;AnnotationFlags&gt;**](AnnotationFlags.md) | Gets Flags of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
16+
**name** | **string** | Gets Name of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
17+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation.<br />*Inherited from [Annotation](Annotation.md)* |
18+
**pageIndex** | **number** | Gets PageIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
19+
**zIndex** | **number** | Gets ZIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
20+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
21+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional]
22+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
23+
24+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/models/movieAnnotation.ts)
25+

docs/MovieAnnotationResponse.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# MovieAnnotationResponse
2+
Represents response containing single movie annotation object
3+
4+
*Inherited from [AsposeResponse](AsposeResponse.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**annotation** | [**MovieAnnotation**](MovieAnnotation.md) | Movie annotation object | [optional]
9+
**code** | **number** | Response status code.<br />*Inherited from [AsposeResponse](AsposeResponse.md)* |
10+
**status** | **string** | Response status.<br />*Inherited from [AsposeResponse](AsposeResponse.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) [[View Source]](../src/models/movieAnnotationResponse.ts)
13+

docs/MovieAnnotations.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# MovieAnnotations
2+
Object representing a list of movie annotations.
3+
4+
*Inherited from [LinkElement](LinkElement.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**list** | [**Array&lt;MovieAnnotation&gt;**](MovieAnnotation.md) | List of movie annotations. | [optional]
9+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.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) [[View Source]](../src/models/movieAnnotations.ts)
12+

0 commit comments

Comments
 (0)