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