Package com.winnovative_software
Class PdfFormFieldStyle
java.lang.Object
com.winnovative_software.PdfFormFieldStyle
This class represents the style of a PDF form field in a PDF document
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the form field background colorGets the form field border colorGets the the form field border styleGets the form field fore colorvoid
setBackColor
(RgbColor backColor) Sets the form field background colorvoid
setBorderColor
(RgbColor borderColor) Sets the form field border colorvoid
setBorderStyle
(PdfBorderStyle borderStyle) Sets the form field border stylevoid
setForeColor
(RgbColor foreColor) Sets the form field fore color
-
Constructor Details
-
PdfFormFieldStyle
public PdfFormFieldStyle()
-
-
Method Details
-
borderStyle
Gets the the form field border style- Returns:
- the form field border style
-
setBorderStyle
Sets the form field border style- Parameters:
borderStyle
- the form field border style to set
-
backColor
Gets the form field background color- Returns:
- the form field background color
-
setBackColor
Sets the form field background color- Parameters:
backColor
- the form field background color to set
-
foreColor
Gets the form field fore color- Returns:
- the form field fore color
-
setForeColor
Sets the form field fore color- Parameters:
foreColor
- the form field fore color to set
-
borderColor
Gets the form field border color- Returns:
- the form field border color
-
setBorderColor
Sets the form field border color- Parameters:
borderColor
- the form field border color to set
-