public final class GuideResource extends Object
The guide resource block.
Modifier and Type | Field and Description |
---|---|
static int |
GuideResourceSize
The guide resource block size.
|
Constructor and Description |
---|
GuideResource() |
Modifier and Type | Method and Description |
---|---|
byte |
getDirection()
Gets or sets the direction of guide.
|
int |
getLocation()
Gets or sets the location of guide in document coordinates.
|
void |
setDirection(byte value)
Gets or sets the direction of guide.
|
void |
setLocation(int value)
Gets or sets the location of guide in document coordinates.
|
public static final int GuideResourceSize
The guide resource block size.
public final int getLocation()
Gets or sets the location of guide in document coordinates.
Value: The guide location.public final void setLocation(int value)
Gets or sets the location of guide in document coordinates.
Value: The guide location.public final byte getDirection()
Gets or sets the direction of guide.
Value: The direction of guide.public final void setDirection(byte value)
Gets or sets the direction of guide.
Value: The direction of guide.