Package | Description |
---|---|
com.itextpdf.kernel.pdf.annot | |
com.itextpdf.kernel.pdf.canvas | |
com.itextpdf.kernel.pdf.layer | |
com.itextpdf.kernel.pdf.xobject |
Modifier and Type | Method and Description |
---|---|
void |
PdfAnnotation.setLayer(IPdfOCG layer)
Sets the layer this annotation belongs to.
|
Modifier and Type | Method and Description |
---|---|
PdfCanvas |
PdfCanvas.beginLayer(IPdfOCG layer)
Begins a graphic block whose visibility is controlled by the layer .
|
Modifier and Type | Class and 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 | Method and Description |
---|---|
void |
PdfXObject.setLayer(IPdfOCG layer)
Sets the layer this XObject belongs to.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.