ChartTextFrame Class
Contents
[
Hide
]ChartTextFrame class
Encapsulates the object that represents the frame object which contains text.
type ChartTextFrame struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewChartTextFrame | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
IsDeleted | Indicates whether this data labels is deleted. |
SetIsDeleted | Indicates whether this data labels is deleted. |
GetTextHorizontalAlignment | Gets and sets the text horizontal alignment. |
SetTextHorizontalAlignment | Gets and sets the text horizontal alignment. |
GetTextVerticalAlignment | Gets or sets the text vertical alignment of text. |
SetTextVerticalAlignment | Gets or sets the text vertical alignment of text. |
GetRotationAngle | Represents text rotation angle. |
SetRotationAngle | Represents text rotation angle. |
IsAutomaticRotation | Indicates whether the text of the chart is automatically rotated. |
Characters | Returns a Characters object that represents a range of characters within the text. |
GetReadingOrder | Represents text reading order. |
SetReadingOrder | Represents text reading order. |
IsResizeShapeToFitText | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting iswhen text within a shape is scaled in order to contain all the text inside. |
SetIsResizeShapeToFitText | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting iswhen text within a shape is scaled in order to contain all the text inside. |
IsAutoText | Indicates the text is auto generated. |
SetIsAutoText | Indicates the text is auto generated. |
GetText | Gets or sets the text of a frame’s title. |
SetText | Gets or sets the text of a frame’s title. |
GetLinkedSource | Gets and sets a reference to the worksheet. |
SetLinkedSource | Gets and sets a reference to the worksheet. |
GetDirectionType | Gets and sets the direction of text. |
SetDirectionType | Gets and sets the direction of text. |
IsTextWrapped | Gets or sets a value indicating whether the text is wrapped. |
SetIsTextWrapped | Gets or sets a value indicating whether the text is wrapped. |
IsInnerMode | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. |
SetIsInnerMode | Indicates whether the size of the plot area size includes the tick marks, and the axis labels.False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. |
GetBackgroundMode | Gets and sets the display mode of the background |
SetBackgroundMode | Gets and sets the display mode of the background |
GetShadow | True if the frame has a shadow. |
SetShadow | True if the frame has a shadow. |
GetShapeProperties | Gets the |
IsDefaultPosBeSet | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
GetDefaultX | Represents x of default position |
GetDefaultY | Represents y of default position |
GetDefaultWidth | Represents width of default position |
GetDefaultHeight | Represents height of default position |
GetBorder | Gets the |
GetArea | Gets the |
GetTextOptions | Gets and sets the options of the text. |
GetFont | Gets a |
GetAutoScaleFont | True if the text in the object changes font size when the object size changes. The default value is True. |
SetAutoScaleFont | True if the text in the object changes font size when the object size changes. The default value is True. |
IsAutomaticSize | Indicates whether the chart frame is automatic sized. |
SetIsAutomaticSize | Indicates whether the chart frame is automatic sized. |
GetX | Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. |
SetX | Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. |
GetY | Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. |
SetY | Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. |
GetHeight | Gets or sets the height of frame in units of 1/4000 of the chart area. |
SetHeight | Gets or sets the height of frame in units of 1/4000 of the chart area. |
GetWidth | Gets or sets the width of frame in units of 1/4000 of the chart area. |
SetWidth | Gets or sets the width of frame in units of 1/4000 of the chart area. |
SetPositionAuto | Set position of the frame to automatic |