IStyle

public interface IStyle extends Serializable

Interface for text styles.

Methods

backgroundColor

Color backgroundColor()
Returns:Background color

bold

boolean bold()
Returns:If text should be in bold.

color

Color color()
Returns:Text color

italic

boolean italic()
Returns:If text should be in italic.

strikeout

boolean strikeout()
Returns:If text should be strikeout.

underscore

boolean underscore()
Returns:If text should be underscored.