public class TextStyle extends Object
Represents a text style class.
| Constructor and Description |
|---|
TextStyle() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundColor()
Gets and sets the background color.
|
Color |
getColor()
Gets and sets the text color.
|
void |
setBackgroundColor(Color value)
Gets and sets the background color.
|
void |
setColor(Color value)
Gets and sets the text color.
|
public final Color getColor()
Gets and sets the text color.
public final void setColor(Color value)
Gets and sets the text color.
value - Color instancepublic final Color getBackgroundColor()
Gets and sets the background color.
public final void setBackgroundColor(Color value)
Gets and sets the background color.
value - Color instanceCopyright © 2025 Aspose. All Rights Reserved.