You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TextState.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ Name | Type | Description | Notes
10
10
**background_color** | [**Color**](Color.md) | Sets background color of the text. | [optional]
11
11
**font_style** | [**FontStyles**](FontStyles.md) | Sets font style of the text. |
12
12
**font_file** | **str** | Sets path of font file in storage. | [optional]
13
+
**underline** | **bool** | Gets or sets underline of the text. | [optional]
14
+
**strike_out** | **bool** | Gets or sets strikeout of the text. | [optional]
15
+
**superscript** | **bool** | Gets or sets superscript mode of the text. | [optional]
16
+
**subscript** | **bool** | Gets or sets subscript mode of the text. | [optional]
13
17
14
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments