HaruAnnotation::setIcon
(PECL haru:0.0.1)
HaruAnnotation::setIcon — Set the icon style of the annotation
Описание
bool HaruAnnotation::setIcon
( int $icon
)
Defines the style of the annotation icon. This function may be used with text annotations only.
Список параметров
- icon
-
The style of the icon. Can take only these values:
- HaruAnnotation::ICON_COMMENT
- HaruAnnotation::ICON_KEY
- HaruAnnotation::ICON_NOTE
- HaruAnnotation::ICON_HELP
- HaruAnnotation::ICON_NEW_PARAGRAPH
- HaruAnnotation::ICON_PARAGRAPH
- HaruAnnotation::ICON_INSERT
Возвращаемые значения
Returns TRUE on success.
Errors/Exceptions
Throws HaruException on error.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Генерация нетекстовых MIME форматов
- Haru PDF
- Функция 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
Коментарии
404 Not Found