6 #ifndef PDFTK_PTLDEST_H_
7 #define PDFTK_PTLDEST_H_
43 int getHandle()
const;
272 #endif // PDFTK_PTLDEST_H_
bool isRightNull() const
rightがnullかどうかをチェック。
float getTop() const
topの取得。
PtlDest(DEST_TYPE type)
コンストラクタ
void setZoom(float value)
zoomを設定。
int getPageNumber() const
宛先ページを取得。
float getRight() const
rightを取得。
void setRight(float value)
rightに数値を設定。
float getLeft() const
leftを取得。
bool isBottomNull() const
bottomがnullかどうかをチェック。
bool isZoomNull() const
zoomがnullかどうかをチェック。
PDFの宛先を表現したクラスです。 すべての宛先クラスのベースクラスです。
Definition: PtlDest.h:23
void setBottom(float value)
bottomに数値を設定。
DEST_TYPE
宛先のタイプ
Definition: PtlDest.h:28
void setLeft(float value)
leftに数値を設定。
void setRightNull()
rightにnullを設定。
PtlDest & operator=(const PtlDest &obj)
コピーオペレータ
void setLeftNull()
leftにnullを設定。
void setTop(float value)
topに数値を設定。
float getBottom() const
bottomを取得。
DEST_TYPE getType() const
宛先タイプを取得。
void setZoomNull()
zoomにnullを設定。
bool isLeftNull() const
leftがnullかどうかをチェック。
bool isTopNull() const
topがnullかどうかをチェック。
void setTopNull()
topにnullの設定。
PtlDest(const PtlDest &obj)
コピーコンストラクタ
void setPageNumber(int page)
宛先ページを設定。
void setBottomNull()
bottomにnullを設定。
float getZoom() const
zoomを取得。