Uses of Class
com.lowagie.text.pdf.PdfLayer
Packages that use PdfLayer
-
Uses of PdfLayer in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfLayerFields in com.lowagie.text.pdf with type parameters of type PdfLayerMethods in com.lowagie.text.pdf that return PdfLayerModifier and TypeMethodDescriptionstatic PdfLayer
PdfLayer.createTitle
(String title, PdfWriter writer) Creates a title layer.PdfLayer.getParent()
Gets the parent layer.Methods in com.lowagie.text.pdf that return types with arguments of type PdfLayerModifier and TypeMethodDescriptionPdfLayer.getChildren()
Gets the children layers.PdfStamperImp.getPdfLayers()
Gets the PdfLayer objects in an existing document as a Map with the names/titles of the layers as keys.Methods in com.lowagie.text.pdf with parameters of type PdfLayerModifier and TypeMethodDescriptionvoid
Adds a child layer.void
Adds a new member to the layer.private void
Recursive method to reconstruct the documentOCGorder variable in the writer.private static void
PdfWriter.getOCGOrder
(PdfArray order, PdfLayer layer) void
Use this method to lock an optional content group.Method parameters in com.lowagie.text.pdf with type arguments of type PdfLayerModifier and TypeMethodDescriptionvoid
PdfWriter.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.private void
Recursive method to reconstruct the documentOCGorder variable in the writer.