TextScriptingStyleSpan
Complete API reference for TextScriptingStyleSpan, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class TextScriptingStyleSpan
Constructors
| Signature | Description |
|---|---|
TextScriptingStyleSpan(Color) | Creates a new instance of TextScriptingStyleSpan. |
TextScriptingStyleSpan(Color, boolean, boolean, boolean, boolean) | Creates a new instance of TextScriptingStyleSpan. |
Attributes
| Name | Type | Description |
|---|---|---|
color | Color | Represents the color value stored on this instance. Read or assign to update the property. |
bold | boolean | Represents the bold value stored on this instance. Read or assign to update the property. |
italic | boolean | Represents the italic value stored on this instance. Read or assign to update the property. |
underline | boolean | Represents the underline value stored on this instance. Read or assign to update the property. |
strikethrough | boolean | Represents the strikethrough value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
getColor() | Color | Returns the current color. |
setColor(Color) | void | Sets or updates the color. |
isBold() | boolean | Returns whether bold is true. |
setBold(boolean) | void | Sets or updates the bold. |
isItalic() | boolean | Returns whether italic is true. |
setItalic(boolean) | void | Sets or updates the italic. |
isUnderline() | boolean | Returns whether underline is true. |
setUnderline(boolean) | void | Sets or updates the underline. |
isStrikethrough() | boolean | Returns whether strikethrough is true. |
setStrikethrough(boolean) | void | Sets or updates the strikethrough. |
convertInternal() | StyleSpan | Executes convertInternal and returns after the underlying engine call finishes. |