Module org.sejda.sambox
Class PDMarkedContentReference
java.lang.Object
org.sejda.sambox.pdmodel.documentinterchange.logicalstructure.PDMarkedContentReference
- All Implemented Interfaces:
COSObjectable
A marked-content reference.
- Author:
- Johannes Koch
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorPDMarkedContentReference(COSDictionary dictionary) Constructor for an existing marked content reference. -
Method Summary
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
PDMarkedContentReference
Constructor for an existing marked content reference.- Parameters:
dictionary- the page dictionary
-
PDMarkedContentReference
public PDMarkedContentReference()Default constructor
-
-
Method Details
-
getCOSObject
- Specified by:
getCOSObjectin interfaceCOSObjectable- Returns:
- The
COSBasethat matches this Java object.
-
getPage
Gets the page.- Returns:
- the page
-
setPage
Sets the page.- Parameters:
page- the page
-
getMCID
public int getMCID()Gets the marked content identifier.- Returns:
- the marked content identifier
-
setMCID
public void setMCID(int mcid) Sets the marked content identifier.- Parameters:
mcid- the marked content identifier
-
toString
-