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