Generated by
JDiff

com.itextpdf.kernel.pdf.tagging Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.kernel.pdf.tagging as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class PdfStructElem, PdfArray getAssociatedFiles(boolean)

Returns files associated with structure element. @param create iText defines will create whether AF array arrays will be created if it doesn't exist exist and create value is true @return associated files array .
Class PdfStructElem, boolean isStructElem(PdfDictionary)

Method to to distinguish struct elements from other elements of the logical tree (like mcr or struct tree root). @param dictionary the PdfDictionary to check on containing struct elements @return if the type of PdfDictionary is StructElem or PdfDictionary contains the required key S then true, otherwise false

Class PdfStructTreeRoot, PdfArray getAssociatedFiles(boolean)

Returns files associated with structure tree root. @param create iText defines will create whether AF array arrays will be created if it doesn't exist exist and create value is true @return associated files array .
Class PdfStructTreeRoot, Collection getPageMarkedContentReferences(PdfPage)

Gets an unmodifiable collection of marked content references on page. NOTE: Do not remove tags when iterating over returned collection, this could lead to the ConcurrentModificationException, because returned collection is backed by the internal list of the actual page tags. @param page PdfPage to obtain unmodifiable collection of marked content references @return the unmodifiable collection of marked content references on page, if no Mcrs defined returns null