FieldStyle
Overview
FieldStyle is a type in Aspose.PDF FOSS for Go.
FieldStyle is the visual styling applied to a form field’s widget(s).
Properties: BackgroundColor, BorderColor, BorderStyle, BorderWidth, DashPattern, TextAlign, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BorderColor | *Color | Read/Write | Gets the border color. |
BackgroundColor | *Color | Read/Write | Gets the background color. |
TextColor | *Color | Read/Write | Gets the text color. |
BorderWidth | float64 | Read/Write | Gets the border width. |
BorderStyle | BorderStyle | Read/Write | Gets the border style. |
DashPattern | []float64 | Read/Write | Gets the dash pattern. |
TextFont | Font | Read/Write | Gets the text font. |
TextSize | float64 | Read/Write | Gets the text size. |
TextAlign | HAlign | Read/Write | Gets the text align. |