|
#include <PDFDocInfo.h>
Public Member Functions | |
| UString | GetTitle () |
| |
| SDF::Obj | GetTitleObj () |
| |
| void | SetTitle (const UString &title) |
| Set document’s title. | |
| UString | GetAuthor () |
| |
| SDF::Obj | GetAuthorObj () |
| |
| void | SetAuthor (const UString &author) |
| Set the author of the document. | |
| UString | GetSubject () |
| |
| SDF::Obj | GetSubjectObj () |
| |
| void | SetSubject (const UString &subject) |
| Set the subject of the document. | |
| UString | GetKeywords () |
| |
| SDF::Obj | GetKeywordsObj () |
| |
| void | SetKeywords (const UString &keywords) |
| Set keywords associated with the document. | |
| UString | GetCreator () |
| |
| SDF::Obj | GetCreatorObj () |
| |
| void | SetCreator (const UString &creator) |
| Set document’s creator. | |
| UString | GetProducer () |
| |
| SDF::Obj | GetProducerObj () |
| |
| void | SetProducer (const UString &producer) |
| Set document’s producer. | |
| Date | GetCreationDate () |
| |
| void | SetCreationDate (const Date &creation_date) |
| Set document’s creation date. | |
| Date | GetModDate () |
| |
| void | SetModDate (const Date &mod_date) |
| Set document’s modification date. | |
| SDF::Obj | GetSDFObj () |
| |
| PDFDocInfo (SDF::Obj tr) | |
| PDFDocInfo constructor. | |
| PDFDocInfo (const PDFDocInfo &) | |
| PDFDocInfo & | operator= (const PDFDocInfo &) |
| pdftron::PDF::PDFDocInfo::PDFDocInfo | ( | SDF::Obj | tr | ) |
PDFDocInfo constructor.
Typically this constructor is never used since it is easier to obtain DocInfo using PDFDoc.GetDocInfo()
| pdftron::PDF::PDFDocInfo::PDFDocInfo | ( | const PDFDocInfo & | ) |
| UString pdftron::PDF::PDFDocInfo::GetTitle | ( | ) |
| SDF::Obj pdftron::PDF::PDFDocInfo::GetTitleObj | ( | ) |
| void pdftron::PDF::PDFDocInfo::SetTitle | ( | const UString & | title | ) |
Set document’s title.
| title | New title of the document. |
| UString pdftron::PDF::PDFDocInfo::GetAuthor | ( | ) |
| SDF::Obj pdftron::PDF::PDFDocInfo::GetAuthorObj | ( | ) |
| void pdftron::PDF::PDFDocInfo::SetAuthor | ( | const UString & | author | ) |
Set the author of the document.
| The | name of the person who created the document. |
| UString pdftron::PDF::PDFDocInfo::GetSubject | ( | ) |
| SDF::Obj pdftron::PDF::PDFDocInfo::GetSubjectObj | ( | ) |
| void pdftron::PDF::PDFDocInfo::SetSubject | ( | const UString & | subject | ) |
Set the subject of the document.
| subject | The subject of the document. |
| UString pdftron::PDF::PDFDocInfo::GetKeywords | ( | ) |
| SDF::Obj pdftron::PDF::PDFDocInfo::GetKeywordsObj | ( | ) |
| void pdftron::PDF::PDFDocInfo::SetKeywords | ( | const UString & | keywords | ) |
Set keywords associated with the document.
| Keywords | Keywords associated with the document. |
| UString pdftron::PDF::PDFDocInfo::GetCreator | ( | ) |
| SDF::Obj pdftron::PDF::PDFDocInfo::GetCreatorObj | ( | ) |
| void pdftron::PDF::PDFDocInfo::SetCreator | ( | const UString & | creator | ) |
Set document’s creator.
| creator | The name of the application that created the original document. |
| UString pdftron::PDF::PDFDocInfo::GetProducer | ( | ) |
| SDF::Obj pdftron::PDF::PDFDocInfo::GetProducerObj | ( | ) |
| void pdftron::PDF::PDFDocInfo::SetProducer | ( | const UString & | producer | ) |
| Date pdftron::PDF::PDFDocInfo::GetCreationDate | ( | ) |
| void pdftron::PDF::PDFDocInfo::SetCreationDate | ( | const Date & | creation_date | ) |
Set document’s creation date.
| creation_date | The date and time the document was created. |
| Date pdftron::PDF::PDFDocInfo::GetModDate | ( | ) |
| void pdftron::PDF::PDFDocInfo::SetModDate | ( | const Date & | mod_date | ) |
Set document’s modification date.
| mod_date | The date and time the document was most recently modified. |
| SDF::Obj pdftron::PDF::PDFDocInfo::GetSDFObj | ( | ) |
| PDFDocInfo& pdftron::PDF::PDFDocInfo::operator= | ( | const PDFDocInfo & | ) |