Uses of Class
com.itextpdf.forms.xfdf.AnnotObject
Packages that use AnnotObject
-
Uses of AnnotObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as AnnotObjectModifier and TypeFieldDescriptionprivate AnnotObject
AnnotObject.popup
Represents a popup annotation, an inner element of the annotation element.Fields in com.itextpdf.forms.xfdf with type parameters of type AnnotObjectModifier and TypeFieldDescriptionprivate final Map
<AnnotObject, PdfTextAnnotation> XfdfReader.annotationsWithInReplyTo
private List
<AnnotObject> AnnotsObject.annotsList
Represents a list of children annotations.Methods in com.itextpdf.forms.xfdf that return AnnotObjectModifier and TypeMethodDescriptionprivate static AnnotObject
XfdfObjectFactory.convertPdfPopupToAnnotObject
(PdfPopupAnnotation pdfPopupAnnotation, int pageNumber) private static AnnotObject
XfdfObjectFactory.createXfdfAnnotation
(PdfAnnotation pdfAnnotation, int pageNumber) AnnotObject.getPopup()
Gets the popup annotation, an inner element of the annotation element.AnnotObject.setAction
(ActionObject action) Sets Action element, a child of OnActivation element of the link annotation.AnnotObject.setAppearance
(String appearance) Gets the string value of the appearance element, a child element of stamp element.AnnotObject.setBorderStyleAlt
(BorderStyleAltObject borderStyleAlt) Sets the BorderStyleAlt element, a child of the link element.AnnotObject.setContents
(PdfString contents) Sets the string value of contents tag in Xfdf document structure.AnnotObject.setContentsRichText
(PdfString contentsRichRext) Sets the string value of contents-richtext tag in xfdf document structure.AnnotObject.setDefaultAppearance
(String defaultAppearance) Sets the string value of the defaultappearance element, a child of the caret and freetext elements.AnnotObject.setDefaultStyle
(String defaultStyle) Sets the string value of the defaultstyle element, a child of the freetext element.AnnotObject.setDestination
(DestObject destination) Sets Dest element, a child element of link, GoTo, GoToR elements.AnnotObject.setHasPopup
(boolean hasPopup) Sets the boolean, indicating if annotation has inner popup element.Sets the string value of the type of annotation.AnnotObject.setPopup
(AnnotObject popup) Sets the popup annotation, an inner element of the annotation element.AnnotObject.setRef
(PdfIndirectReference ref) Sets the reference to the sourcePdfAnnotation
.AnnotObject.setVertices
(String vertices) Sets the string, containing vertices element, a child of the polygon and polyline elements.Methods in com.itextpdf.forms.xfdf that return types with arguments of type AnnotObjectMethods in com.itextpdf.forms.xfdf with parameters of type AnnotObjectModifier and TypeMethodDescriptionAnnotsObject.addAnnot
(AnnotObject annot) Adds a newAnnotObject
to the list of children annotations.private static void
XfdfWriter.addAnnot
(AnnotObject annotObject, Element annots, Document document) private void
XfdfReader.addAnnotationToPdf
(AnnotObject annotObject, PdfDocument pdfDocument) private void
XfdfObjectFactory.addAnnotObjectAttribute
(AnnotObject annotObject, Node attributeNode) private void
XfdfReader.addBorderEffectAttributes
(PdfAnnotation annotation, AnnotObject annotObject) private static void
XfdfObjectFactory.addBorderStyleAttributes
(AnnotObject annotObject, PdfNumber width, PdfArray dashes, PdfName style) private void
XfdfReader.addBorderStyleAttributes
(PdfAnnotation annotation, AnnotObject annotObject) private static void
XfdfObjectFactory.addCommonAnnotationAttributes
(AnnotObject annot, PdfAnnotation pdfAnnotation) private void
XfdfReader.addCommonAnnotationAttributes
(PdfAnnotation annotation, AnnotObject annotObject) private static void
XfdfObjectFactory.addMarkupAnnotationAttributes
(AnnotObject annot, PdfMarkupAnnotation pdfMarkupAnnotation) private void
XfdfReader.addMarkupAnnotationAttributes
(PdfMarkupAnnotation annotation, AnnotObject annotObject) private static void
XfdfWriter.addPopup
(AnnotObject popupAnnotObject, Element popup, Element annot) private static void
XfdfObjectFactory.createCircleAnnotation
(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static void
XfdfObjectFactory.createDestElement
(PdfArray dest, AnnotObject annot) private static void
XfdfObjectFactory.createFreeTextAnnotation
(PdfAnnotation pdfAnnotation, AnnotObject annot) private static void
XfdfObjectFactory.createLineAnnotation
(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static void
XfdfObjectFactory.createLinkAnnotation
(PdfAnnotation pdfAnnotation, AnnotObject annot) private static void
XfdfObjectFactory.createPolyGeomAnnotation
(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static void
XfdfObjectFactory.createSquareAnnotation
(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static void
XfdfObjectFactory.createStampAnnotation
(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static void
XfdfObjectFactory.createTextAnnotation
(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static void
XfdfObjectFactory.createTextMarkupAnnotation
(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) AnnotObject.setPopup
(AnnotObject popup) Sets the popup annotation, an inner element of the annotation element.private static void
XfdfObjectFactory.updateXfdfAnnotation
(AnnotObject annotObject, PdfAnnotation pdfAnnotation, int pageNumber) private void
XfdfObjectFactory.visitAnnotationInnerNodes
(AnnotObject annotObject, Node annotNode, AnnotsObject annotsObject) private void
XfdfObjectFactory.visitContentsRichTextSubelement
(Node parentNode, AnnotObject annotObject) private void
XfdfObjectFactory.visitContentsSubelement
(Node parentNode, AnnotObject annotObject) private void
XfdfObjectFactory.visitPopupSubelement
(Node popupNode, AnnotObject annotObject) private void
XfdfObjectFactory.visitVerticesSubelement
(Node parentNode, AnnotObject annotObject)