DisplayUnitLabel Class
Contents
[
Hide
]DisplayUnitLabel class
Represents the display unit label.
type DisplayUnitLabel struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewDisplayUnitLabel | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetText | Gets or sets the text of display unit label. |
SetText | Gets or sets the text of display unit label. |
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. |
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. |
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. |