WordProcessingSection
WordProcessingSection class
代表一个Word文档节。
public class WordProcessingSection : ContentPart
特性
| 姓名 | 描述 |
|---|---|
| HeadersFooters { get; } | 获取此所有页眉和页脚的集合WordProcessingSection. |
| PageSetup { get; } | 获取打印页面设置WordProcessingSection. |
| Shapes { get; } | 获取此包含的所有形状的集合WordProcessingSection. |
方法
| 姓名 | 描述 |
|---|---|
| FindImages() | 查找内容中的所有图像。 搜索在指定的对象中进行SearchableObjects. |
| FindImages(ImageSearchCriteria) | 根据指定的搜索条件查找图像。 搜索在指定的对象中进行SearchableObjects. |
| Search() | 查找内容中所有可能的水印。 搜索在指定的对象中进行SearchableObjects. |
| Search(SearchCriteria) | 根据指定的搜索条件查找可能的水印。 搜索在指定的对象中进行SearchableObjects. |