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.

wxPdfString::~wxPdfString (  )  [virtual]

Destructor.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Fri Dec 15 21:30:38 2006 for wxPdfDocument by  doxygen 1.5.1-p1