IOverridableText Interface |
Namespace: Aspose.Slides.Charts
The IOverridableText type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIChartComponent |
Returns IChartComponent interface.
Read-only IChartComponent.
(Inherited from IFormattedTextContainer.) |
![]() | AsIFormattedTextContainer |
Allows to get base IFormattedTextContainer interface.
Read-only IFormattedTextContainer.
|
![]() | AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from ISlideComponent.) |
![]() | AsISlideComponent |
Allows to get base ISlideComponent interface.
Read-only ISlideComponent.
(Inherited from IChartComponent.) |
![]() | Chart |
Returns the chart.
Read-only IChart.
(Inherited from IChartComponent.) |
![]() | Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) |
![]() | Slide |
Returns the base slide.
Read-only IBaseSlide.
(Inherited from ISlideComponent.) |
![]() | TextFormat |
Returns chart text format.
Read-only IChartTextFormat.
(Inherited from IFormattedTextContainer.) |
![]() | TextFrameForOverriding |
Can contain a rich formatted text. If this property is not null then this
formatted text value overrides auto-generated text.
Auto-generated text is an implicit property of the data label, the display
unit label of the value axis, the axis title, the chart title, the label of the trendline.
Auto-generated text is formatted with the IFormattedTextContainer.TextFormat property.
Read-only ITextFrame.
|
Name | Description | |
---|---|---|
![]() | AddTextFrameForOverriding |
Initialize TextFrameForOverriding with the text in paramener "text".
If TextFrameForOverriding is already initialized then simply changes its text.
|