Uses of Class
com.itextpdf.text.MarkedObject
-
Packages that use MarkedObject Package Description com.itextpdf.text -
-
Uses of MarkedObject in com.itextpdf.text
Subclasses of MarkedObject in com.itextpdf.text Modifier and Type Class Description class
MarkedSection
Deprecated.since 5.5.9.Fields in com.itextpdf.text declared as MarkedObject Modifier and Type Field Description protected MarkedObject
MarkedSection. title
Deprecated.This is the title of this section.Methods in com.itextpdf.text that return MarkedObject Modifier and Type Method Description MarkedObject
MarkedSection. getTitle()
Deprecated.Gets the title of this MarkedSection.Methods in com.itextpdf.text with parameters of type MarkedObject Modifier and Type Method Description void
MarkedSection. setTitle(MarkedObject title)
Deprecated.Sets the title of this section.
-