|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.graphics.xobject.PDXObject
org.pdfbox.pdmodel.graphics.xobject.PDXObjectForm
A form xobject.
Field Summary | |
static String |
SUB_TYPE
The XObject subtype. |
Constructor Summary | |
PDXObjectForm(COSStream formStream)
Standard constuctor. |
|
PDXObjectForm(PDStream formStream)
Standard constuctor. |
Method Summary | |
int |
getFormType()
This will get the form type, currently 1 is the only form type. |
PDResources |
getResources()
This will get the resources at this page and not look up the hierarchy. |
void |
setFormType(int formType)
Set the form type. |
void |
setResources(PDResources resources)
This will set the resources for this page. |
Methods inherited from class org.pdfbox.pdmodel.graphics.xobject.PDXObject |
createXObject, getCOSObject, getCOSStream, getMetadata, getPDStream, setMetadata |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String SUB_TYPE
Constructor Detail |
public PDXObjectForm(PDStream formStream)
formStream
- The XObject is passed as a COSStream.public PDXObjectForm(COSStream formStream)
formStream
- The XObject is passed as a COSStream.Method Detail |
public int getFormType()
public void setFormType(int formType)
formType
- The new form type.public PDResources getResources()
public void setResources(PDResources resources)
resources
- The new resources for this page.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |