Package | Description |
---|---|
com.itextpdf.text | |
com.itextpdf.text.pdf |
Modifier and Type | Field | Description |
---|---|---|
protected PdfOCG |
Image.layer |
Optional Content layer to which we want this Image to belong.
|
Modifier and Type | Method | Description |
---|---|---|
PdfOCG |
Image.getLayer() |
Gets the layer this image belongs to.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Image.setLayer(PdfOCG layer) |
Sets the layer this image belongs to.
|
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.
|
Modifier and Type | Field | Description |
---|---|---|
protected PdfOCG |
PdfTemplate.layer |
Modifier and Type | Field | Description |
---|---|---|
protected HashSet<PdfOCG> |
PdfWriter.documentOCG |
A hashSet containing all the PdfLayer objects.
|
protected ArrayList<PdfOCG> |
PdfWriter.documentOCGorder |
An array list used to define the order of an OCG tree.
|
Modifier and Type | Method | Description |
---|---|---|
PdfOCG |
PdfTemplate.getLayer() |
Gets the layer this template belongs to.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PdfContentByte.beginLayer(PdfOCG layer) |
Begins a graphic block whose visibility is controlled by the
layer . |
void |
PdfAnnotation.setLayer(PdfOCG layer) |
Sets the layer this annotation belongs to.
|
void |
PdfTemplate.setLayer(PdfOCG layer) |
Sets the layer this template belongs to.
|
Copyright © 2018. All rights reserved.