ITextFrame

ITextFrame interface

表示一个TextFrame。

public interface ITextFrame : ISlideComponent

特性

姓名描述
AsISlideComponent { get; }允许获取基础 ISlideComponent 接口。 只读ISlideComponent
HyperlinkQueries { get; }提供对包含的超链接的轻松访问。 只读IHyperlinkQueries
Paragraphs { get; }返回框架中所有段落的列表。 只读IParagraphCollection
Text { get; set; }获取或设置 TextFrame 的纯文本。 读/写String。
TextFrameFormat { get; }返回此 TextFrame 对象的格式化对象。 只读ITextFrameFormat

方法

姓名描述
HighlightRegex(string, Color, ITextHighlightingOptions)使用指定颜色突出显示文本框架文本中所有正则表达式匹配。
HighlightText(string, Color)使用指定的颜色突出显示文本框架文本中样本的所有匹配项。
HighlightText(string, Color, ITextHighlightingOptions)使用指定的颜色突出显示文本框架文本中样本的所有匹配项。
JoinPortionsWithSameFormatting()在所有段落中以相同的格式连接运行。

也可以看看