PDFTool
7.0
|
PDFの文書プロパティを表現したクラスです。 PtlDocPropertyはPtlPDFDocumentから取得して使用します。 More...
#include <PtlDocProperty.h>
Public Types | |
enum | PDF_VERSION { PDFV_UNSUPPORTED = 0, PDFV1_0 = 100, PDFV1_1 = 101, PDFV1_2 = 102, PDFV1_3 = 103, PDFV1_4 = 104, PDFV1_5 = 105, PDFV1_6 = 106, PDFV1_7 = 107, PDFV2_0 = 200 } |
PDFのバージョン More... | |
enum | DIRECTION { DIRECTION_L2R = 1, DIRECTION_R2L = 2 } |
読み上げオプション More... | |
Public Member Functions | |
int | getHandle () const |
PtlDocProperty () | |
コンストラクタ More... | |
PtlDocProperty (const PtlDocProperty &obj) | |
コピーコンストラクタ alias copy More... | |
‾PtlDocProperty () | |
デストラクタ | |
PtlDocProperty & | operator= (const PtlDocProperty &obj) |
コピーオペレータ alias copy More... | |
PDF_VERSION | getVersion () const |
PDFのバージョンを取得。 More... | |
PtlDocInfo & | getDocInfo () const |
文書情報を取得。 More... | |
PtlCustomProperties & | getCustomProperties () const |
カスタムプロパティを取得。 More... | |
PtlOpenMode & | getOpenMode () const |
開き方を取得。 More... | |
DIRECTION | getDirection () const |
読み上げオプションを取得。 More... | |
void | setDirection (DIRECTION direction) |
読み上げオプションを設定。 More... | |
bool | isLinearized () const |
線形化しているかどうかを取得。 More... | |
PtlFontInfos & | getFontInfos () const |
フォント情報のコンテナを取得。 More... | |
PDFの文書プロパティを表現したクラスです。 PtlDocPropertyはPtlPDFDocumentから取得して使用します。
PdfTk::PtlDocProperty::PtlDocProperty | ( | ) |
コンストラクタ
PtlException |
PdfTk::PtlDocProperty::PtlDocProperty | ( | const PtlDocProperty & | obj | ) |
PtlCustomProperties& PdfTk::PtlDocProperty::getCustomProperties | ( | ) | const |
DIRECTION PdfTk::PtlDocProperty::getDirection | ( | ) | const |
PtlDocInfo& PdfTk::PtlDocProperty::getDocInfo | ( | ) | const |
PtlFontInfos& PdfTk::PtlDocProperty::getFontInfos | ( | ) | const |
PtlOpenMode& PdfTk::PtlDocProperty::getOpenMode | ( | ) | const |
PDF_VERSION PdfTk::PtlDocProperty::getVersion | ( | ) | const |
bool PdfTk::PtlDocProperty::isLinearized | ( | ) | const |
PtlDocProperty& PdfTk::PtlDocProperty::operator= | ( | const PtlDocProperty & | obj | ) |
コピーオペレータ alias copy
obj | コピー元オブジェクト。 |
void PdfTk::PtlDocProperty::setDirection | ( | DIRECTION | direction | ) |