Uses of Interface
com.itextpdf.text.pdf.PdfOCG

Packages that use PdfOCG
com.itextpdf.text   
com.itextpdf.text.pdf   
 

Uses of PdfOCG in com.itextpdf.text
 

Fields in com.itextpdf.text declared as PdfOCG
protected  PdfOCG Image.layer
          Optional Content layer to which we want this Image to belong.
 

Methods in com.itextpdf.text that return PdfOCG
 PdfOCG Image.getLayer()
          Gets the layer this image belongs to.
 

Methods in com.itextpdf.text with parameters of type PdfOCG
 void Image.setLayer(PdfOCG layer)
          Sets the layer this image belongs to.
 

Uses of PdfOCG in com.itextpdf.text.pdf
 

Classes in com.itextpdf.text.pdf that implement PdfOCG
 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.
 

Fields in com.itextpdf.text.pdf declared as PdfOCG
protected  PdfOCG PdfTemplate.layer
           
 

Fields in com.itextpdf.text.pdf with type parameters of type PdfOCG
protected  java.util.HashSet<PdfOCG> PdfWriter.documentOCG
          A hashSet containing all the PdfLayer objects.
protected  java.util.ArrayList<PdfOCG> PdfWriter.documentOCGorder
          An array list used to define the order of an OCG tree.
 

Methods in com.itextpdf.text.pdf that return PdfOCG
 PdfOCG PdfTemplate.getLayer()
          Gets the layer this template belongs to.
 

Methods in com.itextpdf.text.pdf with parameters of type PdfOCG
 void PdfContentByte.beginLayer(PdfOCG layer)
          Begins a graphic block whose visibility is controlled by the layer.
 void PdfTemplate.setLayer(PdfOCG layer)
          Sets the layer this template belongs to.
 void PdfAnnotation.setLayer(PdfOCG layer)
          Sets the layer this annotation belongs to.
 



Copyright © 2013. All Rights Reserved.