DiagramConvertOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.convert.ConvertOptions, com.groupdocs.conversion.options.convert.CommonConvertOptions
public class DiagramConvertOptions extends CommonConvertOptions<DiagramFileType>
Options for conversion to Diagram file type.
| Constructor | Description |
|---|---|
| DiagramConvertOptions() | Initializes new instance of class. |
| Method | Description |
|---|---|
| isAutoFitPageToDrawingContent() | Defines whether need enlarge page to fit drawing content or not |
| setAutoFitPageToDrawingContent(boolean autoFitPageToDrawingContent) | Sets need enlarge page flag |
public DiagramConvertOptions()
Initializes new instance of class.
public boolean isAutoFitPageToDrawingContent()
Defines whether need enlarge page to fit drawing content or not
Returns: boolean - need enlarge page flag
public void setAutoFitPageToDrawingContent(boolean autoFitPageToDrawingContent)
Sets need enlarge page flag
Parameters:
| Parameter | Type | Description |
|---|---|---|
| autoFitPageToDrawingContent | boolean | need enlarge page flag |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.