RulerGrid

Inheritance: java.lang.Object

public class RulerGrid

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

Methods

MethodDescription
equals(Object arg0)
getClass()
getDel()A flag indicating whether the element has been deleted locally.
getXGridDensity()Specifies the zero point on the y-axis (vertical) ruler for the page.
getXGridOrigin()Specifies the horizontal coordinate of the grid origin for a page.
getXGridSpacing()Specifies the distance between horizontal lines in a fixed grid (that is, a RulerGrid element where the XGridDensity element is set to 0).
getXRulerDensity()Specifies the horizontal subdivisions on the ruler for the page.
getXRulerOrigin()Specifies the zero point on the x-axis (horizontal) ruler for the page.
getYGridDensity()Specifies the type of vertical grid to use for a page.
getYGridOrigin()Specifies the vertical origin of the grid on the page.
getYGridSpacing()Specifies the distance between vertical lines in a fixed grid (that is, a RulerGrid element where the YGridDensity element is set to 0).
getYRulerDensity()Specifies the vertical subdivisions on the ruler for the page.
getYRulerOrigin()Specifies the zero point on the y-axis (vertical) ruler for the page.
hashCode()
notify()
notifyAll()
setDel(int value)For the description of this property, please see getDel()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDel()

public int getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Returns: int

getXGridDensity()

public GridDensity getXGridDensity()

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

Returns: GridDensity

getXGridOrigin()

public DoubleValue getXGridOrigin()

Specifies the horizontal coordinate of the grid origin for a page.

Returns: DoubleValue

getXGridSpacing()

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

Returns: DoubleValue

getXRulerDensity()

public RulerDensity getXRulerDensity()

Specifies the horizontal subdivisions on the ruler for the page.

Returns: RulerDensity

getXRulerOrigin()

public DoubleValue getXRulerOrigin()

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

Returns: DoubleValue

getYGridDensity()

public GridDensity getYGridDensity()

Specifies the type of vertical grid to use for a page.

Returns: GridDensity

getYGridOrigin()

public DoubleValue getYGridOrigin()

Specifies the vertical origin of the grid on the page.

Returns: DoubleValue

getYGridSpacing()

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

Returns: DoubleValue

getYRulerDensity()

public RulerDensity getYRulerDensity()

Specifies the vertical subdivisions on the ruler for the page.

Returns: RulerDensity

getYRulerOrigin()

public DoubleValue getYRulerOrigin()

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

Returns: DoubleValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDel(int value)

public void setDel(int value)

For the description of this property, please see getDel()

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int