Uses of Class
com.itextpdf.kernel.pdf.annot.PdfTextAnnotation
-
Packages that use PdfTextAnnotation Package Description com.itextpdf.forms.xfdf com.itextpdf.kernel.pdf.annot -
-
Uses of PdfTextAnnotation in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf with type parameters of type PdfTextAnnotation Modifier and Type Field Description private java.util.Map<AnnotObject,PdfTextAnnotation>
XfdfReader. annotationsWithInReplyTo
-
Uses of PdfTextAnnotation in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfTextAnnotation Modifier and Type Method Description PdfTextAnnotation
PdfTextAnnotation. setIconName(PdfName name)
The name of an icon that is used in displaying the annotation.PdfTextAnnotation
PdfTextAnnotation. setOpen(boolean open)
Sets a flag specifying whether the annotation shall initially be displayed open.PdfTextAnnotation
PdfTextAnnotation. setState(PdfString state)
PdfTextAnnotation
PdfTextAnnotation. setStateModel(PdfString stateModel)
-