public class PdfAnnotationAppearance extends PdfObjectWrapper<PdfDictionary>
Constructor and Description |
---|
PdfAnnotationAppearance() |
PdfAnnotationAppearance(PdfDictionary pdfObject) |
Modifier and Type | Method and Description |
---|---|
PdfStream |
getStateObject(PdfName stateName) |
Set<PdfName> |
getStates() |
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the resultant document.
|
PdfAnnotationAppearance |
setState(PdfName stateName, PdfFormXObject state) |
PdfAnnotationAppearance |
setStateObject(PdfName stateName, PdfStream state) |
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfAnnotationAppearance(PdfDictionary pdfObject)
public PdfAnnotationAppearance()
public PdfAnnotationAppearance setState(PdfName stateName, PdfFormXObject state)
public PdfAnnotationAppearance setStateObject(PdfName stateName, PdfStream state)
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfDictionary>
Copyright © 1998–2018 iText Group NV. All rights reserved.