IParagraph

概述

IParagraph 是一个面接在Aspose.Slides FOSS for Java 中.

代表一个文本段落.

这个接口提供了6种方法,用于在Java程序中与IParagraph对象工作. 有的方法包括: asIPresentationComponent, asISlideComponent, getParagraphFormat, getPortions, getText, setText. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: paragraphFormat, portions, text.

属性

名称:类型Access描述情况
portionsIPortionCollection阅读返回本段中的文本部分集合.
paragraphFormatIParagraphFormat阅读返回段式格式化属性.
textString阅读获取此段落的文本。.

方法

Signature描述情况
getPortions()IPortionCollection返回本段中的文本部分集合.
getParagraphFormat()IParagraphFormat返回段式格式化属性.
getText()String获取此段落的文本。.
setText(value: String)设置此段落的文本。.
asISlideComponent()ISlideComponent返回主滑图组件.
asIPresentationComponent()IPresentationComponent返回主表达组件.

查看更多

 中文