Document.setAttributeValue

Since 1.12

class Document
int
setAttributeValue

Parameters

attributeName string

a character string representing the name of the attribute whose value is being set.

attributeValue string

a string value to be associated with attribute_name.

Return Value

Type: int

TRUE if value is successfully associated with attribute_name for this document, FALSE otherwise (e.g. if the document does not allow the attribute to be modified).

Meta