AbsorbedCell
概述
AbsorbedCell 是一个类在Aspose.PDF FOSS的.NET中. 继承人: IComparable<AbsorbedCell>.
表示被吸收表中的一个细胞.
这个类提供了在NET程序中使用AbsorbedCell 对象的1种方法. 有的方法包括: CompareTo. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: BorderInfo, ColSpan, Rect, Rectangle, Text, TextFragments.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
Text | string | 阅读/写作 | 获取或设置文本。. |
Rect | Rectangle? | 阅读/写作 | 获取或设置 rect。. |
Rectangle | Rectangle? | 阅读 | 名为正确. |
TextFragments | TextFragmentCollection | 阅读 | 在细胞中的文本片段. |
BorderInfo | BorderInfo? | 阅读 | 每个单元格边界信息; 当该单机使用表默认边缘时, 无效. |
ColSpan | int | 阅读 | 这个单元格有多少列. |
方法
| Signature | 描述情况 |
|---|---|
CompareTo(other: AbsorbedCell?) | 按它们的边界矩形排序单元,然后从左到右. |