Antenna House PDF Tool API (C++) 8.0
PtlDestFitR.h
1
2// PtlDestFitR.h
3// Copyright (C) 2013-2018 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLDESTFIT_R_H_
7#define PDFTK_PTLDESTFIT_R_H_
8
9#include "PtlDest.h"
10
11namespace PdfTk {
12
25
26class PDFTK_API PtlDestFitR : public PtlDest
27{
28public:
34
41
46
47public:
53
54public:
60 bool isLeftNull() const;
61
70 float getLeft() const;
71
79 void setLeft(float value);
80
87
88public:
94 bool isBottomNull() const;
95
104 float getBottom() const;
105
113 void setBottom(float value);
114
121
122public:
128 bool isRightNull() const;
129
138 float getRight() const;
139
147 void setRight(float value);
148
155
156public:
162 bool isTopNull() const;
163
172 float getTop() const;
173
181 void setTop(float value);
182
189};
190
191} // namespace PdfTk
192
193#endif // PDFTK_PTLDESTFIT_R_H_
void setBottomNull()
bottomにnullの設定。
float getTop() const
topの取得。
PtlDestFitR(const PtlDestFitR &obj)
コピーコンストラクタ
bool isTopNull() const
topがnullかどうかのチェック。
void setLeft(float value)
leftに数値の設定。
bool isBottomNull() const
bottomがnullかどうかのチェック。
float getLeft() const
leftの取得。
void setTopNull()
topにnullの設定。
~PtlDestFitR()
デストラクタ
bool isRightNull() const
rightがnullかどうかのチェック。
float getBottom() const
bottomの取得。
void setLeftNull()
leftにnullの設定。
void setRight(float value)
rightに数値の設定。
bool isLeftNull() const
leftがnullかどうかのチェック。
void setRightNull()
rightにnullの設定。
void setBottom(float value)
bottomに数値の設定。
float getRight() const
rightの取得。
PtlDestFitR & operator=(const PtlDestFitR &obj)
コピーオペレータ
void setTop(float value)
topに数値の設定。
PtlDestFitR()
コンストラクタ
PtlDest(DEST_TYPE type)
コンストラクタ