com.lowagie.text.pdf
Class PdfStructureElement.PdfStructureMC
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfStructureElement.PdfStructureMC
- Enclosing class:
- PdfStructureElement
class PdfStructureElement.PdfStructureMC
- extends PdfDictionary
A dictionary placed in the /K of a leaf structure element.
It represents an element with a particular MCID. It can
be used to represent an element that appears on more than one page.
- Since:
- 2.1.5
Fields inherited from class com.lowagie.text.pdf.PdfObject |
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Methods inherited from class com.lowagie.text.pdf.PdfDictionary |
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString |
Methods inherited from class com.lowagie.text.pdf.PdfObject |
canBeInObjStm, getBytes, getDirectObject, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
PdfStructureElement.PdfStructureMC
public PdfStructureElement.PdfStructureMC(int id,
PdfIndirectReference pageRef)