Uses of Class
com.lowagie.text.pdf.PdfStructureElement
Packages that use PdfStructureElement
-
Uses of PdfStructureElement in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfStructureElementModifier and TypeFieldDescriptionprivate PdfStructureElement
PdfStructureElement.parent
Holds value of property kids.Methods in com.lowagie.text.pdf with parameters of type PdfStructureElementModifier and TypeMethodDescriptionvoid
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 PdfStructureElementModifierConstructorDescriptionPdfStructureElement
(PdfStructureElement parent, PdfName structureType) Creates a new instance of PdfStructureElement.