PageTableArea

PageTableArea constructor

初始化一个新的实例PageTableArea类.

public PageTableArea(IEnumerable<double> rows, IEnumerable<double> columns, 
    IEnumerable<PageTableAreaCell> cells, Page page, Rectangle rectangle)
范围 类型 描述
rows IEnumerable`1 行高的集合。
columns IEnumerable`1 列宽的集合。
cells IEnumerable`1 细胞的集合。
page Page 包含表格的页面。
rectangle Rectangle 包含表格的矩形区域。

也可以看看