public class MarkedContentInfo extends Object
Constructor and Description |
---|
MarkedContentInfo(PdfName tag, PdfDictionary dictionary) |
Modifier and Type | Method and Description |
---|---|
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
|
public MarkedContentInfo(PdfName tag, PdfDictionary dictionary)
public PdfName getTag()
public boolean hasMcid()
public int getMcid()
NullPointerException
is thrown.
NullPointerException
- if there is no MCID (see hasMcid()
)
Copyright © 2016. All rights reserved.