Title Class

Title class

Encapsulates the object that represents the title of chart or axis.


type Title struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewTitleConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTextGets or sets the text of display unit label.
SetTextGets or sets the text of display unit label.
IsVisibleRepresents whether the title is visible.
SetIsVisibleRepresents whether the title is visible.
GetXGets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area.
SetXGets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area.
GetYGets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.
SetYGets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.
GetOverLayRepresents overlay centered title on chart without resizing chart.
SetOverLayRepresents overlay centered title on chart without resizing chart.
Characters_Int_IntReturns a Characters object that represents a range of characters within the text.
IsDeletedIndicates whether this data labels is deleted.
SetIsDeletedIndicates whether this data labels is deleted.
GetTextHorizontalAlignmentGets and sets the text horizontal alignment.
SetTextHorizontalAlignmentGets and sets the text horizontal alignment.
GetTextVerticalAlignmentGets or sets the text vertical alignment of text.
SetTextVerticalAlignmentGets or sets the text vertical alignment of text.
GetRotationAngleRepresents text rotation angle.
SetRotationAngleRepresents text rotation angle.
IsAutomaticRotationIndicates whether the text of the chart is automatically rotated.
GetReadingOrderRepresents text reading order.
SetReadingOrderRepresents text reading order.
IsResizeShapeToFitTextGets 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.
SetIsResizeShapeToFitTextGets 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.
IsAutoTextIndicates the text is auto generated.
SetIsAutoTextIndicates the text is auto generated.
GetLinkedSourceGets and sets a reference to the worksheet.
SetLinkedSourceGets and sets a reference to the worksheet.
GetDirectionTypeGets and sets the direction of text.
SetDirectionTypeGets and sets the direction of text.
IsTextWrappedGets or sets a value indicating whether the text is wrapped.
SetIsTextWrappedGets or sets a value indicating whether the text is wrapped.