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