|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.forms.BorderStyle
public class BorderStyle
A border style class specifying the characteristics of a field�s border. An field may optionally be surrounded by a border when displayed or printed. If present, the border is drawn completely inside a field rectangle.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
| Field Summary | |
|---|---|
static BorderStyle |
BEVELED
A simulated embossed rectangle that appears to be raised above the surface of the page. |
static BorderStyle |
DASHED
A dashed rectangle surrounding a field. |
static BorderStyle |
INSET
A simulated engraved rectangle that appears to be recessed below the surface of the page. |
static BorderStyle |
SOLID
A solid rectangle surrounding a field. |
static BorderStyle |
UNDERLINE
A single line along the bottom of a field's rectangle. |
| Method Summary | |
|---|---|
void |
draw(DocumentWriter writer)
Draws the BorderStyle's dictionary entries to the given DocumentWriter object. |
BorderThickness |
getThickness()
|
void |
setMediumBorder()
Sets the border line width as medium. |
void |
setThickBorder()
Sets the border line width as Thick. |
void |
setThickness(BorderThickness value)
|
void |
setThinBorder()
Sets the border line width as thin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BorderStyle SOLID
public static final BorderStyle DASHED
public static final BorderStyle BEVELED
public static final BorderStyle INSET
public static final BorderStyle UNDERLINE
| Method Detail |
|---|
public BorderThickness getThickness()
public void setThickness(BorderThickness value)
public void setThinBorder()
public void setMediumBorder()
public void setThickBorder()
public void draw(DocumentWriter writer)
DocumentWriter object.
writer - DocumentWriter object to receive the output.DocumentWriter
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||