|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.parser.MarkedContentInfo
public class MarkedContentInfo
Represents a Marked Content block in a PDF
| Constructor Summary | |
|---|---|
MarkedContentInfo(PdfName tag,
PdfDictionary dictionary)
|
|
| Method Summary | |
|---|---|
int |
getMcid()
Gets the MCID value If the Marked Content contains an MCID entry, returns that value. |
PdfName |
getTag()
Get the tag of this marked content |
boolean |
hasMcid()
Determine if an MCID is available |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarkedContentInfo(PdfName tag,
PdfDictionary dictionary)
| Method Detail |
|---|
public PdfName getTag()
public boolean hasMcid()
public int getMcid()
NullPointerException is thrown.
java.lang.NullPointerException - if there is no MCID (see hasMcid())
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||