|
Antenna House PDF Tool API (C++) 8.0
|
#include <PtlTextBoxAnnot.h>
公開メンバ関数 | |
| int | getHandle () const |
| PtlTextBoxAnnot () | |
| コンストラクタ | |
| PtlTextBoxAnnot (const PtlTextBoxAnnot &obj) | |
| コピーコンストラクタ | |
| ~PtlTextBoxAnnot () | |
| デストラクタ | |
| PtlTextBoxAnnot & | operator= (const PtlTextBoxAnnot &obj) |
| コピーオペレータ | |
| void | writeString (const PtlParamString &str, const PtlParamTextBoxAnnot ¶mTextBox) |
| 文字列を出力。 | |
| void | writeStringNL (const PtlParamString &str, const PtlParamTextBoxAnnot ¶mTextBox) |
| 文字列を出力して改行。 | |
| void | writeNL () |
| 改行。 | |
FreeText注釈に描画されるテキストボックスを表現するクラスです。
PtlTextBoxAnnot.h の 19 行目に定義があります。
| PdfTk::PtlTextBoxAnnot::PtlTextBoxAnnot | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlTextBoxAnnot::PtlTextBoxAnnot | ( | const PtlTextBoxAnnot & | obj | ) |
| PtlTextBoxAnnot & PdfTk::PtlTextBoxAnnot::operator= | ( | const PtlTextBoxAnnot & | obj | ) |
コピーオペレータ
| obj | コピー元オブジェクト。 |
| void PdfTk::PtlTextBoxAnnot::writeNL | ( | ) |
| void PdfTk::PtlTextBoxAnnot::writeString | ( | const PtlParamString & | str, |
| const PtlParamTextBoxAnnot & | paramTextBox ) |
| void PdfTk::PtlTextBoxAnnot::writeStringNL | ( | const PtlParamString & | str, |
| const PtlParamTextBoxAnnot & | paramTextBox ) |