aspose.diagram
Class RulerGrid

Contains elements that specify the settings of the page's rulers and grid.

Property Getters/Setters Summary
functiongetDel()
functionsetDel(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.
functiongetXGridDensity()
           Specifies the zero point on the y-axis (vertical) ruler for the page.
functiongetXGridOrigin()
           Specifies the horizontal coordinate of the grid origin for a page.
functiongetXGridSpacing()
           Specifies the distance between horizontal lines in a fixed grid (that is, a RulerGrid element where the XGridDensity element is set to 0).
functiongetXRulerDensity()
           Specifies the horizontal subdivisions on the ruler for the page.
functiongetXRulerOrigin()
           Specifies the zero point on the x-axis (horizontal) ruler for the page.
functiongetYGridDensity()
           Specifies the type of vertical grid to use for a page.
functiongetYGridOrigin()
           Specifies the vertical origin of the grid on the page.
functiongetYGridSpacing()
           Specifies the distance between vertical lines in a fixed grid (that is, a RulerGrid element where the YGridDensity element is set to 0).
functiongetYRulerDensity()
           Specifies the vertical subdivisions on the ruler for the page.
functiongetYRulerOrigin()
           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)
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.

getXRulerDensity : RulerDensity 

function getXRulerDensity()
Specifies the horizontal subdivisions on the ruler for the page.

getYRulerDensity : RulerDensity 

function getYRulerDensity()
Specifies the vertical subdivisions on the ruler for the page.

getXRulerOrigin : DoubleValue 

function getXRulerOrigin()
Specifies the zero point on the x-axis (horizontal) ruler for the page.

getXGridDensity : GridDensity 

function getXGridDensity()
Specifies the zero point on the y-axis (vertical) ruler for the page.

getYGridDensity : GridDensity 

function getYGridDensity()
Specifies the type of vertical grid to use for a page.

getXGridSpacing : DoubleValue 

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).

getYGridSpacing : DoubleValue 

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).

getXGridOrigin : DoubleValue 

function getXGridOrigin()
Specifies the horizontal coordinate of the grid origin for a page.

getYGridOrigin : DoubleValue 

function getYGridOrigin()
Specifies the vertical origin of the grid on the page.

getYRulerOrigin : DoubleValue 

function getYRulerOrigin()
Specifies the zero point on the y-axis (vertical) ruler for the page.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.