PDFTool.NET  7.0
Public Member Functions | Protected Attributes | List of all members
PdfTkNet::PtlFontInfos Class Reference

フォント情報のコンテナを表現するクラスです。 More...

#include <NetFontInfos.h>

Inheritance diagram for PdfTkNet::PtlFontInfos:
Inheritance graph
[legend]
Collaboration diagram for PdfTkNet::PtlFontInfos:
Collaboration graph
[legend]

Public Member Functions

PdfTk::PtlFontInfos * getNative ()
 
 PtlFontInfos ()
 コンストラクタ More...
 
 PtlFontInfos (PtlFontInfos^ obj)
 コピーコンストラクタ alias copy More...
 
 ‾PtlFontInfos ()
 デストラクタ
 
 !PtlFontInfos ()
 ファイナライザ。
 
PtlFontInfos operator= (PtlFontInfos^ obj)
 コピーオペレータ alias copy More...
 
bool isEmpty ()
 空かどうかを取得。 More...
 
int getCount ()
 フォント情報数を取得。 More...
 
PtlFontInfo get (int index)
 フォント情報を取得。 More...
 

Protected Attributes

PdfTk::PtlFontInfos * m_native
 

Detailed Description

フォント情報のコンテナを表現するクラスです。

Constructor & Destructor Documentation

◆ PtlFontInfos() [1/2]

PdfTkNet::PtlFontInfos::PtlFontInfos ( )

コンストラクタ

Exceptions
PtlException

◆ PtlFontInfos() [2/2]

PdfTkNet::PtlFontInfos::PtlFontInfos ( PtlFontInfos obj)

コピーコンストラクタ alias copy

Parameters
objコピー元オブジェクト。
Exceptions
PtlException

Member Function Documentation

◆ get()

PtlFontInfo PdfTkNet::PtlFontInfos::get ( int  index)

フォント情報を取得。

指定した番号のフォント情報を取得します。

Parameters
indexIndex番号。0が先頭。
indexが負やフォント情報以上の場合は、例外が発生します。
Returns
フォント情報。
Exceptions
PtlException

◆ getCount()

int PdfTkNet::PtlFontInfos::getCount ( )

フォント情報数を取得。

Returns
フォント情報数。
Exceptions
PtlException

◆ isEmpty()

bool PdfTkNet::PtlFontInfos::isEmpty ( )

空かどうかを取得。

Returns
true: 空、false: 空ではない。
Exceptions
PtlException

◆ operator=()

PtlFontInfos PdfTkNet::PtlFontInfos::operator= ( PtlFontInfos obj)

コピーオペレータ alias copy

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