RulerGrid class

RulerGrid class

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

The RulerGrid type exposes the following members:

Properties

PropertyDescription
x_ruler_densitySpecifies the horizontal subdivisions on the ruler for the page.
y_ruler_densitySpecifies the vertical subdivisions on the ruler for the page.
x_ruler_originSpecifies the zero point on the x-axis (horizontal) ruler for the page.
x_grid_densitySpecifies the zero point on the y-axis (vertical) ruler for the page.
y_grid_densitySpecifies the type of vertical grid to use for a page.
x_grid_spacingSpecifies the distance between horizontal lines in a fixed grid (that is, a RulerGrid element where the XGridDensity element is set to 0).
y_grid_spacingSpecifies the distance between vertical lines in a fixed grid (that is, a RulerGrid element where the YGridDensity element is set to 0).
x_grid_originSpecifies the horizontal coordinate of the grid origin for a page.
y_grid_originSpecifies the vertical origin of the grid on the page.
y_ruler_originSpecifies the zero point on the y-axis (vertical) ruler for the page.

See Also