wxPdfDocument 1.2.0
Public Member Functions | List of all members
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.

◆ GetCreationDate()

const wxString wxPdfInfo::GetCreationDate ( ) const
inline

Get the creation date.

◆ GetCreator()

const wxString wxPdfInfo::GetCreator ( ) const
inline

Get the creator of the document.

◆ GetKeywords()

const wxString wxPdfInfo::GetKeywords ( ) const
inline

Get keywords.

◆ 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

Get subject.

◆ GetTitle()

const wxString wxPdfInfo::GetTitle ( ) const
inline

Get title.

◆ SetAuthor()

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

Set author.

◆ SetCreationDate()

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

Set the creation date.

◆ SetCreator()

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

Set the creator of the document.

◆ SetKeywords()

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

Set keywords.

◆ 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

Set subject.

◆ SetTitle()

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

Set title.


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