Class representing a PDF document information dictionary.
More...
#include <pdfinfo.h>
|
| | 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()
| virtual wxPdfInfo::~wxPdfInfo |
( |
| ) |
|
|
inline |
◆ GetAuthor()
| const wxString wxPdfInfo::GetAuthor |
( |
| ) |
const |
|
inline |
◆ GetCreationDate()
| const wxString wxPdfInfo::GetCreationDate |
( |
| ) |
const |
|
inline |
◆ GetCreator()
| const wxString wxPdfInfo::GetCreator |
( |
| ) |
const |
|
inline |
Get the creator of the document.
◆ GetKeywords()
| const wxString wxPdfInfo::GetKeywords |
( |
| ) |
const |
|
inline |
◆ GetModDate()
| const wxString wxPdfInfo::GetModDate |
( |
| ) |
const |
|
inline |
Get the date of last modification.
◆ GetProducer()
| const wxString wxPdfInfo::GetProducer |
( |
| ) |
const |
|
inline |
Get the producer of the document.
◆ GetSubject()
| const wxString wxPdfInfo::GetSubject |
( |
| ) |
const |
|
inline |
◆ GetTitle()
| const wxString wxPdfInfo::GetTitle |
( |
| ) |
const |
|
inline |
◆ SetAuthor()
| void wxPdfInfo::SetAuthor |
( |
const wxString & | author | ) |
|
|
inline |
◆ SetCreationDate()
| void wxPdfInfo::SetCreationDate |
( |
const wxString & | creationDate | ) |
|
|
inline |
◆ SetCreator()
| void wxPdfInfo::SetCreator |
( |
const wxString & | creator | ) |
|
|
inline |
Set the creator of the document.
◆ SetKeywords()
| void wxPdfInfo::SetKeywords |
( |
const wxString & | keywords | ) |
|
|
inline |
◆ SetModDate()
| void wxPdfInfo::SetModDate |
( |
const wxString & | modDate | ) |
|
|
inline |
Set the date of last modification.
◆ SetProducer()
| void wxPdfInfo::SetProducer |
( |
const wxString & | producer | ) |
|
|
inline |
Set the producer of the document.
◆ SetSubject()
| void wxPdfInfo::SetSubject |
( |
const wxString & | subject | ) |
|
|
inline |
◆ SetTitle()
| void wxPdfInfo::SetTitle |
( |
const wxString & | title | ) |
|
|
inline |
The documentation for this class was generated from the following file: