HaruAnnotation::setOpened
HaruDestination::setFit
haru
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
The HaruDestination class
简介
Haru PDF Destination Class.
Class synopsis
HaruDestination
HaruDestination
{
/* Methods */
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
)
}
Table of Contents
HaruDestination::setFit
— Set the appearance of the page to fit the window
HaruDestination::setFitB
— Set the appearance of the page to fit the bounding box of the page within the window
HaruDestination::setFitBH
— Set the appearance of the page to fit the width of the bounding box
HaruDestination::setFitBV
— Set the appearance of the page to fit the height of the boudning box
HaruDestination::setFitH
— Set the appearance of the page to fit the window width
HaruDestination::setFitR
— Set the appearance of the page to fit the specified rectangle
HaruDestination::setFitV
— Set the appearance of the page to fit the window height
HaruDestination::setXYZ
— Set the appearance of the page
HaruAnnotation::setOpened
HaruDestination::setFit
haru
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程