|
Antenna House PDF Tool API (C++) 8.0
|
#include <PtlDocProperty.h>
公開型 | |
| 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 } |
| enum | DIRECTION { DIRECTION_L2R = 1 , DIRECTION_R2L = 2 } |
公開メンバ関数 | |
| int | getHandle () const |
| PtlDocProperty () | |
| コンストラクタ | |
| PtlDocProperty (const PtlDocProperty &obj) | |
| コピーコンストラクタ alias copy | |
| ~PtlDocProperty () | |
| デストラクタ | |
| PtlDocProperty & | operator= (const PtlDocProperty &obj) |
| コピーオペレータ alias copy | |
| PDF_VERSION | getVersion () const |
| PDFのバージョンを取得。 | |
| PtlDocInfo & | getDocInfo () const |
| 文書情報を取得。 | |
| PtlCustomProperties & | getCustomProperties () const |
| カスタムプロパティを取得。 | |
| PtlOpenMode & | getOpenMode () const |
| 開き方を取得。 | |
| DIRECTION | getDirection () const |
| 読み上げオプションを取得。 | |
| void | setDirection (DIRECTION direction) |
| 読み上げオプションを設定。 | |
| bool | isLinearized () const |
| 線形化しているかどうかを取得。 | |
| PtlFontInfos & | getFontInfos () const |
| フォント情報のコンテナを取得。 | |
PDFの文書プロパティを表現したクラスです。 PtlDocPropertyはPtlPDFDocumentから取得して使用します。
PtlDocProperty.h の 24 行目に定義があります。
読み上げオプション
| 列挙値 | |
|---|---|
| DIRECTION_L2R | 左から右 |
| DIRECTION_R2L | 右から左(中国語、日本語、韓国語のような縦書きも含む) |
PtlDocProperty.h の 46 行目に定義があります。
PDFのバージョン
| 列挙値 | |
|---|---|
| PDFV_UNSUPPORTED | 未サポートのバージョン |
| PDFV1_0 | PDF-1.0 |
| PDFV1_1 | PDF-1.1 |
| PDFV1_2 | PDF-1.2 |
| PDFV1_3 | PDF-1.3 |
| PDFV1_4 | PDF-1.4 |
| PDFV1_5 | PDF-1.5 |
| PDFV1_6 | PDF-1.6 |
| PDFV1_7 | PDF-1.7 |
| PDFV2_0 | PDF-2.0 |
PtlDocProperty.h の 30 行目に定義があります。
| 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 | ) |