Uses of Interface
com.gitlab.pdftk_java.com.lowagie.text.MarkupAttributes
Packages that use MarkupAttributes
-
Uses of MarkupAttributes in com.gitlab.pdftk_java.com.lowagie.text
Classes in com.gitlab.pdftk_java.com.lowagie.text that implement MarkupAttributesModifier 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 MarkupAttributesModifier and TypeMethodDescriptionprotected boolean
DocWriter.writeMarkupAttributes
(MarkupAttributes mAtt) Writes the markup attributes of the specifiedMarkupAttributes
object to theOutputStream
.