|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDMarkedContentReference
public class PDMarkedContentReference
A marked-content reference.
Field Summary | |
---|---|
static String |
TYPE
|
Constructor Summary | |
---|---|
PDMarkedContentReference()
Default constructor |
|
PDMarkedContentReference(COSDictionary dictionary)
Constructor for an existing marked content reference. |
Method Summary | |
---|---|
protected COSDictionary |
getCOSDictionary()
|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
int |
getMCID()
Gets the marked content identifier. |
PDPage |
getPage()
Gets the page. |
void |
setMCID(int mcid)
Sets the marked content identifier. |
void |
setPage(PDPage page)
Sets the page. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String TYPE
Constructor Detail |
---|
public PDMarkedContentReference()
public PDMarkedContentReference(COSDictionary dictionary)
pageDic
- the page dictionarymcid
- the marked content indentifierMethod Detail |
---|
protected COSDictionary getCOSDictionary()
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public PDPage getPage()
public void setPage(PDPage page)
page
- the pagepublic int getMCID()
public void setMCID(int mcid)
mcid
- the marked content identifierpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |