IOverridableText

IOverridableText class

Represents overridable text for a chart.

The IOverridableText type exposes the following members:

Properties

NameDescription
text_frame_for_overridingCan 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.
as_i_formatted_text_containerAllows to get base IFormattedTextContainer interface.
Read-only IFormattedTextContainer.
text_formatReturns chart text format.
Read-only IChartTextFormat.
as_i_chart_componentReturns IChartComponent interface.
Read-only IChartComponent.
chartReturns the chart.
Read-only IChart.
as_i_slide_componentAllows to get base ISlideComponent interface.
Read-only ISlideComponent.
slideReturns the base slide.
Read-only IBaseSlide.
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
presentationReturns the presentation.
Read-only IPresentation.

Methods

NameDescription
add_text_frame_for_overriding(text)Initialize TextFrameForOverriding with the text in paramener “text”.
If TextFrameForOverriding is already initialized then simply changes its text.

See Also