Uses of Class
com.itextpdf.kernel.pdf.layer.PdfLayer
-
Uses of PdfLayer in com.itextpdf.kernel.pdf.layer
Modifier and TypeMethodDescriptionstatic PdfLayer
PdfLayer.createTitle
(String title, PdfDocument document) Creates a title layer.protected static PdfLayer
PdfLayer.createTitleSilent
(String title, PdfDocument document) Creates a title layer without registering it in PdfOCProperties.PdfLayer.getParent()
Gets the parent of this layer, be it a title layer, or a usual one.Modifier and TypeMethodDescriptionPdfLayer.getChildren()
Gets the list of the current child layers of the layer.PdfLayerMembership.getLayers()
Gets the collection of the layers this layer membership operates with.PdfOCProperties.getLayers()
Gets the list of all the layers currently registered in the OCProperties.Modifier and TypeMethodDescriptionvoid
Adds a child layer.void
Adds a new layer to the current layer membership.void
PdfVisibilityExpression.addOperand
(PdfLayer layer) Adds a new operand to the current visibility expression.protected void
PdfOCProperties.registerLayer
(PdfLayer layer) This method registers a new layer in the OCProperties.Modifier and TypeMethodDescriptionstatic void
PdfLayer.addOCGRadioGroup
(PdfDocument document, List<PdfLayer> group) Use this method to set a collection of optional content groups whose states are intended to follow a "radio button" paradigm.void
PdfOCProperties.addOCGRadioGroup
(List<PdfLayer> group) Use this method to set a collection of optional content groups whose states are intended to follow a "radio button" paradigm.