public abstract class PdfMcr extends PdfObjectWrapper<PdfObject> implements IStructureNode
| Modifier and Type | Field and Description |
|---|---|
protected PdfStructElem |
parent |
| Modifier | Constructor and Description |
|---|---|
protected |
PdfMcr(PdfObject pdfObject,
PdfStructElem parent) |
| Modifier and Type | Method and Description |
|---|---|
List<IStructureNode> |
getKids() |
abstract int |
getMcid() |
abstract PdfDictionary |
getPageObject() |
IStructureNode |
getParent() |
PdfName |
getRole() |
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the
resultant document.
|
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidReleaseprotected PdfStructElem parent
protected PdfMcr(PdfObject pdfObject, PdfStructElem parent)
public abstract int getMcid()
public abstract PdfDictionary getPageObject()
public PdfName getRole()
getRole in interface IStructureNodepublic IStructureNode getParent()
getParent in interface IStructureNodepublic List<IStructureNode> getKids()
getKids in interface IStructureNodeprotected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapperisWrappedObjectMustBeIndirect in class PdfObjectWrapper<PdfObject>Copyright © 1998–2018 iText Group NV. All rights reserved.