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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -526,6 +526,7 @@ Class | Description
526
526
[**HtmlMarkupGenerationModes**](docs/HtmlMarkupGenerationModes.md) | Sometimes specific reqirments to created HTML are present. This enum defines HTML preparing modes that can be used during conversion of PDF to HTML to match such specific requirments.
[[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)
**imageFile** | **string** | Gets or sets full storage path of image. |
8
+
**fixWidth** | **number** | Gets or sets fix width of the image. | [optional]
9
+
**fixHeight** | **number** | Gets or sets fix height of the image. | [optional]
10
+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets horizontal alignment of the image. | [optional]
11
+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of the image. | [optional]
12
+
**imageScale** | **number** | Gets or sets ImageScale of the image. | [optional]
13
+
**margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets Margin of the image. | [optional]
14
+
15
+
[[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/imageFragment.ts)
0 commit comments