Property Getters/Setters Summary | ||
---|---|---|
function | getDel() | |
function | setDel(value) | |
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. | ||
function | getXGridDensity() | |
Specifies the zero point on the y-axis (vertical) ruler for the page. | ||
function | getXGridOrigin() | |
Specifies the horizontal coordinate of the grid origin for a page. | ||
function | getXGridSpacing() | |
Specifies the distance between horizontal lines in a fixed grid (that is, a RulerGrid element where the XGridDensity element is set to 0). | ||
function | getXRulerDensity() | |
Specifies the horizontal subdivisions on the ruler for the page. | ||
function | getXRulerOrigin() | |
Specifies the zero point on the x-axis (horizontal) ruler for the page. | ||
function | getYGridDensity() | |
Specifies the type of vertical grid to use for a page. | ||
function | getYGridOrigin() | |
Specifies the vertical origin of the grid on the page. | ||
function | getYGridSpacing() | |
Specifies the distance between vertical lines in a fixed grid (that is, a RulerGrid element where the YGridDensity element is set to 0). | ||
function | getYRulerDensity() | |
Specifies the vertical subdivisions on the ruler for the page. | ||
function | getYRulerOrigin() | |
Specifies the zero point on the y-axis (vertical) ruler for the page. |
Property Getters/Setters Detail |
---|
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getXRulerDensity : RulerDensity | |
function getXRulerDensity() |
getYRulerDensity : RulerDensity | |
function getYRulerDensity() |
getXRulerOrigin : DoubleValue | |
function getXRulerOrigin() |
getXGridDensity : GridDensity | |
function getXGridDensity() |
getYGridDensity : GridDensity | |
function getYGridDensity() |
getXGridSpacing : DoubleValue | |
function getXGridSpacing() |
getYGridSpacing : DoubleValue | |
function getYGridSpacing() |
getXGridOrigin : DoubleValue | |
function getXGridOrigin() |
getYGridOrigin : DoubleValue | |
function getYGridOrigin() |
getYRulerOrigin : DoubleValue | |
function getYRulerOrigin() |