|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfLayer | |
---|---|
com.itextpdf.text.pdf |
Uses of PdfLayer in com.itextpdf.text.pdf |
---|
Fields in com.itextpdf.text.pdf declared as PdfLayer | |
---|---|
protected PdfLayer |
PdfLayer.parent
|
Fields in com.itextpdf.text.pdf with type parameters of type PdfLayer | |
---|---|
protected java.util.ArrayList<PdfLayer> |
PdfLayer.children
|
Methods in com.itextpdf.text.pdf that return PdfLayer | |
---|---|
static PdfLayer |
PdfLayer.createTitle(java.lang.String title,
PdfWriter writer)
Creates a title layer. |
PdfLayer |
PdfLayer.getParent()
Gets the parent layer. |
Methods in com.itextpdf.text.pdf that return types with arguments of type PdfLayer | |
---|---|
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. |
Methods in com.itextpdf.text.pdf with parameters of type PdfLayer | |
---|---|
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. |
Method parameters in com.itextpdf.text.pdf with type arguments of type PdfLayer | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |