Java com.lowagie.text.pdf PdfLayer fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf PdfLayer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf PdfLayer.

The text is from its open source code.

Constructor

Method

voidaddChild(PdfLayer child)
Adds a child layer.
PdfLayercreateTitle(String title, PdfWriter writer)
Creates a title layer.
voidsetOn(boolean on)
Sets the initial visibility of the layer.
voidsetOnPanel(boolean onPanel)
Sets the visibility of the layer in Acrobat's layer panel.
voidsetPrint(String subtype, boolean printstate)
Specifies that the content in this group is intended for use in printing
voidsetZoom(float min, float max)
Specifies a range of magnifications at which the content in this optional content group is best viewed.