Uses of Interface
com.aowagie.text.pdf.PdfOCG
Packages that use PdfOCG
-
Uses of PdfOCG in com.aowagie.text
Fields in com.aowagie.text declared as PdfOCGModifier and TypeFieldDescriptionprivate PdfOCG
Image.layer
Optional Content layer to which we want this Image to belong.Methods in com.aowagie.text that return PdfOCGMethods in com.aowagie.text with parameters of type PdfOCG -
Uses of PdfOCG in com.aowagie.text.pdf
Classes in com.aowagie.text.pdf that implement PdfOCGModifier and TypeClassDescription(package private) class
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.(package private) class
Content 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.aowagie.text.pdf declared as PdfOCGMethods in com.aowagie.text.pdf that return PdfOCGModifier and TypeMethodDescriptionPdfTemplate.getLayer()
Gets the layer this template belongs to.Methods in com.aowagie.text.pdf with parameters of type PdfOCGModifier and TypeMethodDescriptionprivate void
PdfContentByte.beginLayer
(PdfOCG layer) Begins a graphic block whose visibility is controlled by thelayer
.private void
PdfContentByte.beginLayer2
(PdfOCG layer) (package private) void
PdfWriter.registerLayer
(PdfOCG layer) void
Sets the layer this annotation belongs to.void
Sets the layer this template belongs to.