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 PdfLayerModifier and TypeFieldDescriptionPdfLayer.childrenDeprecated.PdfLayerMembership.layersDeprecated.Methods in com.lowagie.text.pdf that return PdfLayerModifier and TypeMethodDescriptionstatic PdfLayerPdfLayer.createTitle(String title, PdfWriter writer) Deprecated.Creates a title layer.PdfLayer.getParent()Deprecated.Gets the parent layer.Methods in com.lowagie.text.pdf that return types with arguments of type PdfLayerModifier and TypeMethodDescriptionPdfLayer.getChildren()Deprecated.Gets the children layers.PdfStamperImp.getPdfLayers()Deprecated.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 TypeMethodDescriptionvoidDeprecated.Adds a child layer.voidDeprecated.Adds a new member to the layer.private voidDeprecated.Recursive method to reconstruct the documentOCGorder variable in the writer.private static voidPdfWriter.getOCGOrder(PdfArray order, PdfLayer layer) Deprecated.voidDeprecated.Use this method to lock an optional content group.Method parameters in com.lowagie.text.pdf with type arguments of type PdfLayerModifier and TypeMethodDescriptionvoidPdfWriter.addOCGRadioGroup(List<PdfLayer> group) Deprecated.Use this method to set a collection of optional content groups whose states are intended to follow a "radio button" paradigm.private voidDeprecated.Recursive method to reconstruct the documentOCGorder variable in the writer.