Public Member Functions | |
| const Dtk_string & | GetApplication () const |
| const Dtk_string & | GetAuthor () const |
| const Dtk_string & | GetKeywords () const |
| const Dtk_string & | GetPDFProducer () const |
| const Dtk_string & | GetSubject () const |
| const Dtk_string & | GetTitle () const |
| PdfDocumentProperties () | |
| void | SetApplication (const Dtk_string &inString) |
| Add Application in Document Catalog Metadata. More... | |
| void | SetAuthor (const Dtk_string &inString) |
| Add Author in Document Catalog Metadata. More... | |
| void | SetKeywords (const Dtk_string &inString) |
| Add Keywords in Document Catalog Metadata. More... | |
| void | SetPDFProducer (const Dtk_string &inString) |
| Add PDFProducer in Document Catalog Metadata. More... | |
| void | SetSubject (const Dtk_string &inString) |
| Add Subject in Document Catalog Metadata. More... | |
| void | SetTitle (const Dtk_string &inString) |
| Add Title in Document Catalog Metadata. More... | |
| ~PdfDocumentProperties () | |
| Pdfw::PdfDocumentProperties::PdfDocumentProperties | ( | ) |
| Pdfw::PdfDocumentProperties::~PdfDocumentProperties | ( | ) |
| const Dtk_string& Pdfw::PdfDocumentProperties::GetApplication | ( | ) | const |
| const Dtk_string& Pdfw::PdfDocumentProperties::GetAuthor | ( | ) | const |
| const Dtk_string& Pdfw::PdfDocumentProperties::GetKeywords | ( | ) | const |
| const Dtk_string& Pdfw::PdfDocumentProperties::GetPDFProducer | ( | ) | const |
| const Dtk_string& Pdfw::PdfDocumentProperties::GetSubject | ( | ) | const |
| const Dtk_string& Pdfw::PdfDocumentProperties::GetTitle | ( | ) | const |
| void Pdfw::PdfDocumentProperties::SetApplication | ( | const Dtk_string & | inString | ) |
Add Application in Document Catalog Metadata.
| [in] | inString | : Apllication. |
| void Pdfw::PdfDocumentProperties::SetAuthor | ( | const Dtk_string & | inString | ) |
Add Author in Document Catalog Metadata.
| [in] | inString | : Author. |
| void Pdfw::PdfDocumentProperties::SetKeywords | ( | const Dtk_string & | inString | ) |
Add Keywords in Document Catalog Metadata.
| [in] | inString | : Keywords. |
| void Pdfw::PdfDocumentProperties::SetPDFProducer | ( | const Dtk_string & | inString | ) |
Add PDFProducer in Document Catalog Metadata.
| [in] | inString | : PDF Producer. |
| void Pdfw::PdfDocumentProperties::SetSubject | ( | const Dtk_string & | inString | ) |
Add Subject in Document Catalog Metadata.
| [in] | inString | : Subject. |
| void Pdfw::PdfDocumentProperties::SetTitle | ( | const Dtk_string & | inString | ) |
Add Title in Document Catalog Metadata.
| [in] | inString | : Title. |