Uses of Class
com.pd4ml.pdf.xfdf.XfdfAnnotation
-
Packages that use XfdfAnnotation Package Description com.pd4ml.pdf.xfdf com.pd4ml.pdf.xfdf.internal -
-
Uses of XfdfAnnotation in com.pd4ml.pdf.xfdf
Methods in com.pd4ml.pdf.xfdf that return XfdfAnnotation Modifier and Type Method Description XfdfAnnotationXfdfAnnotation. getPopup()The nested<popup>child, if this annotation has its own popup window, ornull.Methods in com.pd4ml.pdf.xfdf that return types with arguments of type XfdfAnnotation Modifier and Type Method Description java.util.List<XfdfAnnotation>XfdfDocument. getAnnotations()Every top-level annotation from<annots>(a nested<popup>is reachable viagetPopup(), not listed here separately).Methods in com.pd4ml.pdf.xfdf with parameters of type XfdfAnnotation Modifier and Type Method Description voidXfdfAnnotation. setPopup(XfdfAnnotation popup)Sets the nested<popup>child -- seegetPopup(). -
Uses of XfdfAnnotation in com.pd4ml.pdf.xfdf.internal
Methods in com.pd4ml.pdf.xfdf.internal that return XfdfAnnotation Modifier and Type Method Description static XfdfAnnotationAnnotationMapper. toXfdf(COSDictionary annot, int pageIndex)Methods in com.pd4ml.pdf.xfdf.internal with parameters of type XfdfAnnotation Modifier and Type Method Description static voidAnnotationMapper. applyToCOS(XfdfAnnotation x, COSDictionary target, COSDocument targetDoc)Populates (or, for an already-populatedtargetpassed in by the caller's "update if exists" handling -- seeXfdfImporter-- re-populates)targetfromx.
-