java.lang.Object
com.aspose.diagram.RulerGrid
public class RulerGrid
| Property Getters/Setters Summary | ||
|---|---|---|
int | getDel() | |
void | setDel(int) | |
| A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
GridDensity | getXGridDensity() | |
| Specifies the zero point on the y-axis (vertical) ruler for the page. | ||
DoubleValue | getXGridOrigin() | |
| Specifies the horizontal coordinate of the grid origin for a page. | ||
DoubleValue | getXGridSpacing() | |
| Specifies the distance between horizontal lines in a fixed grid (that is, a RulerGrid element where the XGridDensity element is set to 0). | ||
RulerDensity | getXRulerDensity() | |
| Specifies the horizontal subdivisions on the ruler for the page. | ||
DoubleValue | getXRulerOrigin() | |
| Specifies the zero point on the x-axis (horizontal) ruler for the page. | ||
GridDensity | getYGridDensity() | |
| Specifies the type of vertical grid to use for a page. | ||
DoubleValue | getYGridOrigin() | |
| Specifies the vertical origin of the grid on the page. | ||
DoubleValue | getYGridSpacing() | |
| Specifies the distance between vertical lines in a fixed grid (that is, a RulerGrid element where the YGridDensity element is set to 0). | ||
RulerDensity | getYRulerDensity() | |
| Specifies the vertical subdivisions on the ruler for the page. | ||
DoubleValue | getYRulerOrigin() | |
| Specifies the zero point on the y-axis (vertical) ruler for the page. | ||
| Property Getters/Setters Detail |
|---|
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getXRulerDensity | |
public RulerDensity getXRulerDensity() | |
getYRulerDensity | |
public RulerDensity getYRulerDensity() | |
getXRulerOrigin | |
public DoubleValue getXRulerOrigin() | |
getXGridDensity | |
public GridDensity getXGridDensity() | |
getYGridDensity | |
public GridDensity getYGridDensity() | |
getXGridSpacing | |
public DoubleValue getXGridSpacing() | |
getYGridSpacing | |
public DoubleValue getYGridSpacing() | |
getXGridOrigin | |
public DoubleValue getXGridOrigin() | |
getYGridOrigin | |
public DoubleValue getYGridOrigin() | |
getYRulerOrigin | |
public DoubleValue getYRulerOrigin() | |