PDFTool.NET 7.0
NetDestFitR.h
1
10#ifndef PDFTK_NET_PTLDESTFIT_R_H_
11#define PDFTK_NET_PTLDESTFIT_R_H_
12
13#include <PdfTkNet/NetTk.h>
14#include <PdfTkNet/NetDest.h>
15
16namespace PdfTkNet {
17
29
30public ref class PtlDestFitR : public PtlDest
31{
32public:
38
45
50
55
56public:
62
63public:
69 bool isLeftNull();
70
79 float getLeft();
80
88 void setLeft(float value);
89
96
97public:
104
113 float getBottom();
114
122 void setBottom(float value);
123
130
131public:
138
147 float getRight();
148
156 void setRight(float value);
157
164
165public:
171 bool isTopNull();
172
181 float getTop();
182
190 void setTop(float value);
191
198};
199
200} // namespace PdfTkNet
201
202#endif // PDFTK_NET_PTLDESTFIT_R_H_
PtlDest(DEST_TYPE type)
コンストラクタ
void setLeftNull()
leftにnullを設定。
float getTop()
topを取得。
PtlDestFitR operator=(PtlDestFitR^ obj)
コピーオペレータ
float getRight()
rightを取得。
PtlDestFitR()
コンストラクタ
bool isLeftNull()
leftがnullかどうかをチェック。
PtlDestFitR(PtlDestFitR^ obj)
コピーコンストラクタ
‾PtlDestFitR()
デストラクタ
float getLeft()
leftを取得。
bool isBottomNull()
bottomがnullかどうかをチェック。
bool isTopNull()
topがnullかどうかをチェック。
bool isRightNull()
rightがnullかどうかをチェック。
void setTop(float value)
topに数値を設定。
void setRight(float value)
rightに数値を設定。
void setTopNull()
topにnullを設定。
float getBottom()
bottomを取得。
void setBottomNull()
bottomにnullを設定。
void setBottom(float value)
bottomに数値を設定。
void setLeft(float value)
leftに数値を設定。
void setRightNull()
rightにnullを設定。