मुख्य कंटेंट तक स्किप करें

Class: TextScriptingStyleSpan

This page documents the methods and fields available in the TextScriptingStyleSpan class.

Members

SignatureDescription
TextScriptingStyleSpan(Color)Creates a new instance of TextScriptingStyleSpan.
TextScriptingStyleSpan(Color, boolean, boolean, boolean, boolean)Creates a new instance of TextScriptingStyleSpan.
getColor()Returns the current color.
isBold()Returns whether bold is true.
isItalic()Returns whether italic is true.
isStrikethrough()Returns whether strikethrough is true.
isUnderline()Returns whether underline is true.
setBold(boolean)Sets or updates the bold.
setColor(Color)Sets or updates the color.
setItalic(boolean)Sets or updates the italic.
setStrikethrough(boolean)Sets or updates the strikethrough.
setUnderline(boolean)Sets or updates the underline.