IPortion
概述
IPortion 是 Aspose.Slides FOSS for Java 的界面。. 继承: ISlideComponent.
代表文本段内的一部分。.
此界面提供7种方法,以便在Java程序中使用 IPortion 对象。. 可用的方法包括: asIPresentationComponent, asISlideComponent, getPortionFormat, getPresentation, getSlide, getText, setText. 所有公共成员都可以在安装 Aspose.Slides FOSS for Java 包后访问任何 Java 的应用程序。. 属性: portionFormat, presentation, slide, text.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
portionFormat | IPortionFormat | 阅读 | 返回格式化对象,其中明确设置的格格形式特性文本部分没有应用的遗产。. |
text | String | 阅读 | 获取此部分的文本。. |
slide | IBaseSlide | 阅读 | 回归父母的幻灯片。. |
presentation | IPresentation | 阅读 | 返回包含此组件的演示文稿。. |
方法
| Signature | 描述 |
|---|---|
getPortionFormat() → IPortionFormat | 返回格式化对象,其中明确设置的格格形式特性文本部分没有应用的遗产。. |
getText() → String | 获取此部分的文本。. |
setText(value: String) | 设置此部分的文本。. |
asISlideComponent() → ISlideComponent | 返回父母滑板组件。. |
asIPresentationComponent() → IPresentationComponent | 返回父母介绍组件。. |
getSlide() → IBaseSlide | 回归父母的幻灯片。. |
getPresentation() → IPresentation | 返回包含此组件的演示文稿。. |