DiagramConvertOptions
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.
Constructors
| Constructor | Description | 
|---|---|
| DiagramConvertOptions() | Initializes new instance of class. | 
Methods
| Method | Description | 
|---|---|
| isAutoFitPageToDrawingContent() | Defines whether need enlarge page to fit drawing content or not | 
| setAutoFitPageToDrawingContent(boolean autoFitPageToDrawingContent) | Sets need enlarge page flag | 
DiagramConvertOptions()
public DiagramConvertOptions()
Initializes new instance of class.
isAutoFitPageToDrawingContent()
public boolean isAutoFitPageToDrawingContent()
Defines whether need enlarge page to fit drawing content or not
Returns: boolean - need enlarge page flag
setAutoFitPageToDrawingContent(boolean autoFitPageToDrawingContent)
public void setAutoFitPageToDrawingContent(boolean autoFitPageToDrawingContent)
Sets need enlarge page flag
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| autoFitPageToDrawingContent | boolean | need enlarge page flag |