public final class GuideResource extends Object
The guide resource block.
Modifier and Type | Field and Description |
---|---|
static int |
GUIDE_RESOURCE_SIZE
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) |
void |
setLocation(int value) |
public static final int GUIDE_RESOURCE_SIZE
The guide resource block size.
public int getLocation()
Gets or sets the location of guide in document coordinates.
public void setLocation(int value)
public byte getDirection()
Gets or sets the direction of guide.
public void setDirection(byte value)