Uses of Class
com.datalogics.PDFL.Element
Packages that use Element
-
Uses of Element in com.datalogics.PDFL
Subclasses of Element in com.datalogics.PDFLModifier and TypeClassDescriptionclassA container class represents a group of elements on a page in a PDF file.classRepresents a PDF form XObject.classA set of elements to be used within a PDF document.classAn image resource can either be an image XObject or inline image found in a page's content stream.classA path in a PDF file defines shapes.classAn XObject stream with the subtype PostScript.classRepresents a region shaded with color, as defined by a shading dictionary.classA container that represents a series of text elements and characters.classRepresents one or more contiguous characters in a text object.Methods in com.datalogics.PDFL that return ElementModifier and TypeMethodDescriptionstatic final ElementPDFLJNI.Clip_getElement(long jarg1, Clip jarg1_, int jarg2) Element.clone()Makes a copy of the element.Element.clone(EnumSet<ElementCloneFlags> cloneFlags) Makes a copy of the element.static final ElementPDFLJNI.Content_getElement(long jarg1, Content jarg1_, int jarg2) static final ElementPDFLJNI.Element_clone__SWIG_0(long jarg1, Element jarg1_) static final ElementPDFLJNI.Element_clone__SWIG_1(long jarg1, Element jarg1_, int jarg2) Clip.getElement(int index) Gets an Element from a Clip path.Content.getElement(int index) Get the element specified by index.Methods in com.datalogics.PDFL with parameters of type ElementModifier and TypeMethodDescriptionvoidClip.addElement(Element element) Adds an Element to a Clip path as the first indexed Element.voidClip.addElement(Element element, int addAfterIndex) Adds an Element to a Clip path, after the Element index specified.voidContent.addElement(Element NewElem) Adds an existing Element at the end of the content object.voidContent.addElement(Element NewElem, int addAfterIndex) Adds an existing Element at the given index of the content object.static final voidPDFLJNI.Clip_addElement__SWIG_0(long jarg1, Clip jarg1_, long jarg2, Element jarg2_, int jarg3) static final voidPDFLJNI.Clip_addElement__SWIG_1(long jarg1, Clip jarg1_, long jarg2, Element jarg2_) static final voidPDFLJNI.Content_addElement__SWIG_0(long jarg1, Content jarg1_, long jarg2, Element jarg2_) static final voidPDFLJNI.Content_addElement__SWIG_1(long jarg1, Content jarg1_, long jarg2, Element jarg2_, int jarg3) static final ElementPDFLJNI.Element_clone__SWIG_0(long jarg1, Element jarg1_) static final ElementPDFLJNI.Element_clone__SWIG_1(long jarg1, Element jarg1_, int jarg2) static final voidPDFLJNI.Element_DisposeChildren(long jarg1, Element jarg1_) static final RectPDFLJNI.Element_getBoundingBox(long jarg1, Element jarg1_) static final ClipPDFLJNI.Element_getClip(long jarg1, Element jarg1_) static final MatrixPDFLJNI.Element_getMatrix(long jarg1, Element jarg1_) static final voidPDFLJNI.Element_rotate(long jarg1, Element jarg1_, double jarg2) static final voidPDFLJNI.Element_scale(long jarg1, Element jarg1_, double jarg2, double jarg3) static final voidPDFLJNI.Element_setClip(long jarg1, Element jarg1_, long jarg2, Clip jarg2_) static final voidPDFLJNI.Element_setMatrix(long jarg1, Element jarg1_, long jarg2, Matrix jarg2_) static final voidPDFLJNI.Element_translate(long jarg1, Element jarg1_, double jarg2, double jarg3) static final longPDFLJNI.new_Content__SWIG_1(long jarg1, Element jarg1_) Constructors in com.datalogics.PDFL with parameters of type Element