Skip to content

Commit a7c19c8

Browse files
Merge pull request #18 from kaferi/master
Update to v19.3
2 parents c4b91df + 1e5de51 commit a7c19c8

40 files changed

+2968
-51
lines changed

README.md

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

docs/CellRecognized.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CellRecognized
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**textRects** | [**TextRects**](TextRects.md) | Gets collection of objects that describes text containing in the cell | [optional]
8+
**rectangle** | [**Rectangle**](Rectangle.md) | Gets rectangle that describes position of the cell on page | [optional]
9+
10+
[[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/cellRecognized.ts)
11+

docs/ImageStamp.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# ImageStamp
2+
Represents Pdf stamps.
3+
4+
*Inherited from [StampBase](StampBase.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**fileName** | **string** | Gets or sets the file name. | [optional]
9+
**width** | **number** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
10+
**height** | **number** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
11+
**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.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
12+
**bottomMargin** | **number** | Gets or sets bottom margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
13+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. <br />*Inherited from [StampBase](StampBase.md)* | [optional]
14+
**leftMargin** | **number** | Gets or sets left margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
15+
**opacity** | **number** | 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.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
16+
**rightMargin** | **number** | Gets or sets right margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
17+
**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.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
18+
**rotateAngle** | **number** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. <br />*Inherited from [StampBase](StampBase.md)* | [optional]
19+
**topMargin** | **number** | Gets or sets top margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
20+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
21+
**xIndent** | **number** | Horizontal stamp coordinate, starting from the left.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
22+
**yIndent** | **number** | Vertical stamp coordinate, starting from the bottom.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
23+
**zoom** | **number** | Zooming factor of the stamp. Allows to scale stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
24+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
25+
26+
[[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/imageStamp.ts)
27+

docs/PdfApi.md

Lines changed: 387 additions & 3 deletions
Large diffs are not rendered by default.

docs/PdfPageStamp.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# PdfPageStamp
2+
Represents Pdf stamps.
3+
4+
*Inherited from [StampBase](StampBase.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**fileName** | **string** | Gets or sets the file name. | [optional]
9+
**pageIndex** | **number** | Gets or sets the index of the page. | [optional]
10+
**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.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
11+
**bottomMargin** | **number** | Gets or sets bottom margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
12+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. <br />*Inherited from [StampBase](StampBase.md)* | [optional]
13+
**leftMargin** | **number** | Gets or sets left margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
14+
**opacity** | **number** | 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.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
15+
**rightMargin** | **number** | Gets or sets right margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
16+
**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.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
17+
**rotateAngle** | **number** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. <br />*Inherited from [StampBase](StampBase.md)* | [optional]
18+
**topMargin** | **number** | Gets or sets top margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
19+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
20+
**xIndent** | **number** | Horizontal stamp coordinate, starting from the left.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
21+
**yIndent** | **number** | Vertical stamp coordinate, starting from the bottom.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
22+
**zoom** | **number** | Zooming factor of the stamp. Allows to scale stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
23+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
24+
25+
[[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/pdfPageStamp.ts)
26+

docs/Position.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Position
2+
Represents a position object
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**xIndent** | **number** | Gets the X coordinate of the object |
8+
**yIndent** | **number** | Gets the Y coordinate of the object |
9+
10+
[[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/position.ts)
11+

docs/RowRecognized.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# RowRecognized
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**cellList** | [**Array&lt;CellRecognized&gt;**](CellRecognized.md) | Gets readonly IList containing cells of the row | [optional]
8+
**rectangle** | [**Rectangle**](Rectangle.md) | Gets rectangle that describes position of the row on page | [optional]
9+
10+
[[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/rowRecognized.ts)
11+

docs/StampBase.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# StampBase
2+
Represents Pdf stamps.
3+
4+
*Inherited from [LinkElement](LinkElement.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
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+
**bottomMargin** | **number** | Gets or sets bottom margin of stamp. | [optional]
10+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
11+
**leftMargin** | **number** | Gets or sets left margin of stamp. | [optional]
12+
**opacity** | **number** | 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+
**rightMargin** | **number** | 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]
15+
**rotateAngle** | **number** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
16+
**topMargin** | **number** | Gets or sets top margin of stamp. | [optional]
17+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
18+
**xIndent** | **number** | Horizontal stamp coordinate, starting from the left. | [optional]
19+
**yIndent** | **number** | Vertical stamp coordinate, starting from the bottom. | [optional]
20+
**zoom** | **number** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
21+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
22+
23+
[[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/stampBase.ts)
24+

docs/StampInfo.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# StampInfo
2+
Provides stamp info.
3+
4+
*Inherited from [LinkElement](LinkElement.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**id** | **string** | Gets ID of the stamp. | [optional]
9+
**indexOnPage** | **number** | Gets index on page of the stamp. | [optional]
10+
**pageIndex** | **number** | Gets PageIndex of the annotation. | [optional]
11+
**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
12+
**text** | **string** | Get the text content. | [optional]
13+
**visible** | **boolean** | Gets the stamp is visible. | [optional]
14+
**stampType** | [**StampType**](StampType.md) | Gets stamp type. |
15+
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
16+
17+
[[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/stampInfo.ts)
18+

docs/StampsInfo.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# StampsInfo
2+
Object representing a list of stamps.
3+
4+
*Inherited from [LinkElement](LinkElement.md)*
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**list** | [**Array&lt;StampInfo&gt;**](StampInfo.md) | List of stamps. | [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/stampsInfo.ts)
12+

0 commit comments

Comments
 (0)