Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Field | Description |
---|---|---|
protected PdfLayer |
PdfLayer.parent |
Modifier and Type | Field | Description |
---|---|---|
protected java.util.ArrayList<PdfLayer> |
PdfLayer.children |
Modifier and Type | Method | Description |
---|---|---|
static PdfLayer |
PdfLayer.createTitle(java.lang.String title,
PdfWriter writer) |
Creates a title layer.
|
PdfLayer |
PdfLayer.getParent() |
Gets the parent layer.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.ArrayList<PdfLayer> |
PdfLayer.getChildren() |
Gets the children layers.
|
java.util.Collection<PdfLayer> |
PdfLayerMembership.getLayers() |
Gets the member layers.
|
java.util.Map<java.lang.String,PdfLayer> |
PdfStamper.getPdfLayers() |
Gets the PdfLayer objects in an existing document as a Map
with the names/titles of the layers as keys.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PdfLayer.addChild(PdfLayer child) |
Adds a child layer.
|
void |
PdfLayerMembership.addMember(PdfLayer layer) |
Adds a new member to the layer.
|
void |
PdfWriter.lockLayer(PdfLayer layer) |
Use this method to lock an optional content group.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PdfWriter.addOCGRadioGroup(java.util.ArrayList<PdfLayer> group) |
Use this method to set a collection of optional content groups
whose states are intended to follow a "radio button" paradigm.
|
Copyright © 1998–2018. All rights reserved.