Uses of Interface
com.gitlab.pdftk_java.com.lowagie.text.Element
-
Packages that use Element Package Description com.gitlab.pdftk_java.com.lowagie.text com.gitlab.pdftk_java.com.lowagie.text.markup com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of Element in com.gitlab.pdftk_java.com.lowagie.text
Subinterfaces of Element in com.gitlab.pdftk_java.com.lowagie.text Modifier and Type Interface Description interfaceMarkupAttributesDefines the interface for anElementwith markup attributes-- that is, random String-to-String properties for representation in markup languages such as HTML and XML.interfaceTextElementArrayInterface for a text element to which other objects can be added.Classes in com.gitlab.pdftk_java.com.lowagie.text that implement Element Modifier and Type Class Description classAnchorAnAnchorcan be a reference or a destination of a reference.classAnnotationAnAnnotationis a little note that can be added to a page on a document.classChunkThis is the smallest significant part of text that can be added to a document.classHeaderThis is anElementthat contains some userdefined meta information about the document.classListAListcontains severalListItems.classListItemAListItemis aParagraphthat can be added to aList.classMetaThis is anElementthat contains some meta information about the document.classParagraphAParagraphis a series ofChunks and/orPhrases.classPhraseAPhraseis a series ofChunks.classRectangleARectangleis the representation of a geometric figure.Methods in com.gitlab.pdftk_java.com.lowagie.text with parameters of type Element Modifier and Type Method Description booleanDocument. add(Element element)Adds anElementto theDocument.booleanDocWriter. add(Element element)Signals that anElementwas added to theDocument.booleanElementListener. add(Element element)Signals that anElementwas added to theDocument.protected static booleanDocWriter. hasMarkupAttributes(Element element)Returnstrueif the specifiedElementimplementsMarkupAttributesand has one or more attributes to write. -
Uses of Element in com.gitlab.pdftk_java.com.lowagie.text.markup
Methods in com.gitlab.pdftk_java.com.lowagie.text.markup that return Element Modifier and Type Method Description ElementMarkupParser. getObject(Properties attributes)Returns an object based on a tag and its attributes.ElementMarkupParser. retrieveParagraph(Font font, Properties styleattributes)Retrieves a Paragraph based on some style attributes.ElementMarkupParser. retrievePhrase(Font font, Properties styleattributes)Retrieves a Phrase based on some style attributes. -
Uses of Element in com.gitlab.pdftk_java.com.lowagie.text.pdf
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type Element Modifier and Type Method Description voidColumnText. addElement(Element element)Adds an element.
-