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 void
PdfAnnotation. 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 void
PdfCanvas. addToPropertiesAndBeginLayer(IPdfOCG layer)
PdfCanvas
PdfCanvas. 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 class
PdfLayer
An optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.class
PdfLayerMembership
Content 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 void
PdfXObject. setLayer(IPdfOCG layer)
Sets the layer this XObject belongs to.
-