PDFTool.NET
6.0
|
PDFの文書プロパティを表現したクラスです。 PtlDocPropertyはPtlPDFDocumentから取得して使用します。 More...
#include <NetDocProperty.h>
Public Types | |
enum | PDF_VERSION { PDF_VERSION::PDFV_UNSUPPORTED = 0, PDF_VERSION::PDFV1_0 = 100, PDF_VERSION::PDFV1_1 = 101, PDF_VERSION::PDFV1_2 = 102, PDF_VERSION::PDFV1_3 = 103, PDF_VERSION::PDFV1_4 = 104, PDF_VERSION::PDFV1_5 = 105, PDF_VERSION::PDFV1_6 = 106, PDF_VERSION::PDFV1_7 = 107 } |
PDFのバージョン More... | |
enum | DIRECTION { DIRECTION::DIRECTION_L2R = 1, DIRECTION::DIRECTION_R2L = 2 } |
読み上げオプション More... | |
Public Member Functions | |
PdfTk::PtlDocProperty * | getNative () |
PtlDocProperty () | |
コンストラクタ More... | |
PtlDocProperty (PtlDocProperty^ obj) | |
コピーコンストラクタ alias copy More... | |
‾PtlDocProperty () | |
デストラクタ | |
!PtlDocProperty () | |
ファイナライザ。 | |
PtlDocProperty | operator= (PtlDocProperty^ obj) |
コピーオペレータ alias copy More... | |
PDF_VERSION | getVersion () |
PDFのバージョンを取得。 More... | |
PtlDocInfo | getDocInfo () |
文書情報を取得。 More... | |
PtlCustomProperties | getCustomProperties () |
カスタムプロパティを取得。 More... | |
PtlOpenMode | getOpenMode () |
開き方を取得。 More... | |
DIRECTION | getDirection () |
読み上げオプションを取得。 More... | |
void | setDirection (DIRECTION direction) |
読み上げオプションを設定。 More... | |
Protected Attributes | |
PdfTk::PtlDocProperty * | m_native |
PDFの文書プロパティを表現したクラスです。 PtlDocPropertyはPtlPDFDocumentから取得して使用します。
|
strong |
|
strong |
PdfTkNet::PtlDocProperty::PtlDocProperty | ( | ) |
コンストラクタ
PtlException |
PdfTkNet::PtlDocProperty::PtlDocProperty | ( | PtlDocProperty^ | obj | ) |
PtlCustomProperties PdfTkNet::PtlDocProperty::getCustomProperties | ( | ) |
DIRECTION PdfTkNet::PtlDocProperty::getDirection | ( | ) |
PtlDocInfo PdfTkNet::PtlDocProperty::getDocInfo | ( | ) |
PtlOpenMode PdfTkNet::PtlDocProperty::getOpenMode | ( | ) |
PDF_VERSION PdfTkNet::PtlDocProperty::getVersion | ( | ) |
PtlDocProperty PdfTkNet::PtlDocProperty::operator= | ( | PtlDocProperty^ | obj | ) |
コピーオペレータ alias copy
obj | コピー元オブジェクト。 |
void PdfTkNet::PtlDocProperty::setDirection | ( | DIRECTION | direction | ) |