|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pdftools.NativeLibrary com.pdftools.expa.ExpaInitialize com.pdftools.expa.Page
public class Page
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.pdftools.expa.ExpaInitialize |
---|
ExpaInitialize.CONTENTOBJECT, ExpaInitialize.ORIENTATION, ExpaInitialize.Rectangle, ExpaInitialize.TransformMatrix |
Nested classes/interfaces inherited from class com.pdftools.NativeLibrary |
---|
NativeLibrary.COLORCONVERSION, NativeLibrary.COLORSPACE, NativeLibrary.COMPRESSION, NativeLibrary.DITHERINGMODE, NativeLibrary.ERRORCODE, NativeLibrary.FONTTYPE, NativeLibrary.PERMISSION, NativeLibrary.RENDEREROPTION, NativeLibrary.RENDERINGMODE, NativeLibrary.ROTATEMODE, NativeLibrary.STRIPTYPE |
Field Summary |
---|
Fields inherited from class com.pdftools.NativeLibrary |
---|
VERSION |
Constructor Summary | |
---|---|
Page()
|
Method Summary | |
---|---|
ExpaInitialize.Rectangle |
getArtBox()
get the art box rectangle. |
ExpaInitialize.Rectangle |
getBleedBox()
get the bleed box rectangle. |
Content |
getContent()
get the page’s content stream. |
ExpaInitialize.Rectangle |
getCropBox()
get the crop box rectangle. |
Document |
getDocument()
get the page’s document. |
Annotation |
getFirstAnnotation()
get the first annotation. |
ExpaInitialize.Rectangle |
getMediaBox()
get the media box rectangle. |
Annotation |
getNextAnnotation()
get the next annotation. |
int |
getRotate()
get the page’s rotation value. |
ExpaInitialize.Rectangle |
getTrimBox()
get the trim box rectangle. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Page()
Method Detail |
---|
public Document getDocument()
public ExpaInitialize.Rectangle getMediaBox()
public ExpaInitialize.Rectangle getCropBox()
public ExpaInitialize.Rectangle getBleedBox()
public ExpaInitialize.Rectangle getTrimBox()
public ExpaInitialize.Rectangle getArtBox()
public int getRotate()
public Content getContent()
public Annotation getFirstAnnotation()
public Annotation getNextAnnotation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |