AbsorbedRow
概述
AbsorbedRow 是一个类在Aspose.PDF FOSS的.NET中. 继承人: IComparable<AbsorbedRow>.
表示被吸收表中的一行.
这个类提供了在NET程序中使用AbsorbedRow 对象的1种方法. 有的方法包括: CompareTo. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: CellList, Cells, Rectangle.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
Cells | IReadOnlyList<AbsorbedCell> | 阅读/写作 | 获取或设置单元格。. |
CellList | IList<AbsorbedCell> | 阅读 | 变异性细胞列表 (Aspose.Pdf-shape). |
Rectangle | Rectangle? | 阅读 | 这个行的边界矩形 (从它的细胞计算). |
方法
| Signature | 描述情况 |
|---|---|
CompareTo(other: AbsorbedRow?) | 在这个 AbsorbedRow 实例中调用CompareTo(其他). |