#include <pdfobjects.h>
Inheritance diagram for wxPdfString:

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. | |
| wxPdfString::wxPdfString | ( | const wxString & | value | ) |
Constructor.
| wxPdfString::~wxPdfString | ( | ) | [virtual] |
Destructor.
| wxString wxPdfString::GetValue | ( | ) | [inline] |
Get value of the string.
| void wxPdfString::SetIsHexString | ( | bool | isHexString | ) | [inline] |
Set hexadecimal string flag.
| bool wxPdfString::IsHexString | ( | ) | const [inline] |
Check whether string is hexadecimal.
1.5.1-p1