SharpLeaf Reference > ParagraphStyle Structure > Set Method

ParagraphStyle.Set Method

Update current style with a set of properties and values as a string, as produced by the ToString method.

public void Set(
    string proplist
);
proplist
New settings in text format.

Example

   style.Set("Alignment=Center");  // change alignment to center

See also ...

ParagraphStyle.Members | ParagraphStyle.ToString Method


Send comments on this topic
© Dyalog Ltd 2021