PDFTool.NET  6.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 
16 namespace PdfTkNet {
17 
30 public ref class PtlDestFitR : public PtlDest
31 {
32 public:
38 
45 
50 
55 
56 public:
62 
63 public:
69  bool isLeftNull();
70 
79  float getLeft();
80 
88  void setLeft(float value);
89 
95  void setLeftNull();
96 
97 public:
103  bool isBottomNull();
104 
113  float getBottom();
114 
122  void setBottom(float value);
123 
130 
131 public:
137  bool isRightNull();
138 
147  float getRight();
148 
156  void setRight(float value);
157 
163  void setRightNull();
164 
165 public:
171  bool isTopNull();
172 
181  float getTop();
182 
190  void setTop(float value);
191 
197  void setTopNull();
198 };
199 
200 } // namespace PdfTkNet
201 
202 #endif // PDFTK_NET_PTLDESTFIT_R_H_
PdfTkNet::PtlDestFitR::setTop
void setTop(float value)
topに数値を設定。
PdfTkNet::PtlDestFitR::isTopNull
bool isTopNull()
topがnullかどうかをチェック。
PdfTkNet::PtlDestFitR::getBottom
float getBottom()
bottomを取得。
PdfTkNet::PtlDestFitR::getTop
float getTop()
topを取得。
PdfTkNet::PtlDestFitR::isBottomNull
bool isBottomNull()
bottomがnullかどうかをチェック。
PdfTkNet::PtlDestFitR::setRightNull
void setRightNull()
rightにnullを設定。
PdfTkNet::PtlDestFitR::setLeft
void setLeft(float value)
leftに数値を設定。
PdfTkNet::PtlDestFitR
PDFの宛先を表現したクラスです。 FitR型の宛先です。 ページが座標left,bottom,right,topで指定される矩形が水平方向と垂直方向の両方とも ウィンドウ内にちょうど収まる倍率で...
Definition: NetDestFitR.h:31
PdfTkNet::PtlDestFitR::PtlDestFitR
PtlDestFitR(PtlDestFitR^ obj)
コピーコンストラクタ
PdfTkNet::PtlDestFitR::setBottom
void setBottom(float value)
bottomに数値を設定。
PdfTkNet::PtlDestFitR::getRight
float getRight()
rightを取得。
PdfTkNet::PtlDestFitR::setRight
void setRight(float value)
rightに数値を設定。
PdfTkNet::PtlDestFitR::isLeftNull
bool isLeftNull()
leftがnullかどうかをチェック。
PdfTkNet::PtlDestFitR::getLeft
float getLeft()
leftを取得。
PdfTkNet::PtlDestFitR::setLeftNull
void setLeftNull()
leftにnullを設定。
PdfTkNet::PtlDestFitR::‾PtlDestFitR
‾PtlDestFitR()
デストラクタ
PdfTkNet::PtlDestFitR::PtlDestFitR
PtlDestFitR()
コンストラクタ
PdfTkNet::PtlDestFitR::isRightNull
bool isRightNull()
rightがnullかどうかをチェック。
PdfTkNet::PtlDest
PDFの宛先を表現したクラスです。 すべての宛先クラスのベースクラスです。
Definition: NetDest.h:28
PdfTkNet::PtlDestFitR::setTopNull
void setTopNull()
topにnullを設定。
PdfTkNet::PtlDestFitR::setBottomNull
void setBottomNull()
bottomにnullを設定。
PdfTkNet::PtlDestFitR::operator=
PtlDestFitR operator=(PtlDestFitR^ obj)
コピーオペレータ