You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[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/borderCornerStyle.ts)
**left** | [**GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates left of the border. | [optional]
8
+
**right** | [**GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates right of the border. | [optional]
9
+
**top** | [**GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates the top border. | [optional]
10
+
**bottom** | [**GraphInfo**](GraphInfo.md) | Gets or sets a object that indicates bottom of the border. | [optional]
11
+
**roundedBorderRadius** | **number** | Gets or sets a rouded border radius | [optional]
12
+
13
+
[[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/borderInfo.ts)
**isNoBorder** | **boolean** | Gets or sets the cell have border. | [optional]
8
+
**margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets the padding. | [optional]
9
+
**border** | [**BorderInfo**](BorderInfo.md) | Gets or sets the border. | [optional]
10
+
**backgroundColor** | [**Color**](Color.md) | Gets or sets the background color. | [optional]
11
+
**backgroundImageFile** | **string** | Gets or sets the background image file. | [optional]
12
+
**alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets the alignment. | [optional]
13
+
**defaultCellTextState** | [**TextState**](TextState.md) | Gets or sets the default cell text state. | [optional]
14
+
**paragraphs** | [**Array<TextRect>**](TextRect.md) | Gets or sets the cell's formatted text. | [optional]
15
+
**isWordWrapped** | **boolean** | Gets or sets the cell's text word wrapped. | [optional]
16
+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets the vertical alignment. | [optional]
17
+
**colSpan** | **number** | Gets or sets the column span. | [optional]
18
+
**rowSpan** | **number** | Gets or sets the row span. | [optional]
19
+
**width** | **number** | Gets or sets the column width. | [optional]
20
+
21
+
[[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/cell.ts)
[[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/columnAdjustment.ts)
[[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/cryptoAlgorithm.ts)
**lineWidth** | **number** | Gets or sets a float value that indicates the line width of the graph. | [optional]
8
+
**color** | [**Color**](Color.md) | Gets or sets a object that indicates the color of the graph. | [optional]
9
+
**dashArray** | **Array<number>** | Gets or sets a dash array. | [optional]
10
+
**dashPhase** | **number** | Gets or sets a dash phase. | [optional]
11
+
**fillColor** | [**Color**](Color.md) | Gets or sets a object that indicates the fill color of the graph. | [optional]
12
+
**isDoubled** | **boolean** | Gets or sets is border doubled. | [optional]
13
+
**skewAngleX** | **number** | Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. | [optional]
14
+
**skewAngleY** | **number** | Gets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. | [optional]
15
+
**scalingRateX** | **number** | Gets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. | [optional]
16
+
**scalingRateY** | **number** | Gets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. | [optional]
17
+
**rotationAngle** | **number** | Gets or sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. | [optional]
18
+
19
+
[[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/graphInfo.ts)
**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
+
**bottomMargin** | **number** | Gets or sets bottom margin of stamp. | [optional]
12
+
**leftMargin** | **number** | Gets or sets left margin of stamp. | [optional]
13
+
**rightMargin** | **number** | Gets or sets right margin of stamp. | [optional]
14
+
**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]
15
+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. <br />*Inherited from [StampBase](StampBase.md)* | [optional]
16
+
**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]
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
+
**xIndent** | **number** | Horizontal stamp coordinate, starting from the left.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
20
+
**yIndent** | **number** | Vertical stamp coordinate, starting from the bottom.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
21
+
**zoom** | **number** | Zooming factor of the stamp. Allows to scale stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
22
+
**links** | [**Array<Link>**](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/imageFooter.ts)
**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
+
**leftMargin** | **number** | Gets or sets left margin of stamp. | [optional]
12
+
**topMargin** | **number** | Gets or sets top margin of stamp. | [optional]
13
+
**rightMargin** | **number** | Gets or sets right margin of stamp. | [optional]
14
+
**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]
15
+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. <br />*Inherited from [StampBase](StampBase.md)* | [optional]
16
+
**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]
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
+
**xIndent** | **number** | Horizontal stamp coordinate, starting from the left.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
20
+
**yIndent** | **number** | Vertical stamp coordinate, starting from the bottom.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
21
+
**zoom** | **number** | Zooming factor of the stamp. Allows to scale stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
22
+
**links** | [**Array<Link>**](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/imageHeader.ts)
Copy file name to clipboardExpand all lines: docs/ImageStamp.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ Name | Type | Description | Notes
8
8
**fileName** | **string** | Gets or sets the file name. | [optional]
9
9
**width** | **number** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
10
10
**height** | **number** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
11
+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
12
+
**bottomMargin** | **number** | Gets or sets bottom margin of stamp. | [optional]
13
+
**leftMargin** | **number** | Gets or sets left margin of stamp. | [optional]
14
+
**topMargin** | **number** | Gets or sets top margin of stamp. | [optional]
15
+
**rightMargin** | **number** | Gets or sets right margin of stamp. | [optional]
11
16
**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
17
**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
18
**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
19
**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
20
**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
21
**xIndent** | **number** | Horizontal stamp coordinate, starting from the left.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
22
22
**yIndent** | **number** | Vertical stamp coordinate, starting from the bottom.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
23
23
**zoom** | **number** | Zooming factor of the stamp. Allows to scale stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
0 commit comments