Class representing a hexadecimal encoded PDF string object.
More...
|
static | create ($string) |
| Helper method to create an instance.
|
|
static | ensure ($hexString) |
| Ensures that the passed value is a PdfHexString instance.
|
|
static | parse (StreamReader $streamReader) |
| Parses a hexadecimal string object from the stream reader.
|
|
Class representing a hexadecimal encoded PDF string object.
◆ create()
static PdfHexString::create |
( |
| $string | ) |
|
|
static |
Helper method to create an instance.
- Parameters
-
string | $string | The hex encoded string. |
- Return values
-
◆ ensure()
static PdfHexString::ensure |
( |
| $hexString | ) |
|
|
static |
Ensures that the passed value is a PdfHexString instance.
- Parameters
-
- Return values
-
- Exceptions
-
◆ parse()
Parses a hexadecimal string object from the stream reader.
- Parameters
-
- Return values
-
The documentation for this class was generated from the following file:
- mod/assign/feedback/editpdf/fpdi/PdfParser/Type/PdfHexString.php