com.aspose.slides
Interface IOverridableText

All Superinterfaces:
IChartComponent, IFormattedTextContainer, IPresentationComponent, ISlideComponent
All Known Subinterfaces:
IChartTitle, IDataLabel, ITrendline
All Known Implementing Classes:
ChartTitle, DataLabel, Trendline

public interface IOverridableText
extends IFormattedTextContainer


Method Summary
 ITextFrame addTextFrameForOverriding(java.lang.String text)
           Initialize TextFrameForOverriding with the text in paramener "text".
 ITextFrame getTextFrameForOverriding()
           Can contain a rich formatted text.
 
Methods inherited from interface com.aspose.slides.IFormattedTextContainer
getTextFormat
 
Methods inherited from interface com.aspose.slides.IChartComponent
getChart
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getTextFrameForOverriding

ITextFrame getTextFrameForOverriding()

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.


addTextFrameForOverriding

ITextFrame addTextFrameForOverriding(java.lang.String text)

Initialize TextFrameForOverriding with the text in paramener "text". If TextFrameForOverriding is already initialized then simply changes its text.

Parameters:
text - Text for a new TextFrameForOverriding.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.