|
wxPdfDocument 0.9.2
|
Class representing a literal object. (For internal use only) More...
#include <pdfobjects.h>
Public Member Functions | |
| wxPdfLiteral (int type, const wxString &value) | |
| Constructor. | |
| virtual | ~wxPdfLiteral () |
| Destructor. | |
| wxString | GetValue () |
| Get string value of the literal. | |
Class representing a literal object. (For internal use only)
| wxPdfLiteral::wxPdfLiteral | ( | int | type, |
| const wxString & | value | ||
| ) |
Constructor.
| virtual wxPdfLiteral::~wxPdfLiteral | ( | ) | [virtual] |
Destructor.
| wxString wxPdfLiteral::GetValue | ( | ) | [inline] |
Get string value of the literal.
1.7.4