Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected PdfLayer |
PdfLayer.parent |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<PdfLayer> |
PdfLayer.children |
Modifier and Type | Method and Description |
---|---|
static PdfLayer |
PdfLayer.createTitle(String title,
PdfWriter writer)
Creates a title layer.
|
PdfLayer |
PdfLayer.getParent()
Gets the parent layer.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<PdfLayer> |
PdfLayer.getChildren()
Gets the children layers.
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
PdfWriter.addOCGRadioGroup(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 © 2018. All rights reserved.