Uses of Class
com.aowagie.text.MarkedSection
-
Packages that use MarkedSection Package Description com.aowagie.text -
-
Uses of MarkedSection in com.aowagie.text
Methods in com.aowagie.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.
-