|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.merger.PdfPage
public class PdfPage
Represents a page from an imported PDF document.
Licensing:
This class is a DynamicPDF Merger Standard Edition feature.
One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
byte[] |
getContents()
Returns the uncompressed binary contents of the page. |
java.lang.String |
getDictionaryValue(java.lang.String key)
Returns the value of a given page dictionary key. |
PageDimensions |
getDimensions()
Gets the page dimensions of the page. |
int |
getRotate()
Gets the rotation value of the page. |
java.lang.String |
getText()
Gets the text in the page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getDictionaryValue(java.lang.String key)
key
- The dictionaries key.
public byte[] getContents()
public int getRotate()
public PageDimensions getDimensions()
PageDimensions
object.PageDimensions
public java.lang.String getText()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |