HaruDoc::setInfoAttr

(no version information, might be only in CVS)

HaruDoc::setInfoAttr -- Set the info attribute of the document

说明

bool HaruDoc::setInfoAttr ( int type, string info )

Defines an info attribute. Uses the current encoding of the document.

参数

type

The type of the attribute. Can be one of the following:

HaruDoc::INFO_AUTHOR
HaruDoc::INFO_CREATOR
HaruDoc::INFO_TITLE
HaruDoc::INFO_SUBJECT
HaruDoc::INFO_KEYWORDS

info

The value of the attribute.

返回值

Returns TRUE on success.

错误/异常

Throws HaruException on error.

参见

HaruDoc::setInfoDateAttr()