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 TypeInterfaceDescriptioninterface
Defines the interface for anElement
with markup attributes-- that is, random String-to-String properties for representation in markup languages such as HTML and XML.interface
Interface for a text element to which other objects can be added.Classes in com.gitlab.pdftk_java.com.lowagie.text that implement ElementModifier and TypeClassDescriptionclass
AnAnchor
can be a reference or a destination of a reference.class
AnAnnotation
is a little note that can be added to a page on a document.class
This is the smallest significant part of text that can be added to a document.class
This is anElement
that contains some userdefined meta information about the document.class
AList
contains severalListItem
s.class
AListItem
is aParagraph
that can be added to aList
.class
This is anElement
that contains some meta information about the document.class
AParagraph
is a series ofChunk
s and/orPhrases
.class
APhrase
is a series ofChunk
s.class
ARectangle
is the representation of a geometric figure.Methods in com.gitlab.pdftk_java.com.lowagie.text with parameters of type ElementModifier and TypeMethodDescriptionboolean
Adds anElement
to theDocument
.boolean
Signals that anElement
was added to theDocument
.boolean
Signals that anElement
was added to theDocument
.protected static boolean
DocWriter.hasMarkupAttributes
(Element element) Returnstrue
if the specifiedElement
implementsMarkupAttributes
and 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 Element
MarkupParser.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 TypeMethodDescriptionboolean
Signals that anElement
was added to theDocument
.void
ColumnText.addElement
(Element element) Adds an element.