Uses of Class
com.itextpdf.text.MarkedSection
-
Packages that use MarkedSection Package Description com.itextpdf.text -
-
Uses of MarkedSection in com.itextpdf.text
Methods in com.itextpdf.text that return MarkedSection Modifier and Type Method Description protected MarkedSection
Section. addMarkedSection()
Adds a marked section.MarkedSection
MarkedSection. addSection()
Deprecated.Creates aSection
, adds it to thisSection
and returns it.MarkedSection
MarkedSection. addSection(float indentation)
Deprecated.Creates aSection
, adds it to thisSection
and returns it.MarkedSection
MarkedSection. addSection(float indentation, int numberDepth)
Deprecated.Creates aSection
, adds it to thisSection
and returns it.MarkedSection
MarkedSection. addSection(int numberDepth)
Deprecated.Creates aSection
, add it to thisSection
and returns it.
-