Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfLayer
-
Packages that use PdfLayer Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfLayer in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfLayer Modifier and Type Field Description protected PdfLayer
PdfLayer. parent
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfLayer Modifier and Type Method Description static PdfLayer
PdfLayer. createTitle(java.lang.String title, PdfWriter writer)
Creates a title layer.PdfLayer
PdfLayer. getParent()
Gets the parent layer.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfLayer Modifier and Type Method Description void
PdfLayer. addChild(PdfLayer child)
Adds a child layer.void
PdfLayerMembership. addMember(PdfLayer layer)
Adds a new member to the layer.private static void
PdfWriter. getOCGOrder(PdfArray order, PdfLayer layer)
-