Antenna House PDF Tool API (C++) 8.0
PdfTk::PtlTextBoxAnnot クラス

#include <PtlTextBoxAnnot.h>

公開メンバ関数

int getHandle () const
 PtlTextBoxAnnot ()
 コンストラクタ
 PtlTextBoxAnnot (const PtlTextBoxAnnot &obj)
 コピーコンストラクタ
 ~PtlTextBoxAnnot ()
 デストラクタ
PtlTextBoxAnnotoperator= (const PtlTextBoxAnnot &obj)
 コピーオペレータ
void writeString (const PtlParamString &str, const PtlParamTextBoxAnnot &paramTextBox)
 文字列を出力。
void writeStringNL (const PtlParamString &str, const PtlParamTextBoxAnnot &paramTextBox)
 文字列を出力して改行。
void writeNL ()
 改行。

詳解

FreeText注釈に描画されるテキストボックスを表現するクラスです。

PtlTextBoxAnnot.h19 行目に定義があります。

構築子と解体子

◆ PtlTextBoxAnnot() [1/2]

PdfTk::PtlTextBoxAnnot::PtlTextBoxAnnot ( )

コンストラクタ

例外
PtlException

◆ PtlTextBoxAnnot() [2/2]

PdfTk::PtlTextBoxAnnot::PtlTextBoxAnnot ( const PtlTextBoxAnnot & obj)

コピーコンストラクタ

引数
objコピー元オブジェクト。
例外
PtlException

関数詳解

◆ operator=()

PtlTextBoxAnnot & PdfTk::PtlTextBoxAnnot::operator= ( const PtlTextBoxAnnot & obj)

コピーオペレータ

引数
objコピー元オブジェクト。

◆ writeNL()

void PdfTk::PtlTextBoxAnnot::writeNL ( )

改行。

改行します。

例外
PtlException

◆ writeString()

void PdfTk::PtlTextBoxAnnot::writeString ( const PtlParamString & str,
const PtlParamTextBoxAnnot & paramTextBox )

文字列を出力。

文字列を出力します。

引数
str文字列。
paramTextBox文字列出力パラメータ。
例外
PtlException

◆ writeStringNL()

void PdfTk::PtlTextBoxAnnot::writeStringNL ( const PtlParamString & str,
const PtlParamTextBoxAnnot & paramTextBox )

文字列を出力して改行。

文字列を出力して改行します。

引数
str文字列。
paramTextBox文字列出力パラメータ。
例外
PtlException