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 classMarkedSectionWrapper that allows to add properties to a Chapter/Section object.Fields in com.itextpdf.text declared as MarkedObject Modifier and Type Field Description protected MarkedObjectMarkedSection. titleThis is the title of this section.Methods in com.itextpdf.text that return MarkedObject Modifier and Type Method Description MarkedObjectMarkedSection. getTitle()Gets the title of this MarkedSection.Methods in com.itextpdf.text with parameters of type MarkedObject Modifier and Type Method Description voidMarkedSection. setTitle(MarkedObject title)Sets the title of this section.
-