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 AnnotObjectAnnotObject.popupRepresents 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.annotationsWithInReplyToprivate List<AnnotObject> AnnotsObject.annotsListRepresents a list of children annotations.Methods in com.itextpdf.forms.xfdf that return AnnotObjectModifier and TypeMethodDescriptionprivate static AnnotObjectXfdfObjectFactory.convertPdfPopupToAnnotObject(PdfPopupAnnotation pdfPopupAnnotation, int pageNumber) private static AnnotObjectXfdfObjectFactory.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 newAnnotObjectto the list of children annotations.private static voidXfdfWriter.addAnnot(AnnotObject annotObject, Element annots, Document document) private voidXfdfReader.addAnnotationToPdf(AnnotObject annotObject, PdfDocument pdfDocument) private voidXfdfObjectFactory.addAnnotObjectAttribute(AnnotObject annotObject, Node attributeNode) private voidXfdfReader.addBorderEffectAttributes(PdfAnnotation annotation, AnnotObject annotObject) private static voidXfdfObjectFactory.addBorderStyleAttributes(AnnotObject annotObject, PdfNumber width, PdfArray dashes, PdfName style) private voidXfdfReader.addBorderStyleAttributes(PdfAnnotation annotation, AnnotObject annotObject) private static voidXfdfObjectFactory.addCommonAnnotationAttributes(AnnotObject annot, PdfAnnotation pdfAnnotation) private voidXfdfReader.addCommonAnnotationAttributes(PdfAnnotation annotation, AnnotObject annotObject) private static voidXfdfObjectFactory.addMarkupAnnotationAttributes(AnnotObject annot, PdfMarkupAnnotation pdfMarkupAnnotation) private voidXfdfReader.addMarkupAnnotationAttributes(PdfMarkupAnnotation annotation, AnnotObject annotObject) private static voidXfdfWriter.addPopup(AnnotObject popupAnnotObject, Element popup, Element annot) private static voidXfdfObjectFactory.createCircleAnnotation(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static voidXfdfObjectFactory.createDestElement(PdfArray dest, AnnotObject annot) private static voidXfdfObjectFactory.createFreeTextAnnotation(PdfAnnotation pdfAnnotation, AnnotObject annot) private static voidXfdfObjectFactory.createLineAnnotation(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static voidXfdfObjectFactory.createLinkAnnotation(PdfAnnotation pdfAnnotation, AnnotObject annot) private static voidXfdfObjectFactory.createPolyGeomAnnotation(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static voidXfdfObjectFactory.createSquareAnnotation(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static voidXfdfObjectFactory.createStampAnnotation(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static voidXfdfObjectFactory.createTextAnnotation(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) private static voidXfdfObjectFactory.createTextMarkupAnnotation(PdfAnnotation pdfAnnotation, AnnotObject annot, int pageNumber) AnnotObject.setPopup(AnnotObject popup) Sets the popup annotation, an inner element of the annotation element.private static voidXfdfObjectFactory.updateXfdfAnnotation(AnnotObject annotObject, PdfAnnotation pdfAnnotation, int pageNumber) private voidXfdfObjectFactory.visitAnnotationInnerNodes(AnnotObject annotObject, Node annotNode, AnnotsObject annotsObject) private voidXfdfObjectFactory.visitContentsRichTextSubelement(Node parentNode, AnnotObject annotObject) private voidXfdfObjectFactory.visitContentsSubelement(Node parentNode, AnnotObject annotObject) private voidXfdfObjectFactory.visitPopupSubelement(Node popupNode, AnnotObject annotObject) private voidXfdfObjectFactory.visitVerticesSubelement(Node parentNode, AnnotObject annotObject)