Uses of Interface
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfOCG
-
Packages that use PdfOCG Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfOCG in com.gitlab.pdftk_java.com.lowagie.text.pdf
Classes in com.gitlab.pdftk_java.com.lowagie.text.pdf that implement PdfOCG Modifier and Type Class Description classPdfLayerAn optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.classPdfLayerMembershipContent typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfOCG Modifier and Type Field Description protected PdfOCGPdfTemplate. layerMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfOCG Modifier and Type Method Description PdfOCGPdfTemplate. getLayer()Gets the layer this template belongs to.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfOCG Modifier and Type Method Description voidPdfContentByte. beginLayer(PdfOCG layer)Begins a graphic block whose visibility is controled by thelayer.voidPdfAnnotation. setLayer(PdfOCG layer)Sets the layer this annotation belongs to.voidPdfTemplate. setLayer(PdfOCG layer)Sets the layer this template belongs to.
-