Uses of Class
com.aowagie.text.pdf.PdfLayer
-
Packages that use PdfLayer Package Description com.aowagie.text.pdf -
-
Uses of PdfLayer in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfLayer Modifier and Type Field Description private PdfLayerPdfLayer. parentMethods in com.aowagie.text.pdf that return PdfLayer Modifier and Type Method Description PdfLayerPdfLayer. getParent()Gets the parent layer.Methods in com.aowagie.text.pdf with parameters of type PdfLayer Modifier and Type Method Description (package private) voidPdfLayer. addChild(PdfLayer child)Adds a child layer.private voidPdfStamperImp. addOrder(PdfLayer parent, PdfArray arr, java.util.Map ocgmap)Recursive method to reconstruct the documentOCGorder variable in the writer.private static voidPdfWriter. getOCGOrder(PdfArray order, PdfLayer layer)
-