Generated by
JDiff

com.itextpdf.kernel.pdf.layer Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.kernel.pdf.layer 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 PdfLayer, String getTitle()

Gets the title of the layer if it is a title layer, or null if it is a usual layer. @return the title of the layer if it is a title layer, or null if it is a usual layer
Class PdfLayer, boolean isLocked()

Gets whether the layer is currently locked or not. If the layer is locked, it will not be possible to change its state (on/off) in a viewer. @return true of if the layer is currently locked, false otherwise.
Class PdfLayer, void setLocked(boolean)

Use this method to lock an optional content group. The state of a locked group cannot be changed through the user interface of a viewer application. Producers can use this entry to prevent the visibility of content that depends on these groups from being changed by users. @param locked sets whether the layer is currently locked or not

Class PdfLayerMembership, constructor PdfLayerMembership(PdfDocument)

Creates a new, empty membership layer. @param doc a PdfDocument where a new empty membership layer creates
Class PdfLayerMembership, Collection getLayers()

Gets the collection of the layers this layer membership operates with. @return list of layers this layer membership operates with
Class PdfLayerMembership, PdfVisibilityExpression getVisibilityExpression()

Gets the visibility expression for content belonging to this this optional content membership dictionary. @return the visibility expression for content belonging to this membership dictionary, if not set return null
Class PdfLayerMembership, PdfName getVisibilityPolicy()

Gets the visibility policy for content belonging to this this optional content membership dictionary. @return the visibility policy for content belonging to this membership dictionary

Class PdfOCProperties, List getLayers()

Gets the list of all the layers currently registered in the OCProperties. Note that this is just a new list and modifications to it will not affect anything. @return list of all the layers currently registered in the OCProperties