Java org.apache.pdfbox.pdmodel.interactive.annotation PDBorderStyleDictionary fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.annotation PDBorderStyleDictionary fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.annotation PDBorderStyleDictionary.

The text is from its open source code.

Field

StringSTYLE_UNDERLINE
Constant for the name of a underline style.

Constructor

Method

floatgetWidth()
This will retrieve the border width in points, 0 = no border.
voidsetStyle(String s)
This will set the border style, see the STYLE_* constants for valid values.
voidsetWidth(float w)
This will set the border width in points, 0 = no border.