IParagraph
概述
IParagraph 是一个面接在Aspose.Slides FOSS for Java 中.
代表一个文本段落.
这个接口提供了6种方法,用于在Java程序中与IParagraph对象工作. 有的方法包括: asIPresentationComponent, asISlideComponent, getParagraphFormat, getPortions, getText, setText. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: paragraphFormat, portions, text.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
portions | IPortionCollection | 阅读 | 返回本段中的文本部分集合. |
paragraphFormat | IParagraphFormat | 阅读 | 返回段式格式化属性. |
text | String | 阅读 | 获取此段落的文本。. |
方法
| Signature | 描述情况 |
|---|---|
getPortions() → IPortionCollection | 返回本段中的文本部分集合. |
getParagraphFormat() → IParagraphFormat | 返回段式格式化属性. |
getText() → String | 获取此段落的文本。. |
setText(value: String) | 设置此段落的文本。. |
asISlideComponent() → ISlideComponent | 返回主滑图组件. |
asIPresentationComponent() → IPresentationComponent | 返回主表达组件. |