Package com.lowagie.text.pdf
Class PdfStructureElement
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfStructureElement
Deprecated.
This is a node in a document logical structure. It may contain a mark point or it may contain other nodes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PdfStructureElementDeprecated.Holds value of property kids.private PdfIndirectReferenceDeprecated.Holds value of property reference.private PdfStructureTreeRootDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionPdfStructureElement(PdfStructureElement parent, PdfName structureType) Deprecated.Creates a new instance of PdfStructureElement.PdfStructureElement(PdfStructureTreeRoot parent, PdfName structureType) Deprecated.Creates a new instance of PdfStructureElement. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the parent of this node.Deprecated.Gets the reference this object will be written to.private voidinit(PdfDictionary parent, PdfName structureType) Deprecated.(package private) voidsetPageMark(int page, int mark) Deprecated.Methods inherited from class com.lowagie.text.pdf.PdfDictionary
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, getKeysAndValues, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class com.lowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Field Details
-
parent
Deprecated.Holds value of property kids. -
top
Deprecated. -
reference
Deprecated.Holds value of property reference.
-
-
Constructor Details
-
PdfStructureElement
Deprecated.Creates a new instance of PdfStructureElement.- Parameters:
parent- the parent of this nodestructureType- the type of structure. It may be a standard type or a user type mapped by the role map
-
PdfStructureElement
Deprecated.Creates a new instance of PdfStructureElement.- Parameters:
parent- the parent of this nodestructureType- the type of structure. It may be a standard type or a user type mapped by the role map
-
-
Method Details
-
init
Deprecated. -
getParent
Deprecated.Gets the parent of this node.- Returns:
- the parent of this node
-
setPageMark
void setPageMark(int page, int mark) Deprecated. -
getReference
Deprecated.Gets the reference this object will be written to.- Returns:
- the reference this object will be written to
- Since:
- 2.1.6 method removed in 2.1.5, but restored in 2.1.6
-