![]() |
Aspose.Barcode for PHP via Java
24.3
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| __construct ($javaClass) | |
| init () | |
| isExplicitSizeInPixels () | |
| setExplicitSizeInPixels (bool $explicitSizeInPixels) | |
| isTextDrawnInTextElement () | |
| setTextDrawnInTextElement (bool $textDrawnInTextElement) | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Protected Member Functions | |
| setJavaClass ($javaClass) | |
SVG parameters.
| SvgParameters::__construct | ( | $javaClass | ) |
Reimplemented from BaseJavaClass.
|
inherited |
|
inherited |
| SvgParameters::init | ( | ) |
Reimplemented from BaseJavaClass.
| SvgParameters::isExplicitSizeInPixels | ( | ) |
Does SVG image contain explicit size in pixels (recommended) Default value: true.
|
inherited |
| SvgParameters::isTextDrawnInTextElement | ( | ) |
Does SVG image contain text as text element rather than paths (recommended) Default value: true.
|
inherited |
| SvgParameters::setExplicitSizeInPixels | ( | bool | $explicitSizeInPixels | ) |
Does SVG image contain explicit size in pixels (recommended) Default value: true.
|
protectedinherited |
| SvgParameters::setTextDrawnInTextElement | ( | bool | $textDrawnInTextElement | ) |
Does SVG image contain text as text element rather than paths (recommended) Default value: true.