DesignerDocument.createStyleState Method

SharePoint Designer Developer Reference

Returns an StyleState object that represents the style properties associated with a specified text range.

Syntax

expression.createStyleState

expression   Required. A variable that represents a DesignerDocument object.

Return Value
StyleState

Remarks

Use the gather method to prepare a StyleState object to use. After you apply the style attributes for the StyleState object, use the Apply method to make the specified changes in the document.

See Also