asposediagram.api

Class RulerGrid

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

Property Getters/Setters Summary
methodgetDel()
method
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.
methodgetXGridDensity()
Specifies the zero point on the y-axis (vertical) ruler for the page.
methodgetXGridOrigin()
Specifies the horizontal coordinate of the grid origin for a page.
methodgetXGridSpacing()
Specifies the distance between horizontal lines in a fixed grid (that is, a RulerGrid element where the XGridDensity element is set to 0).
methodgetXRulerDensity()
Specifies the horizontal subdivisions on the ruler for the page.
methodgetXRulerOrigin()
Specifies the zero point on the x-axis (horizontal) ruler for the page.
methodgetYGridDensity()
Specifies the type of vertical grid to use for a page.
methodgetYGridOrigin()
Specifies the vertical origin of the grid on the page.
methodgetYGridSpacing()
Specifies the distance between vertical lines in a fixed grid (that is, a RulerGrid element where the YGridDensity element is set to 0).
methodgetYRulerDensity()
Specifies the vertical subdivisions on the ruler for the page.
methodgetYRulerOrigin()
Specifies the zero point on the y-axis (vertical) ruler for the page.
 

    • Property Getters/Setters Detail

      • getDel/setDel : int 

        int getDel() / 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 

        RulerDensity getXRulerDensity()
        
        Specifies the horizontal subdivisions on the ruler for the page.
      • getYRulerDensity : RulerDensity 

        RulerDensity getYRulerDensity()
        
        Specifies the vertical subdivisions on the ruler for the page.
      • getXRulerOrigin : DoubleValue 

        DoubleValue getXRulerOrigin()
        
        Specifies the zero point on the x-axis (horizontal) ruler for the page.
      • getXGridDensity : GridDensity 

        GridDensity getXGridDensity()
        
        Specifies the zero point on the y-axis (vertical) ruler for the page.
      • getYGridDensity : GridDensity 

        GridDensity getYGridDensity()
        
        Specifies the type of vertical grid to use for a page.
      • getXGridSpacing : DoubleValue 

        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).
      • getYGridSpacing : DoubleValue 

        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).
      • getXGridOrigin : DoubleValue 

        DoubleValue getXGridOrigin()
        
        Specifies the horizontal coordinate of the grid origin for a page.
      • getYGridOrigin : DoubleValue 

        DoubleValue getYGridOrigin()
        
        Specifies the vertical origin of the grid on the page.
      • getYRulerOrigin : DoubleValue 

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