Uses of Class
com.datalogics.PDFL.Form
Packages that use Form
-
Uses of Form in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return FormModifier and TypeMethodDescriptionstatic final FormPDFLJNI.Annotation_generateAppearance(long jarg1, Annotation jarg1_) static final FormPDFLJNI.Annotation_getNormalAppearance(long jarg1, Annotation jarg1_) static final FormPDFLJNI.CircleAnnotation_generateAppearance(long jarg1, CircleAnnotation jarg1_) Form.clone()Creates a new form from an existing form object.Form.colorConvert(Document document, ColorProfile prof, RenderIntent intent, boolean embed) Applies the specified ICC ColorProfile to the objects in the formstatic final FormPDFLJNI.Form_clone(long jarg1, Form jarg1_) static final FormPDFLJNI.Form_colorConvert(long jarg1, Form jarg1_, long jarg2, Document jarg2_, int jarg3, int jarg4, boolean jarg5) static final FormPDFLJNI.FreeTextAnnotation_generateAppearance(long jarg1, FreeTextAnnotation jarg1_) Annotation.generateAppearance()Generate a new appearance stream with the current annotation properties.CircleAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.FreeTextAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.HighlightAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.InkAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.LineAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.LinkAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.PolygonAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.PolyLineAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.SquareAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.UnderlineAnnotation.generateAppearance()Generate a new appearance stream with the current annotation properties.Annotation.getNormalAppearance()static final FormPDFLJNI.HighlightAnnotation_generateAppearance(long jarg1, HighlightAnnotation jarg1_) static final FormPDFLJNI.InkAnnotation_generateAppearance(long jarg1, InkAnnotation jarg1_) static final FormPDFLJNI.LineAnnotation_generateAppearance(long jarg1, LineAnnotation jarg1_) static final FormPDFLJNI.LinkAnnotation_generateAppearance(long jarg1, LinkAnnotation jarg1_) static final FormPDFLJNI.OCREngine_placeTextUnder__SWIG_0(long jarg1, OCREngine jarg1_, long jarg2, Image jarg2_) static final FormPDFLJNI.OCREngine_placeTextUnder__SWIG_1(long jarg1, OCREngine jarg1_, long jarg2, Image jarg2_, long jarg3, Document jarg3_) OCREngine.placeTextUnder(Image image) Recognize text in the image, returning a form element with the image and the text underneath.OCREngine.placeTextUnder(Image image, Document inDocument) Recognize text in the image, returning a form element with the image and the text underneath.static final FormPDFLJNI.PolygonAnnotation_generateAppearance(long jarg1, PolygonAnnotation jarg1_) static final FormPDFLJNI.PolyLineAnnotation_generateAppearance(long jarg1, PolyLineAnnotation jarg1_) static final FormPDFLJNI.SquareAnnotation_generateAppearance(long jarg1, SquareAnnotation jarg1_) static final FormPDFLJNI.UnderlineAnnotation_generateAppearance(long jarg1, UnderlineAnnotation jarg1_) Methods in com.datalogics.PDFL with parameters of type FormModifier and TypeMethodDescriptionstatic final voidPDFLJNI.Annotation_setNormalAppearance(long jarg1, Annotation jarg1_, long jarg2, Form jarg2_) static final FormPDFLJNI.Form_clone(long jarg1, Form jarg1_) static final FormPDFLJNI.Form_colorConvert(long jarg1, Form jarg1_, long jarg2, Document jarg2_, int jarg3, int jarg4, boolean jarg5) static final voidPDFLJNI.Form_DisposeChildren(long jarg1, Form jarg1_) static final ContentPDFLJNI.Form_getContent(long jarg1, Form jarg1_) static final GraphicStatePDFLJNI.Form_getGraphicState(long jarg1, Form jarg1_) static final OptionalContentMembershipDictPDFLJNI.Form_getOptionalContentMembershipDict(long jarg1, Form jarg1_) static final PDFStreamPDFLJNI.Form_getStream(long jarg1, Form jarg1_) static final booleanPDFLJNI.Form_isCurrentlyVisible__SWIG_0(long jarg1, Form jarg1_, long jarg2, OptionalContentContext jarg2_) static final booleanPDFLJNI.Form_isCurrentlyVisible__SWIG_1(long jarg1, Form jarg1_, long jarg2, OptionalContentContext jarg2_, long jarg3, Content jarg3_) static final booleanPDFLJNI.Form_makeVisible(long jarg1, Form jarg1_, long jarg2, OptionalContentContext jarg2_, long jarg3, Content jarg3_) static final voidPDFLJNI.Form_setContent(long jarg1, Form jarg1_, long jarg2, Content jarg2_) static final voidPDFLJNI.Form_setGraphicState(long jarg1, Form jarg1_, long jarg2, GraphicState jarg2_) static final voidPDFLJNI.Form_setOptionalContentMembershipDict(long jarg1, Form jarg1_, long jarg2, OptionalContentMembershipDict jarg2_) voidAnnotation.setNormalAppearance(Form form)