update : 2015.11.03
php.shukuma.com
검색:
The HaruAnnotation class
HaruOutline::setOpened
HaruAnnotation::setBorderStyle
haru
PHP Manual
The HaruAnnotation class
(PECL haru >= 0.0.1)
소개
Haru PDF Annotation Class.
클래스 개요
HaruAnnotation
{
/* 메소드 */
bool
setBorderStyle
(
float
$width
,
int
$dash_on
,
int
$dash_off
)
bool
setHighlightMode
(
int
$mode
)
bool
setIcon
(
int
$icon
)
bool
setOpened
(
bool
$opened
)
}
예약 상수
Type
Name
Description
int
HaruAnnotation::NO_HIGHLIGHT
int
HaruAnnotation::INVERT_BOX
int
HaruAnnotation::INVERT_BORDER
int
HaruAnnotation::DOWN_APPEARANCE
int
HaruAnnotation::ICON_COMMENT
int
HaruAnnotation::ICON_KEY
int
HaruAnnotation::ICON_NOTE
int
HaruAnnotation::ICON_HELP
int
HaruAnnotation::ICON_NEW_PARAGRAPH
int
HaruAnnotation::ICON_PARAGRAPH
int
HaruAnnotation::ICON_INSERT
Table of Contents
HaruAnnotation::setBorderStyle
— Set the border style of the annotation
HaruAnnotation::setHighlightMode
— Set the highlighting mode of the annotation
HaruAnnotation::setIcon
— Set the icon style of the annotation
HaruAnnotation::setOpened
— Set the initial state of the annotation
HaruOutline::setOpened
HaruAnnotation::setBorderStyle
haru
PHP Manual