|
wxPdfDocument 0.9.2
|
Class representing a PDF document information dictionary. More...
#include <pdfinfo.h>
Public Member Functions | |
| wxPdfInfo () | |
| Default constructor. | |
| virtual | ~wxPdfInfo () |
| Destructor. | |
| void | SetTitle (const wxString &title) |
| Set title. | |
| void | SetAuthor (const wxString &author) |
| Set author. | |
| void | SetSubject (const wxString &subject) |
| Set subject. | |
| void | SetKeywords (const wxString &keywords) |
| Set keywords. | |
| void | SetCreator (const wxString &creator) |
| Set the creator of the document. | |
| void | SetProducer (const wxString &producer) |
| Set the producer of the document. | |
| void | SetCreationDate (const wxString &creationDate) |
| Set the creation date. | |
| void | SetModDate (const wxString &modDate) |
| Set the date of last modification. | |
| const wxString | GetTitle () const |
| Get title. | |
| const wxString | GetAuthor () const |
| Get author. | |
| const wxString | GetSubject () const |
| Get subject. | |
| const wxString | GetKeywords () const |
| Get keywords. | |
| const wxString | GetCreator () const |
| Get the creator of the document. | |
| const wxString | GetProducer () const |
| Get the producer of the document. | |
| const wxString | GetCreationDate () const |
| Get the creation date. | |
| const wxString | GetModDate () const |
| Get the date of last modification. | |
Class representing a PDF document information dictionary.
| wxPdfInfo::wxPdfInfo | ( | ) | [inline] |
Default constructor.
| virtual wxPdfInfo::~wxPdfInfo | ( | ) | [inline] |
Destructor.
| const wxString wxPdfInfo::GetAuthor | ( | ) | const [inline] |
Get author.
| const wxString wxPdfInfo::GetCreationDate | ( | ) | const [inline] |
Get the creation date.
| const wxString wxPdfInfo::GetCreator | ( | ) | const [inline] |
Get the creator of the document.
| const wxString wxPdfInfo::GetKeywords | ( | ) | const [inline] |
Get keywords.
| const wxString wxPdfInfo::GetModDate | ( | ) | const [inline] |
Get the date of last modification.
| const wxString wxPdfInfo::GetProducer | ( | ) | const [inline] |
Get the producer of the document.
| const wxString wxPdfInfo::GetSubject | ( | ) | const [inline] |
Get subject.
| const wxString wxPdfInfo::GetTitle | ( | ) | const [inline] |
Get title.
| void wxPdfInfo::SetAuthor | ( | const wxString & | author | ) | [inline] |
Set author.
| void wxPdfInfo::SetCreationDate | ( | const wxString & | creationDate | ) | [inline] |
Set the creation date.
| void wxPdfInfo::SetCreator | ( | const wxString & | creator | ) | [inline] |
Set the creator of the document.
| void wxPdfInfo::SetKeywords | ( | const wxString & | keywords | ) | [inline] |
Set keywords.
| void wxPdfInfo::SetModDate | ( | const wxString & | modDate | ) | [inline] |
Set the date of last modification.
| void wxPdfInfo::SetProducer | ( | const wxString & | producer | ) | [inline] |
Set the producer of the document.
| void wxPdfInfo::SetSubject | ( | const wxString & | subject | ) | [inline] |
Set subject.
| void wxPdfInfo::SetTitle | ( | const wxString & | title | ) | [inline] |
Set title.
1.7.4