[]
Converts a string representation of text justify to the corresponding TextJustify enumeration value.
public static TextJustify TextJustifyFromString(string textJustify)
| Type | Name | Description |
|---|---|---|
| string | textJustify | The string representation of text justify. |
| Type | Description |
|---|---|
| TextJustify | The corresponding TextJustify enumeration value. |