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
|
String |
getFontName()
The font name
|
float |
getFontSize()
The font size
|
void |
setAngle(float value)
The angle
|
void |
setFontName(String value)
The font name
|
void |
setFontSize(float value)
The font size
|
getStartPoint, getTypeDElement, setStartPointpublic 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
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.