|
Antenna House PDF Tool API (C++) 8.0
|
#include <PtlDocInfo.h>
公開メンバ関数 | |
| int | getHandle () const |
| PtlDocInfo () | |
| コンストラクタ | |
| PtlDocInfo (const PtlDocInfo &obj) | |
| コピーコンストラクタ alias copy | |
| ~PtlDocInfo () | |
| デストラクタ | |
| PtlDocInfo & | operator= (const PtlDocInfo &obj) |
| コピーオペレータ alias copy | |
| const PtlParamString & | getTitle () |
| タイトルを取得。 | |
| void | setTitle (const PtlParamString &str) |
| タイトルを設定。 | |
| const PtlParamString & | getAuthor () |
| 著者を取得。 | |
| void | setAuthor (const PtlParamString &str) |
| 著者を設定。 | |
| const PtlParamString & | getSubject () |
| サブジェクトを取得。 | |
| void | setSubject (const PtlParamString &str) |
| サブジェクトを設定。 | |
| const PtlParamString & | getKeywords () |
| キーワードを取得。 | |
| void | setKeywords (const PtlParamString &str) |
| キーワードを設定。 | |
| const PtlParamString & | getCreator () |
| クリエータを取得。 | |
| void | setCreator (const PtlParamString &str) |
| クリエータを設定。 | |
| const PtlParamString & | getProducer () |
| プロデューサを取得。 | |
| void | setProducer (const PtlParamString &str) |
| プロデューサを設定。 | |
| PtlDate | getCreationDate () const |
| 作成日付を取得。 | |
| void | setCreationDate (const PtlDate &date) |
| 作成日付を設定。 | |
| PtlDate | getModDate () const |
| 更新日付を取得。 | |
| void | setModDate (const PtlDate &date) |
| 更新日付を設定。 | |
PDFの文書情報を表現したクラスです。 PtlDocInfoはPtlDocPropertyから取得して使用します。
PtlDocInfo.h の 19 行目に定義があります。
| PdfTk::PtlDocInfo::PtlDocInfo | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlDocInfo::PtlDocInfo | ( | const PtlDocInfo & | obj | ) |
| const PtlParamString & PdfTk::PtlDocInfo::getAuthor | ( | ) |
| PtlDate PdfTk::PtlDocInfo::getCreationDate | ( | ) | const |
| const PtlParamString & PdfTk::PtlDocInfo::getCreator | ( | ) |
| const PtlParamString & PdfTk::PtlDocInfo::getKeywords | ( | ) |
| PtlDate PdfTk::PtlDocInfo::getModDate | ( | ) | const |
| const PtlParamString & PdfTk::PtlDocInfo::getProducer | ( | ) |
| const PtlParamString & PdfTk::PtlDocInfo::getSubject | ( | ) |
| const PtlParamString & PdfTk::PtlDocInfo::getTitle | ( | ) |
| 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 | ) |