MathRendererOptions

Inheritance: java.lang.Object, com.aspose.tex.FigureRendererOptions

public abstract class MathRendererOptions extends FigureRendererOptions

Math formula common rendering options.

Constructors

ConstructorDescription
MathRendererOptions()Creates a new instance.

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.awt.ColorThe formula text color.