public class ChartTextFrame extends ChartFrame
| Modifier and Type | Method and Description |
|---|---|
FontSetting |
characters(int startIndex,
int length)
Returns a Characters object that represents a range of characters within the text.
|
int |
getDirectionType()
Gets the direction of text.
|
java.lang.String |
getLinkedSource()
Gets a reference to the worksheet.
|
int |
getReadingOrder()
Represents text reading order.
|
int |
getRotationAngle()
Represents text rotation angle.
|
java.lang.String |
getText()
Gets the text of a frame's title.
|
int |
getTextDirection()
Deprecated.
Use ChartTextFrame.ReadingOrder property instead.
|
int |
getTextHorizontalAlignment()
Gets the text horizontal alignment.
|
int |
getTextVerticalAlignment()
Gets the text vertical alignment of text.
|
boolean |
isAutomaticRotation()
Indicates whether the text of the chart is automatically rotated.
|
boolean |
isAutoText()
Indicates the text is auto generated.
|
boolean |
isDeleted()
Indicates whether this data labels is deleted.
|
boolean |
isResizeShapeToFitText()
Gets whether a shape should be auto-fit to fully contain the text described within it.
|
boolean |
isTextWrapped()
Gets a value indicating whether the text is wrapped.
|
void |
setAutoText(boolean value)
Indicates the text is auto generated.
|
void |
setDeleted(boolean value)
Indicates whether this data labels is deleted.
|
void |
setDirectionType(int value)
Sets the direction of text.
|
void |
setLinkedSource(java.lang.String value)
Sets a reference to the worksheet.
|
void |
setReadingOrder(int value)
Represents text reading order.
|
void |
setResizeShapeToFitText(boolean value)
Sets whether a shape should be auto-fit to fully contain the text described within it.
|
void |
setRotationAngle(int value)
Represents text rotation angle.
|
void |
setText(java.lang.String value)
Sets the text of a frame's title.
|
void |
setTextDirection(int value)
Deprecated.
Use ChartTextFrame.ReadingOrder property instead.
|
void |
setTextHorizontalAlignment(int value)
Sets the text horizontal alignment.
|
void |
setTextVerticalAlignment(int value)
Sets the text vertical alignment of text.
|
void |
setTextWrapped(boolean value)
Sets a value indicating whether the text is wrapped.
|
getArea, getAutoScaleFont, getBackground, getBackgroundMode, getBorder, getChart, getDefaultHeight, getDefaultHeightRatioToChart, getDefaultWidth, getDefaultWidthRatioToChart, getDefaultX, getDefaultXRatioToChart, getDefaultY, getDefaultYRatioToChart, getFont, getHeight, getHeightPixel, getHeightRatioToChart, getShadow, getShapeProperties, getTextFont, getTextOptions, getWidth, getWidthPixel, getWidthRatioToChart, getX, getXPixel, getXRatioToChart, getY, getYPixel, getYRatioToChart, isAutomaticSize, isDefaultPosBeSet, isInnerMode, setAutomaticSize, setAutoScaleFont, setBackground, setBackgroundMode, setHeight, setHeightPixel, setHeightRatioToChart, setInnerMode, setPositionAuto, setShadow, setWidth, setWidthPixel, setWidthRatioToChart, setX, setXPixel, setXRatioToChart, setY, setYPixel, setYRatioToChartpublic boolean isAutoText()
public void setAutoText(boolean value)
public boolean isDeleted()
public void setDeleted(boolean value)
public int getTextHorizontalAlignment()
See TextAlignmentType.
public void setTextHorizontalAlignment(int value)
See TextAlignmentType.
public int getTextVerticalAlignment()
See TextAlignmentType.
public void setTextVerticalAlignment(int value)
See TextAlignmentType.
public int getRotationAngle()
Remarks
public void setRotationAngle(int value)
Remarks
public boolean isAutomaticRotation()
public FontSetting characters(int startIndex, int length)
startIndex - The index of the start of the character.length - The number of characters.public java.lang.String getText()
public void setText(java.lang.String value)
public java.lang.String getLinkedSource()
public void setLinkedSource(java.lang.String value)
public int getTextDirection()
See TextDirectionType.
Remarks
NOTE: This member is now obsolete. Instead, please use ChartTextFrame.ReadingOrder property. This property will be removed 12 months later since March 2020. Aspose apologizes for any inconvenience you may have experienced.public void setTextDirection(int value)
See TextDirectionType.
Remarks
NOTE: This member is now obsolete. Instead, please use ChartTextFrame.ReadingOrder property. This property will be removed 12 months later since March 2020. Aspose apologizes for any inconvenience you may have experienced.public int getReadingOrder()
See TextDirectionType.
public void setReadingOrder(int value)
See TextDirectionType.
public int getDirectionType()
public void setDirectionType(int value)
public boolean isTextWrapped()
public void setTextWrapped(boolean value)
public boolean isResizeShapeToFitText()
public void setResizeShapeToFitText(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.