public class PDMarkedContentReference extends Object implements COSObjectable
| Constructor and Description |
|---|
PDMarkedContentReference()
Default constructor
|
PDMarkedContentReference(COSDictionary dictionary)
Constructor for an existing marked content reference.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final String TYPE
public PDMarkedContentReference()
public PDMarkedContentReference(COSDictionary dictionary)
dictionary - the page dictionaryprotected COSDictionary getCOSDictionary()
public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic PDPage getPage()
public void setPage(PDPage page)
page - the pagepublic int getMCID()
public void setMCID(int mcid)
mcid - the marked content identifierCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.