HaruDoc::setInfoAttr

(no version information, might be only in CVS)

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

Descrição

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

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

Parâmetros

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.

Valores de retornado

Returns TRUE on success.

Erros/Excessões

Throws HaruException on error.

Veja também

HaruDoc::setInfoDateAttr()