PDFTool.NET  6.0
Public Member Functions | List of all members
PdfTkNet::PtlDestFitB Class Reference

PDFの宛先を表現したクラスです。
FitB型の宛先です。
ページの境界ボックス(CropBox)全体が水平方向と垂直方向の両方ともウィンドウ内にちょうど収まる倍率で表示します。 More...

#include <NetDestFitB.h>

Inheritance diagram for PdfTkNet::PtlDestFitB:
Inheritance graph
[legend]
Collaboration diagram for PdfTkNet::PtlDestFitB:
Collaboration graph
[legend]

Public Member Functions

 PtlDestFitB ()
 コンストラクタ More...
 
 PtlDestFitB (PtlDestFitB^ obj)
 コピーコンストラクタ More...
 
 ‾PtlDestFitB ()
 デストラクタ
 
 !PtlDestFitB ()
 ファイナライザ。
 
PtlDestFitB operator= (PtlDestFitB^ obj)
 コピーオペレータ More...
 
- Public Member Functions inherited from PdfTkNet::PtlDest
PdfTk::PtlDest * getNative ()
 
 PtlDest (DEST_TYPE type)
 コンストラクタ More...
 
 PtlDest (PtlDest^ obj)
 コピーコンストラクタ More...
 
virtual ‾PtlDest ()
 デストラクタ
 
 !PtlDest ()
 ファイナライザ。
 
PtlDest operator= (PtlDest^ obj)
 コピーオペレータ More...
 
DEST_TYPE getType ()
 宛先タイプを取得。 More...
 
int getPageNumber ()
 宛先ページを取得。 More...
 
void setPageNumber (int page)
 宛先ページを設定。 More...
 
bool isLeftNull ()
 leftがnullかどうかをチェック。 More...
 
float getLeft ()
 leftを取得。 More...
 
void setLeft (float value)
 leftに数値を設定。 More...
 
void setLeftNull ()
 leftにnullを設定。 More...
 
bool isBottomNull ()
 bottomがnullかどうかをチェック。 More...
 
float getBottom ()
 bottomを取得。 More...
 
void setBottom (float value)
 bottomに数値を設定。 More...
 
void setBottomNull ()
 bottomにnullを設定。 More...
 
bool isRightNull ()
 rightがnullかどうかをチェック。 More...
 
float getRight ()
 rightを取得。 More...
 
void setRight (float value)
 rightに数値を設定。 More...
 
void setRightNull ()
 rightにnullを設定。 More...
 
bool isTopNull ()
 topがnullかどうかをチェック。 More...
 
float getTop ()
 topを取得。 More...
 
void setTop (float value)
 topに数値を設定。 More...
 
void setTopNull ()
 topにnullを設定。 More...
 
bool isZoomNull ()
 zoomがnullかどうかをチェック。 More...
 
float getZoom ()
 zoomを取得。 More...
 
void setZoom (float value)
 zoomを設定。 More...
 
void setZoomNull ()
 zoomにnullを設定。 More...
 

Additional Inherited Members

- Public Types inherited from PdfTkNet::PtlDest
enum  DEST_TYPE {
  DEST_TYPE::TYPE_NONE = 0, DEST_TYPE::TYPE_XYZ = 1, DEST_TYPE::TYPE_FIT = 2, DEST_TYPE::TYPE_FIT_H = 3,
  DEST_TYPE::TYPE_FIT_V = 4, DEST_TYPE::TYPE_FIT_R = 5, DEST_TYPE::TYPE_FIT_B = 6, DEST_TYPE::TYPE_FIT_BH = 7,
  DEST_TYPE::TYPE_FIT_BV = 8
}
 宛先のタイプ More...
 
- Protected Attributes inherited from PdfTkNet::PtlDest
PdfTk::PtlDest * m_native
 

Detailed Description

PDFの宛先を表現したクラスです。
FitB型の宛先です。
ページの境界ボックス(CropBox)全体が水平方向と垂直方向の両方ともウィンドウ内にちょうど収まる倍率で表示します。

Constructor & Destructor Documentation

◆ PtlDestFitB() [1/2]

PdfTkNet::PtlDestFitB::PtlDestFitB ( )

コンストラクタ

Exceptions
PtlException

◆ PtlDestFitB() [2/2]

PdfTkNet::PtlDestFitB::PtlDestFitB ( PtlDestFitB obj)

コピーコンストラクタ

Parameters
objコピー元オブジェクト。
Exceptions
PtlException

Member Function Documentation

◆ operator=()

PtlDestFitB PdfTkNet::PtlDestFitB::operator= ( PtlDestFitB obj)

コピーオペレータ

Parameters
objコピー元オブジェクト。