Generated by
JDiff

Class com.itextpdf.kernel.pdf.tagutils.TagReference

Documentation changed from old to new.

Changed Constructors
TagReference( PdfStructElem, TagTreePointer , int ) Documentation changed from old to new.
Creates a TagReference instance which represents a reference to PdfStructElem.
 

Changed Methods
TagReference  addProperty( PdfName, PdfObject ) Documentation changed from old to new.
Adds property, which will be associated with marked-content sequence.
int  createNextMcid() Documentation changed from old to new.
Creates next marked content identifier, which will be used to mark content in PDF stream.
PdfDictionary  getProperties() Documentation changed from old to new.
Gets properties, which will be associated with marked-content sequence as PdfDictionary.
PdfObject  getProperty( PdfName) Documentation changed from old to new.
Gets property which related to specified name.
PdfName  getRole() Documentation changed from old to new.
Gets role of structure element.
TagReference  removeProperty( PdfName) Documentation changed from old to new.
Removes property.