Java com.itextpdf.text.pdf PdfStructureElement fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf PdfStructureElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf PdfStructureElement.

The text is from its open source code.

Constructor

PdfStructureElement(PdfStructureElement parent, PdfName structureType)
Creates a new instance of PdfStructureElement.
PdfStructureElement(PdfStructureTreeRoot root, PdfName structureType)
Creates a new instance of PdfStructureElement.

Method

voidput(final PdfName key, final PdfObject object)
Associates the specified PdfObject as value with the specified PdfName as key in this map.
voidputAll(final PdfDictionary dic)
Copies all of the mappings from the specified PdfDictionary to this PdfDictionary.