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