Uses of Class
com.itextpdf.forms.xfdf.AnnotObject
-
Packages that use AnnotObject Package Description com.itextpdf.forms.xfdf -
-
Uses of AnnotObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as AnnotObject Modifier and Type Field Description private AnnotObjectAnnotObject. popupRepresents a popup annotation, an inner element of the annotation element.Fields in com.itextpdf.forms.xfdf with type parameters of type AnnotObject Modifier and Type Field Description private java.util.Map<AnnotObject,PdfTextAnnotation>XfdfReader. annotationsWithInReplyToprivate java.util.List<AnnotObject>AnnotsObject. annotsListRepresents a list of children annotations.Methods in com.itextpdf.forms.xfdf that return AnnotObject Modifier and Type Method Description private static AnnotObjectXfdfObjectFactory. convertPdfPopupToAnnotObject(PdfPopupAnnotation pdfPopupAnnotation, int pageNumber)private static AnnotObjectXfdfObjectFactory. createXfdfAnnotation(PdfAnnotation pdfAnnotation, int pageNumber)AnnotObjectAnnotObject. getPopup()Gets the popup annotation, an inner element of the annotation element.AnnotObjectAnnotObject. setAction(ActionObject action)Sets Action element, a child of OnActivation element of the link annotation.AnnotObjectAnnotObject. setAppearance(java.lang.String appearance)Gets the string value of the appearance element, a child element of stamp element.AnnotObjectAnnotObject. setBorderStyleAlt(BorderStyleAltObject borderStyleAlt)Sets the BorderStyleAlt element, a child of the link element.AnnotObjectAnnotObject. setContents(PdfString contents)Sets the string value of contents tag in Xfdf document structure.AnnotObjectAnnotObject. setContentsRichText(PdfString contentsRichRext)Sets the string value of contents-richtext tag in xfdf document structure.AnnotObjectAnnotObject. setDefaultAppearance(java.lang.String defaultAppearance)Sets the string value of the defaultappearance element, a child of the caret and freetext elements.AnnotObjectAnnotObject. setDefaultStyle(java.lang.String defaultStyle)Sets the string value of the defaultstyle element, a child of the freetext element.AnnotObjectAnnotObject. setDestination(DestObject destination)Sets Dest element, a child element of link, GoTo, GoToR elements.AnnotObjectAnnotObject. setHasPopup(boolean hasPopup)Sets the boolean, indicating if annotation has inner popup element.AnnotObjectAnnotObject. setName(java.lang.String name)Sets the string value of the type of annotation.AnnotObjectAnnotObject. setPopup(AnnotObject popup)Sets the popup annotation, an inner element of the annotation element.AnnotObjectAnnotObject. setRef(PdfIndirectReference ref)Sets the reference to the sourcePdfAnnotation.AnnotObjectAnnotObject. setVertices(java.lang.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 AnnotObject Modifier and Type Method Description java.util.List<AnnotObject>AnnotsObject. getAnnotsList()Gets children annotations.Methods in com.itextpdf.forms.xfdf with parameters of type AnnotObject Modifier and Type Method Description AnnotsObjectAnnotsObject. addAnnot(AnnotObject annot)Adds a newAnnotObjectto the list of children annotations.private static voidXfdfWriter. addAnnot(AnnotObject annotObject, org.w3c.dom.Element annots, org.w3c.dom.Document document)private voidXfdfReader. addAnnotationToPdf(AnnotObject annotObject, PdfDocument pdfDocument)private voidXfdfObjectFactory. addAnnotObjectAttribute(AnnotObject annotObject, org.w3c.dom.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, org.w3c.dom.Element popup, org.w3c.dom.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)AnnotObjectAnnotObject. 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, org.w3c.dom.Node annotNode, AnnotsObject annotsObject)private voidXfdfObjectFactory. visitContentsRichTextSubelement(org.w3c.dom.Node parentNode, AnnotObject annotObject)private voidXfdfObjectFactory. visitContentsSubelement(org.w3c.dom.Node parentNode, AnnotObject annotObject)private voidXfdfObjectFactory. visitPopupSubelement(org.w3c.dom.Node popupNode, AnnotObject annotObject)private voidXfdfObjectFactory. visitVerticesSubelement(org.w3c.dom.Node parentNode, AnnotObject annotObject)
-