HaruAnnotation::setOpened
HaruDestination::setFit
haru
PHP Manual
HaruDestination クラス
導入
Haru PDF 対象クラスです。
クラス概要
HaruDestination
{
/* メソッド */
bool
setFit
(
void
)
bool
setFitB
(
void
)
bool
setFitBH
(
float
$top
)
bool
setFitBV
(
float
$left
)
bool
setFitH
(
float
$top
)
bool
setFitR
(
float
$left
,
float
$bottom
,
float
$right
,
float
$top
)
bool
setFitV
(
float
$left
)
bool
setXYZ
(
float
$left
,
float
$top
,
float
$zoom
)
}
目次
HaruDestination::setFit
? ページの表示を、ウィンドウにあわせるよう設定する
HaruDestination::setFitB
? ページの表示を、ページのバウンディングボックスをウィンドウにあわせるよう設定する
HaruDestination::setFitBH
? ページの表示を、バウンディングボックスの幅にあわせるよう設定する
HaruDestination::setFitBV
? ページの表示を、バウンディングボックスの高さにあわせるよう設定する
HaruDestination::setFitH
? ページの表示を、ウィンドウの幅にあわせるよう設定する
HaruDestination::setFitR
? ページの表示を、指定した矩形にあわせるよう設定する
HaruDestination::setFitV
? ページの表示を、ウィンドウの高さにあわせるよう設定する
HaruDestination::setXYZ
? ページの表示を設定する
HaruAnnotation::setOpened
HaruDestination::setFit
haru
PHP Manual