TextParagraphCollection
TextParagraphCollection class
代表所有文本段落。
public class TextParagraphCollection
特性
| 姓名 | 描述 |
|---|---|
| Count { get; } | 获取文本段落的计数。 |
| Item { get; } | 获取TextParagraph特定索引处的对象。 |
方法
| 姓名 | 描述 |
|---|---|
| GetEnumerator() | 获取段落的枚举数。 |
代表所有文本段落。
public class TextParagraphCollection
| 姓名 | 描述 |
|---|---|
| Count { get; } | 获取文本段落的计数。 |
| Item { get; } | 获取TextParagraph特定索引处的对象。 |
| 姓名 | 描述 |
|---|---|
| GetEnumerator() | 获取段落的枚举数。 |