wxPdfDocument 0.9.2
Public Member Functions
wxPdfString Class Reference

Class representing a normal string object. (For internal use only) More...

#include <pdfobjects.h>

Inheritance diagram for wxPdfString:
wxPdfObject

List of all members.

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.

Detailed Description

Class representing a normal string object. (For internal use only)


Constructor & Destructor Documentation

wxPdfString::wxPdfString ( const wxString &  value)

Constructor.

virtual wxPdfString::~wxPdfString ( ) [virtual]

Destructor.


Member Function Documentation

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.


The documentation for this class was generated from the following file: