java.lang.Object
com.aspose.diagram.LayoutOptions
public class LayoutOptions
| Constructor Summary |
|---|
LayoutOptions()
Initializes a new instance of LayoutOptions. |
| Property Getters/Setters Summary | ||
|---|---|---|
int | getDirection() | |
void | setDirection(int) | |
| Used to set direction of shapes layout. The value of the property is LayoutDirection integer constant. | ||
boolean | getEnlargePage() | |
void | setEnlargePage(boolean) | |
| Defines whether need enlarge page to fit drawing or not. | ||
int | getLayoutStyle() | |
void | setLayoutStyle(int) | |
| Used to specify style of layout. The value of the property is LayoutStyle integer constant. | ||
float | getSpaceShapes() | |
void | setSpaceShapes(float) | |
| Defines the spacing between the shapes in inches. | ||
| Constructor Detail |
|---|
public LayoutOptions()
| Property Getters/Setters Detail |
|---|
getLayoutStyle/setLayoutStyle | |
public int getLayoutStyle() / public void setLayoutStyle(int value) | |
getDirection/setDirection | |
public int getDirection() / public void setDirection(int value) | |
getSpaceShapes/setSpaceShapes | |
public float getSpaceShapes() / public void setSpaceShapes(float value) | |
getEnlargePage/setEnlargePage | |
public boolean getEnlargePage() / public void setEnlargePage(boolean value) | |