|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |
This file contains all the changes in documentation in the packagecom.itextpdf.kernel.pdf.tagging
as colored differences. Deletions are shownlike 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.
Returns files associated with structure element. @param createClass PdfStructElem, boolean isStructElem(PdfDictionary)iTextdefineswill createwhether AFarrayarrays will be created if it doesn'texistexistand create value is true@return associated files array.
Method totodistinguish 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
Returns files associated with structure tree root. @param createClass PdfStructTreeRoot, CollectioniTextdefineswill createwhether AFarrayarrays will be created if it doesn'texistexistand create value is true@return associated files array.
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