Uses of Class
com.itextpdf.text.pdf.PdfLayer
-
Packages that use PdfLayer Package Description com.itextpdf.text.pdf -
-
Uses of PdfLayer in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfLayer Modifier and Type Field Description protected PdfLayerPdfLayer. parentMethods in com.itextpdf.text.pdf that return PdfLayer Modifier and Type Method Description static PdfLayerPdfLayer. createTitle(java.lang.String title, PdfWriter writer)Creates a title layer.PdfLayerPdfLayer. getParent()Gets the parent layer.Methods in com.itextpdf.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.
-