public class RulerGrid
Property Getters/Setters Summary | ||
---|---|---|
int | getDel() | |
void | setDel(intvalue) | |
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.
|
public int getDel() / public void setDel(int value)
public RulerDensity getXRulerDensity()
public RulerDensity getYRulerDensity()
public DoubleValue getXRulerOrigin()
public GridDensity getXGridDensity()
public GridDensity getYGridDensity()
public DoubleValue getXGridSpacing()
public DoubleValue getYGridSpacing()
public DoubleValue getXGridOrigin()
public DoubleValue getYGridOrigin()
public DoubleValue getYRulerOrigin()