public abstract class CF2OutputDescribing extends CF2DrawnElement
Description of the output
Constructor and Description |
---|
CF2OutputDescribing()
The CFF2OutputDescribing initializer
|
Modifier and Type | Method and Description |
---|---|
float |
getAngle()
The angle
|
com.aspose.foundation.drawing.DrColor |
getColor()
The text color
|
String |
getFontName()
The font name
|
float |
getFontSize()
The font size
|
void |
setAngle(float value)
The angle
|
void |
setColor(com.aspose.foundation.drawing.DrColor value)
The text color
|
void |
setFontName(String value)
The font name
|
void |
setFontSize(float value)
The font size
|
getStartPoint, getTypeDElement, setStartPoint
public CF2OutputDescribing()
The CFF2OutputDescribing initializer
public final float getFontSize()
The font size
public final void setFontSize(float value)
The font size
public final String getFontName()
The font name
public final void setFontName(String value)
The font name
public final float getAngle()
The angle
public final void setAngle(float value)
The angle
public final com.aspose.foundation.drawing.DrColor getColor()
The text color
public final void setColor(com.aspose.foundation.drawing.DrColor value)
The text color