Uses of Class
org.openpdf.text.pdf.PdfLayer
Packages that use PdfLayer
-
Uses of PdfLayer in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as PdfLayerFields in org.openpdf.text.pdf with type parameters of type PdfLayerMethods in org.openpdf.text.pdf that return PdfLayerModifier and TypeMethodDescriptionstatic PdfLayerPdfLayer.createTitle(String title, PdfWriter writer) Creates a title layer.PdfLayer.getParent()Gets the parent layer.Methods in org.openpdf.text.pdf that return types with arguments of type PdfLayerMethods in org.openpdf.text.pdf with parameters of type PdfLayerModifier and TypeMethodDescriptionvoidAdds a child layer.voidAdds a new member to the layer.voidUse this method to lock an optional content group.Method parameters in org.openpdf.text.pdf with type arguments of type PdfLayerModifier and TypeMethodDescriptionvoidPdfWriter.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.