Uses of Class
com.lowagie.text.pdf.PdfStructureElement
-
Packages that use PdfStructureElement Package Description com.lowagie.text.pdf -
-
Uses of PdfStructureElement in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfStructureElement Modifier and Type Field Description private PdfStructureElement
PdfStructureElement. parent
Holds value of property kids.Methods in com.lowagie.text.pdf with parameters of type PdfStructureElement Modifier and Type Method Description void
PdfContentByte. beginMarkedContentSequence(PdfStructureElement struc)
Begins a marked content sequence.void
PdfContentByte. beginMarkedContentSequence(PdfStructureElement struc, PdfDictionary dict)
Constructors in com.lowagie.text.pdf with parameters of type PdfStructureElement Constructor Description PdfStructureElement(PdfStructureElement parent, PdfName structureType)
Creates a new instance of PdfStructureElement.
-