Uses of Interface
com.itextpdf.kernel.pdf.layer.IPdfOCG
-
Packages that use IPdfOCG Package Description com.itextpdf.kernel.pdf.annot com.itextpdf.kernel.pdf.canvas com.itextpdf.kernel.pdf.layer com.itextpdf.kernel.pdf.xobject -
-
Uses of IPdfOCG in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot with parameters of type IPdfOCG Modifier and Type Method Description voidPdfAnnotation. setLayer(IPdfOCG layer)Sets the layer this annotation belongs to. -
Uses of IPdfOCG in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type IPdfOCG Modifier and Type Method Description private voidPdfCanvas. addToPropertiesAndBeginLayer(IPdfOCG layer)PdfCanvasPdfCanvas. beginLayer(IPdfOCG layer)Begins a graphic block whose visibility is controlled by thelayer. -
Uses of IPdfOCG in com.itextpdf.kernel.pdf.layer
Classes in com.itextpdf.kernel.pdf.layer that implement IPdfOCG 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. -
Uses of IPdfOCG in com.itextpdf.kernel.pdf.xobject
Methods in com.itextpdf.kernel.pdf.xobject with parameters of type IPdfOCG Modifier and Type Method Description voidPdfXObject. setLayer(IPdfOCG layer)Sets the layer this XObject belongs to.
-