Uses of Interface
com.gitlab.pdftk_java.com.lowagie.text.Element
Packages that use Element
Package
Description
-
Uses of Element in com.gitlab.pdftk_java.com.lowagie.text
Subinterfaces of Element in com.gitlab.pdftk_java.com.lowagie.textModifier and TypeInterfaceDescriptioninterfaceDefines the interface for anElementwith markup attributes-- that is, random String-to-String properties for representation in markup languages such as HTML and XML.interfaceInterface for a text element to which other objects can be added.Classes in com.gitlab.pdftk_java.com.lowagie.text that implement ElementModifier and TypeClassDescriptionclassAnAnchorcan be a reference or a destination of a reference.classAnAnnotationis a little note that can be added to a page on a document.classThis is the smallest significant part of text that can be added to a document.classThis is anElementthat contains some userdefined meta information about the document.classAListcontains severalListItems.classAListItemis aParagraphthat can be added to aList.classThis is anElementthat contains some meta information about the document.classAParagraphis a series ofChunks and/orPhrases.classAPhraseis a series ofChunks.classARectangleis the representation of a geometric figure.Methods in com.gitlab.pdftk_java.com.lowagie.text with parameters of type ElementModifier and TypeMethodDescriptionbooleanAdds anElementto theDocument.booleanSignals that anElementwas added to theDocument.booleanSignals 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 ElementModifier and TypeMethodDescriptionMarkupParser.getObject(Properties attributes) Returns an object based on a tag and its attributes.private ElementMarkupParser.retrieveListItem(Font font, Properties styleattributes) Returns a ListItem based on the styleattributes.MarkupParser.retrieveParagraph(Font font, Properties styleattributes) Retrieves a Paragraph based on some style attributes.MarkupParser.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 ElementModifier and TypeMethodDescriptionbooleanSignals that anElementwas added to theDocument.voidColumnText.addElement(Element element) Adds an element.