Uses of Interface
org.openpdf.text.pdf.PdfOCG
Packages that use PdfOCG
-
Uses of PdfOCG in org.openpdf.text
Fields in org.openpdf.text declared as PdfOCGModifier and TypeFieldDescriptionprotected PdfOCGImage.layerOptional Content layer to which we want this Image to belong.Methods in org.openpdf.text that return PdfOCGMethods in org.openpdf.text with parameters of type PdfOCG -
Uses of PdfOCG in org.openpdf.text.pdf
Classes in org.openpdf.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 org.openpdf.text.pdf declared as PdfOCGFields in org.openpdf.text.pdf with type parameters of type PdfOCGModifier and TypeFieldDescriptionPdfWriter.documentOCGA hashSet containing all the PdfLayer objects.PdfWriter.documentOCGorderAn array list used to define the order of an OCG tree.Methods in org.openpdf.text.pdf that return PdfOCGModifier and TypeMethodDescriptionPdfTemplate.getLayer()Gets the layer this template belongs to.Methods in org.openpdf.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.