MathRendererOptions
Inheritance: java.lang.Object, com.aspose.tex.FigureRendererOptions
public abstract class MathRendererOptions extends FigureRendererOptions
Math formula common rendering options.
Constructors
Constructor | Description |
---|---|
MathRendererOptions() | Creates a new instance. |
Methods
Method | Description |
---|---|
getTextColor() | Gets the formula text color. |
setTextColor(Color value) | Sets the formula text color. |
MathRendererOptions()
public MathRendererOptions()
Creates a new instance.
getTextColor()
public Color getTextColor()
Gets the formula text color.
Returns: java.awt.Color - The formula text color.
setTextColor(Color value)
public void setTextColor(Color value)
Sets the formula text color.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Color | The formula text color. |