LayoutOptions
LayoutOptions class
Used to specify style and additional options of layout of shapes to perform Re-Layout of page(pages).
new LayoutOptions()
Initializes a new instance of LayoutOptions.
Methods
| Name | Description |
|---|---|
| getDirection() | Used to set direction of shapes layout. The value of the property is LayoutDirection integer constant. Default value is |
| getEnlargePage() | Defines whether need enlarge page to fit drawing or not. Default value is false. |
| getLayoutStyle() | Used to specify style of layout. The value of the property is LayoutStyle integer constant. Default value is FlowChart. |
| getSpaceShapes() | Defines the spacing between the shapes in inches. Default value 0.3 inch ~ 7.5 mm. |
| setDirection() | Used to set direction of shapes layout. The value of the property is LayoutDirection integer constant. Default value is |
| setEnlargePage() | Defines whether need enlarge page to fit drawing or not. Default value is false. |
| setLayoutStyle() | Used to specify style of layout. The value of the property is LayoutStyle integer constant. Default value is FlowChart. |
| setSpaceShapes() | Defines the spacing between the shapes in inches. Default value 0.3 inch ~ 7.5 mm. |
getDirection()
Used to set direction of shapes layout. The value of the property is LayoutDirection integer constant. Default value is TopToBottom.
getEnlargePage()
Defines whether need enlarge page to fit drawing or not. Default value is false.
getLayoutStyle()
Used to specify style of layout. The value of the property is LayoutStyle integer constant. Default value is FlowChart.
getSpaceShapes()
Defines the spacing between the shapes in inches. Default value 0.3 inch ~ 7.5 mm.
setDirection()
Used to set direction of shapes layout. The value of the property is LayoutDirection integer constant. Default value is TopToBottom.
setEnlargePage()
Defines whether need enlarge page to fit drawing or not. Default value is false.
setLayoutStyle()
Used to specify style of layout. The value of the property is LayoutStyle integer constant. Default value is FlowChart.
setSpaceShapes()
Defines the spacing between the shapes in inches. Default value 0.3 inch ~ 7.5 mm.