![]() |
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| getText () | |
| setText ($value) | |
| getFont () | |
| getVisible () | |
| setVisible ($value) | |
| getTextColor () | |
| setTextColor ($rgbValue) | |
| getPadding () | |
| setPadding (Padding $value) | |
| getAlignment () | |
| setAlignment ($value) | |
Caption parameters.
| getAlignment | ( | ) |
Caption test horizontal alignment. Default value: StringAlignment.Center.
| getFont | ( | ) |
Caption font. Default value: Arial 8pt regular.
| getPadding | ( | ) |
Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt.
| getText | ( | ) |
Caption text. Default value: empty string.
| getTextColor | ( | ) |
Caption text color. Default value BLACK.
| getVisible | ( | ) |
Caption text visibility. Default value: false.
| setAlignment | ( | $value | ) |
Caption test horizontal alignment. Default value: StringAlignment.Center.
| setPadding | ( | Padding | $value | ) |
Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt.
| setText | ( | $value | ) |
Caption text. Default value: empty string.
| setTextColor | ( | $rgbValue | ) |
Caption text color. Default value BLACK.
| setVisible | ( | $value | ) |
Caption text visibility. Default value: false.