Antenna House PDF Tool API (C++) 8.0
PtlDestFitBH.h
1
2// PtlDestFitBH.h
3// Copyright (C) 2013-2018 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLDESTFIT_BH_H_
7#define PDFTK_PTLDESTFIT_BH_H_
8
9#include "PtlDest.h"
10
11namespace PdfTk {
12
25
26class PDFTK_API PtlDestFitBH : public PtlDest
27{
28public:
34
41
46
47public:
53
54public:
60 bool isTopNull() const;
61
70 float getTop() const;
71
79 void setTop(float value);
80
86 void setTopNull();
87};
88
89} // namespace PdfTk
90
91#endif // PDFTK_PTLDESTFIT_BH_H_
bool isTopNull() const
topがnullかどうかをチェック。
PtlDestFitBH(const PtlDestFitBH &obj)
コピーコンストラクタ
void setTopNull()
topにnullを設定。
void setTop(float value)
topに数値を設定。
PtlDestFitBH & operator=(const PtlDestFitBH &obj)
コピーオペレータ
~PtlDestFitBH()
デストラクタ
PtlDestFitBH()
コンストラクタ
float getTop() const
topを取得。
PtlDest(DEST_TYPE type)
コンストラクタ