@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface AuthorAttributesController
Modifier and Type | Method and Description |
---|---|
void |
setAttribute(java.lang.String attributeName,
AttrValue value,
AuthorElement element)
Sets the value of an attribute in the specified element.
|
void setAttribute(java.lang.String attributeName, AttrValue value, AuthorElement element)
AuthorElement.setAttribute(String, AttrValue)
directly)
will be subject to undo/redo.attributeName
- Name of the attribute being changed.value
- New AttrValue
for the attribute. If null
, the attribute is
removed from the element.element
- The AuthorElement
whose attribute is changing.© Copyright Syncro Soft SRL 2002 - 2018. All rights reserved.