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 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 PdfLayerMethods in com.lowagie.text.pdf with parameters of type PdfLayerModifier and TypeMethodDescriptionvoidDeprecated.Adds a child layer.voidDeprecated.Adds a new member to the layer.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.