|
wxPdfDocument 0.9.2
|
Class representing a normal string object. (For internal use only) More...
#include <pdfobjects.h>
Public Member Functions | |
| wxPdfString (const wxString &value) | |
| Constructor. | |
| virtual | ~wxPdfString () |
| Destructor. | |
| wxString | GetValue () |
| Get value of the string. | |
| void | SetIsHexString (bool isHexString) |
| Set hexadecimal string flag. | |
| bool | IsHexString () const |
| Check whether string is hexadecimal. | |
Class representing a normal string object. (For internal use only)
| wxPdfString::wxPdfString | ( | const wxString & | value | ) |
Constructor.
| virtual wxPdfString::~wxPdfString | ( | ) | [virtual] |
Destructor.
| wxString wxPdfString::GetValue | ( | ) | [inline] |
Get value of the string.
| bool wxPdfString::IsHexString | ( | ) | const [inline] |
Check whether string is hexadecimal.
| void wxPdfString::SetIsHexString | ( | bool | isHexString | ) | [inline] |
Set hexadecimal string flag.
1.7.4