Class representing a PDF document information dictionary.
More...
#include <pdfinfo.h>
List of all members.
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.
|
Detailed Description
Class representing a PDF document information dictionary.
Constructor & Destructor Documentation
| virtual wxPdfInfo::~wxPdfInfo |
( |
| ) |
|
|
inline |
Member Function Documentation
| const wxString wxPdfInfo::GetAuthor |
( |
| ) |
const |
|
inline |
| const wxString wxPdfInfo::GetCreationDate |
( |
| ) |
const |
|
inline |
| const wxString wxPdfInfo::GetCreator |
( |
| ) |
const |
|
inline |
Get the creator of the document.
| const wxString wxPdfInfo::GetKeywords |
( |
| ) |
const |
|
inline |
| 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 |
| const wxString wxPdfInfo::GetTitle |
( |
| ) |
const |
|
inline |
| void wxPdfInfo::SetAuthor |
( |
const wxString & |
author | ) |
|
|
inline |
| void wxPdfInfo::SetCreationDate |
( |
const wxString & |
creationDate | ) |
|
|
inline |
| void wxPdfInfo::SetCreator |
( |
const wxString & |
creator | ) |
|
|
inline |
Set the creator of the document.
| void wxPdfInfo::SetKeywords |
( |
const wxString & |
keywords | ) |
|
|
inline |
| 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 |
| void wxPdfInfo::SetTitle |
( |
const wxString & |
title | ) |
|
|
inline |
The documentation for this class was generated from the following file: