Skip to content

Commit 9542097

Browse files
committed
Replace number type with Double
1 parent a322733 commit 9542097

File tree

7 files changed

+33
-33
lines changed

7 files changed

+33
-33
lines changed

sdk/docs/ImageTemplate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**imagePath** | **String** | A path for image. |
99
**imageSrcType** | [**ImageSrcType**](ImageSrcType.md) | Image type. |
10-
**leftMargin** | **Number** | | [optional]
11-
**rightMargin** | **Number** | | [optional]
12-
**topMargin** | **Number** | | [optional]
13-
**bottomMargin** | **Number** | | [optional]
14-
**pageWidth** | **Number** | | [optional]
15-
**pageHeight** | **Number** | | [optional]
10+
**leftMargin** | **Double** | | [optional]
11+
**rightMargin** | **Double** | | [optional]
12+
**topMargin** | **Double** | | [optional]
13+
**bottomMargin** | **Double** | | [optional]
14+
**pageWidth** | **Double** | | [optional]
15+
**pageHeight** | **Double** | | [optional]
1616
**marginInfo** | [**MarginInfo**](MarginInfo.md) | | [optional]
1717

1818

sdk/docs/MarginInfo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**left** | **Number** | |
9-
**right** | **Number** | |
10-
**top** | **Number** | |
11-
**bottom** | **Number** | |
8+
**left** | **Double** | |
9+
**right** | **Double** | |
10+
**top** | **Double** | |
11+
**bottom** | **Double** | |
1212

1313

1414
## Properties

sdk/docs/Paragraph.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Name | Type | Description | Notes
88
**lineSpacing** | [**LineSpacing**](LineSpacing.md) | | [optional]
99
**wrapMode** | [**WrapMode**](WrapMode.md) | | [optional]
1010
**horizontalAlignment** | [**TextHorizontalAlignment**](TextHorizontalAlignment.md) | | [optional]
11-
**leftMargin** | **Number** | | [optional]
12-
**rightMargin** | **Number** | | [optional]
13-
**topMargin** | **Number** | | [optional]
14-
**bottomMargin** | **Number** | | [optional]
11+
**leftMargin** | **Double** | | [optional]
12+
**rightMargin** | **Double** | | [optional]
13+
**topMargin** | **Double** | | [optional]
14+
**bottomMargin** | **Double** | | [optional]
1515
**rectangle** | [**RectanglePdf**](RectanglePdf.md) | | [optional]
16-
**rotation** | **Number** | | [optional]
17-
**subsequentLinesIndent** | **Number** | | [optional]
16+
**rotation** | **Double** | | [optional]
17+
**subsequentLinesIndent** | **Double** | | [optional]
1818
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | | [optional]
1919
**lines** | [**List<TextLine>**](TextLine.md) | |
2020

sdk/docs/RectanglePdf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Represents rectangle DTO.
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**lLX** | **Number** | |
9-
**lLY** | **Number** | |
10-
**uRX** | **Number** | |
11-
**uRY** | **Number** | |
8+
**lLX** | **Double** | |
9+
**lLY** | **Double** | |
10+
**uRX** | **Double** | |
11+
**uRY** | **Double** | |
1212

1313

1414
## Properties

sdk/docs/Stamp.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**type** | [**StampType**](StampType.md) | Gets the stamp type. |
99
**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]
10-
**bottomMargin** | **Number** | Gets or sets bottom margin of stamp. | [optional]
10+
**bottomMargin** | **Double** | Gets or sets bottom margin of stamp. | [optional]
1111
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
12-
**leftMargin** | **Number** | Gets or sets left margin of stamp. | [optional]
13-
**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]
14-
**rightMargin** | **Number** | Gets or sets right margin of stamp. | [optional]
12+
**leftMargin** | **Double** | Gets or sets left margin of stamp. | [optional]
13+
**opacity** | **Double** | 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]
14+
**rightMargin** | **Double** | Gets or sets right margin of stamp. | [optional]
1515
**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]
16-
**rotateAngle** | **Number** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
17-
**topMargin** | **Number** | Gets or sets top margin of stamp. | [optional]
16+
**rotateAngle** | **Double** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
17+
**topMargin** | **Double** | Gets or sets top margin of stamp. | [optional]
1818
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
19-
**xIndent** | **Number** | Horizontal stamp coordinate, starting from the left. | [optional]
20-
**yIndent** | **Number** | Vertical stamp coordinate, starting from the bottom. | [optional]
21-
**zoom** | **Number** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
19+
**xIndent** | **Double** | Horizontal stamp coordinate, starting from the left. | [optional]
20+
**yIndent** | **Double** | Vertical stamp coordinate, starting from the bottom. | [optional]
21+
**zoom** | **Double** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
2222
**textAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Alignment of the text inside the stamp. | [optional]
2323
**value** | **String** | Gets or sets string value which is used as stamp on the page. | [optional]
2424
**textState** | [**TextState**](TextState.md) | Gets text properties of the stamp. See for details. | [optional]
2525
**fileName** | **String** | Gets or sets the file name. | [optional]
26-
**width** | **Number** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
27-
**height** | **Number** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
26+
**width** | **Double** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
27+
**height** | **Double** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
2828
**pageIndex** | **Integer** | Gets or sets the index of the page. | [optional]
2929
**startingNumber** | **Integer** | Gets or sets value of the number of starting page. Other pages will be numbered starting from this value. | [optional]
3030

sdk/docs/TextState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Represents a text state of a text
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**fontSize** | **Number** | Gets or sets font size of the text. |
8+
**fontSize** | **Double** | Gets or sets font size of the text. |
99
**font** | **String** | Gets or sets font of the text. | [optional]
1010
**foregroundColor** | [**Color**](Color.md) | Gets or sets foreground color of the text. | [optional]
1111
**backgroundColor** | [**Color**](Color.md) | Sets background color of the text. | [optional]

sdk/docs/TextStyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Represents a text style of a text
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**fontSize** | **Number** | Gets or sets font size of the text. |
8+
**fontSize** | **Double** | Gets or sets font size of the text. |
99
**font** | **String** | Gets or sets font of the text. | [optional]
1010
**foregroundColor** | [**Color**](Color.md) | Gets or sets foreground color of the text. | [optional]
1111
**backgroundColor** | [**Color**](Color.md) | Sets background color of the text. | [optional]

0 commit comments

Comments
 (0)