|
PDFTool 7.0
|
PDFの文書情報を表現したクラスです。 PtlDocInfoはPtlDocPropertyから取得して使用します。 More...
#include <PtlDocInfo.h>
Public Member Functions | |
| int | getHandle () const |
| PtlDocInfo () | |
| コンストラクタ | |
| PtlDocInfo (const PtlDocInfo &obj) | |
| コピーコンストラクタ alias copy | |
| ‾PtlDocInfo () | |
| デストラクタ | |
| PtlDocInfo & | operator= (const PtlDocInfo &obj) |
| コピーオペレータ alias copy | |
| PtlParamString | getTitle () const |
| タイトルを取得。 | |
| void | setTitle (const PtlParamString &str) |
| タイトルを設定。 | |
| PtlParamString | getAuthor () const |
| 著者を取得。 | |
| void | setAuthor (const PtlParamString &str) |
| 著者を設定。 | |
| PtlParamString | getSubject () const |
| サブジェクトを取得。 | |
| void | setSubject (const PtlParamString &str) |
| サブジェクトを設定。 | |
| PtlParamString | getKeywords () const |
| キーワードを取得。 | |
| void | setKeywords (const PtlParamString &str) |
| キーワードを設定。 | |
| PtlParamString | getCreator () const |
| クリエータを取得。 | |
| void | setCreator (const PtlParamString &str) |
| クリエータを設定。 | |
| PtlParamString | getProducer () const |
| プロデューサを取得。 | |
| void | setProducer (const PtlParamString &str) |
| プロデューサを設定。 | |
| PtlDate | getCreationDate () const |
| 作成日付を取得。 | |
| void | setCreationDate (const PtlDate &date) |
| 作成日付を設定。 | |
| PtlDate | getModDate () const |
| 更新日付を取得。 | |
| void | setModDate (const PtlDate &date) |
| 更新日付を設定。 | |
PDFの文書情報を表現したクラスです。 PtlDocInfoはPtlDocPropertyから取得して使用します。
| PdfTk::PtlDocInfo::PtlDocInfo | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlDocInfo::PtlDocInfo | ( | const PtlDocInfo & | obj | ) |
| PtlParamString PdfTk::PtlDocInfo::getAuthor | ( | ) | const |
| PtlDate PdfTk::PtlDocInfo::getCreationDate | ( | ) | const |
| PtlParamString PdfTk::PtlDocInfo::getCreator | ( | ) | const |
| PtlParamString PdfTk::PtlDocInfo::getKeywords | ( | ) | const |
| PtlDate PdfTk::PtlDocInfo::getModDate | ( | ) | const |
| PtlParamString PdfTk::PtlDocInfo::getProducer | ( | ) | const |
| PtlParamString PdfTk::PtlDocInfo::getSubject | ( | ) | const |
| PtlParamString PdfTk::PtlDocInfo::getTitle | ( | ) | const |
| PtlDocInfo & PdfTk::PtlDocInfo::operator= | ( | const PtlDocInfo & | obj | ) |
コピーオペレータ alias copy
| obj | コピー元オブジェクト。 |
| void PdfTk::PtlDocInfo::setAuthor | ( | const PtlParamString & | str | ) |
| void PdfTk::PtlDocInfo::setCreationDate | ( | const PtlDate & | date | ) |
| void PdfTk::PtlDocInfo::setCreator | ( | const PtlParamString & | str | ) |
| void PdfTk::PtlDocInfo::setKeywords | ( | const PtlParamString & | str | ) |
| void PdfTk::PtlDocInfo::setModDate | ( | const PtlDate & | date | ) |
| void PdfTk::PtlDocInfo::setProducer | ( | const PtlParamString & | str | ) |
| void PdfTk::PtlDocInfo::setSubject | ( | const PtlParamString & | str | ) |
| void PdfTk::PtlDocInfo::setTitle | ( | const PtlParamString & | str | ) |