|
Antenna House PDF Tool API (C++) 8.0
|
#include <PtlSize.h>
公開メンバ関数 | |
| int | getHandle () const |
| PtlSize () | |
| コンストラクタ | |
| PtlSize (float width, float height) | |
| コンストラクタ | |
| PtlSize (const PtlSize &obj) | |
| コピーコンストラクタ | |
| ~PtlSize () | |
| デストラクタ | |
| PtlSize & | operator= (const PtlSize &obj) |
| コピーオペレータ | |
| float | getWidth () const |
| 幅を取得。 | |
| void | setWidth (float width) |
| 幅を設定。 | |
| float | getHeight () const |
| 高さを取得。 | |
| void | setHeight (float height) |
| 高さを設定。 | |
| PdfTk::PtlSize::PtlSize | ( | ) |
コンストラクタ
| PtlException |
| PdfTk::PtlSize::PtlSize | ( | float | width, |
| float | height ) |
| PdfTk::PtlSize::PtlSize | ( | const PtlSize & | obj | ) |
| float PdfTk::PtlSize::getHeight | ( | ) | const |
高さを取得。
| float PdfTk::PtlSize::getWidth | ( | ) | const |
幅を取得。
| void PdfTk::PtlSize::setHeight | ( | float | height | ) |
高さを設定。
| height | 高さの値(単位はmm) |
| void PdfTk::PtlSize::setWidth | ( | float | width | ) |
幅を設定。
| width | 幅の値(単位はmm) |