CF2OutputDescribing

Inheritance: java.lang.Object, CF2DrawnElement

Description of the output

Constructors

ConstructorDescription
CF2OutputDescribing()The CFF2OutputDescribing initializer

Methods

MethodDescription
getFontSize()The font size
setFontSize(float value)The font size
getFontName()The font name
setFontName(String value)The font name
getAngle()The angle
setAngle(float value)The angle
getColor()The text color
setColor(com.aspose.foundation.drawing.DrColor value)The text color

CF2OutputDescribing()

public CF2OutputDescribing()

The CFF2OutputDescribing initializer

getFontSize()

public final float getFontSize()

The font size

Returns: float

setFontSize(float value)

public final void setFontSize(float value)

The font size

getFontName()

public final String getFontName()

The font name

Returns: String

setFontName(String value)

public final void setFontName(String value)

The font name

getAngle()

public final float getAngle()

The angle

Returns: float

setAngle(float value)

public final void setAngle(float value)

The angle

getColor()

public final com.aspose.foundation.drawing.DrColor getColor()

The text color

Returns: com.aspose.foundation.drawing.DrColor

setColor(com.aspose.foundation.drawing.DrColor value)

public final void setColor(com.aspose.foundation.drawing.DrColor value)

The text color