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