Uses of Class
com.lowagie.text.pdf.PdfLayer
-
Packages that use PdfLayer Package Description com.lowagie.text.pdf -
-
Uses of PdfLayer in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfLayer Modifier and Type Field Description protected PdfLayerPdfLayer. parentFields in com.lowagie.text.pdf with type parameters of type PdfLayer Modifier and Type Field Description protected ArrayList<PdfLayer>PdfLayer. childrenMethods in com.lowagie.text.pdf that return PdfLayer Modifier and Type Method Description static PdfLayerPdfLayer. createTitle(String title, PdfWriter writer)Creates a title layer.PdfLayerPdfLayer. getParent()Gets the parent layer.Methods in com.lowagie.text.pdf that return types with arguments of type PdfLayer Modifier and Type Method Description ArrayList<PdfLayer>PdfLayer. getChildren()Gets the children layers.Methods in com.lowagie.text.pdf with parameters of type PdfLayer Modifier and Type Method Description voidPdfLayer. addChild(PdfLayer child)Adds a child layer.voidPdfLayerMembership. addMember(PdfLayer layer)Adds a new member to the layer.voidPdfWriter. lockLayer(PdfLayer layer)Use this method to lock an optional content group.Method parameters in com.lowagie.text.pdf with type arguments of type PdfLayer Modifier and Type Method Description voidPdfWriter. 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.
-