Overload | Description |
---|---|
SetElementStyle(ElementStyle) | Sets the style for the element. |
SetElementStyle(ElementStyle,Boolean) | Sets the style for the element and clears unset properties. |
Overload | Description |
---|---|
SetElementStyle(ElementStyle) | Sets the style for the element. |
SetElementStyle(ElementStyle,Boolean) | Sets the style for the element and clears unset properties. |
Use this method to specify an ElementStyle object that contains the settings for the element. The ElementStyle object provides settings for appearance, including colors, alignment, and margins.
For more information, see the ElementStyle class.
To return the ElementStyle object for an element, use the GetElementStyle method.