wxPdfDocument 1.3.1
wxPdfInfo Class Reference

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.
 

Detailed Description

Class representing a PDF document information dictionary.

Constructor & Destructor Documentation

◆ wxPdfInfo()

wxPdfInfo::wxPdfInfo ( )
inline

Default constructor.

◆ ~wxPdfInfo()

virtual wxPdfInfo::~wxPdfInfo ( )
inline

Destructor.

Member Function Documentation

◆ GetAuthor()

const wxString wxPdfInfo::GetAuthor ( ) const
inline

Get author.

Returns
The name of the author

◆ GetCreationDate()

const wxString wxPdfInfo::GetCreationDate ( ) const
inline

Get the creation date.

Returns
The date and time the document was created

◆ GetCreator()

const wxString wxPdfInfo::GetCreator ( ) const
inline

Get the creator of the document.

Returns
The name of the creating application

◆ GetKeywords()

const wxString wxPdfInfo::GetKeywords ( ) const
inline

Get keywords.

Returns
Keywords associated with the document

◆ GetModDate()

const wxString wxPdfInfo::GetModDate ( ) const
inline

Get the date of last modification.

Returns
The date and time the document was modified

◆ GetProducer()

const wxString wxPdfInfo::GetProducer ( ) const
inline

Get the producer of the document.

Returns
The name of the producing application

◆ GetSubject()

const wxString wxPdfInfo::GetSubject ( ) const
inline

Get subject.

Returns
The subject of the document

◆ GetTitle()

const wxString wxPdfInfo::GetTitle ( ) const
inline

Get title.

Returns
The document's title

◆ SetAuthor()

void wxPdfInfo::SetAuthor ( const wxString & author)
inline

Set author.

Parameters
authorThe name of the author

◆ SetCreationDate()

void wxPdfInfo::SetCreationDate ( const wxString & creationDate)
inline

Set the creation date.

Parameters
creationDateThe date and time the document was created

◆ SetCreator()

void wxPdfInfo::SetCreator ( const wxString & creator)
inline

Set the creator of the document.

Parameters
creatorThe name of the creating application

◆ SetKeywords()

void wxPdfInfo::SetKeywords ( const wxString & keywords)
inline

Set keywords.

Parameters
keywordsKeywords associated with the document

◆ SetModDate()

void wxPdfInfo::SetModDate ( const wxString & modDate)
inline

Set the date of last modification.

Parameters
modDateThe date and time the document was modified

◆ SetProducer()

void wxPdfInfo::SetProducer ( const wxString & producer)
inline

Set the producer of the document.

Parameters
producerThe name of the producing application

◆ SetSubject()

void wxPdfInfo::SetSubject ( const wxString & subject)
inline

Set subject.

Parameters
subjectThe subject of the document

◆ SetTitle()

void wxPdfInfo::SetTitle ( const wxString & title)
inline

Set title.

Parameters
titleThe document's title

The documentation for this class was generated from the following file: