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