Uses of Interface
com.lowagie.text.pdf.PdfOCG
Packages that use PdfOCG
-
Uses of PdfOCG in com.lowagie.text
Fields in com.lowagie.text declared as PdfOCGModifier and TypeFieldDescriptionprotected PdfOCGImage.layerOptional Content layer to which we want this Image to belong.Methods in com.lowagie.text that return PdfOCGMethods in com.lowagie.text with parameters of type PdfOCG -
Uses of PdfOCG in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement PdfOCGModifier and TypeClassDescriptionclassAn optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.classContent 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.lowagie.text.pdf declared as PdfOCGMethods in com.lowagie.text.pdf that return PdfOCGModifier and TypeMethodDescriptionPdfTemplate.getLayer()Gets the layer this template belongs to.Methods in com.lowagie.text.pdf with parameters of type PdfOCGModifier and TypeMethodDescriptionvoidPdfContentByte.beginLayer(PdfOCG layer) Begins a graphic block whose visibility is controlled by thelayer.voidSets the layer this annotation belongs to.voidSets the layer this template belongs to.