API Reference
Class
WordTableSnapshot
Inheritance
- WordBlockSnapshot
- WordTableSnapshot
Constructors
public WordTableSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 RowCount { get; set; } #public Int32 ColumnCount { get; set; } #public String StyleName { get; set; } #public String Title { get; set; } #public String Description { get; set; } #public Boolean RepeatHeaderRow { get; set; } #public Boolean HasHorizontalMerges { get; set; } #public Boolean HasVerticalMerges { get; set; } #public IReadOnlyList<WordTableRowSnapshot> Rows { get; } #public IReadOnlyList<Double> ColumnWidthPoints { get; } #Inherited Properties
public String Kind { get; } #Inherited from WordBlockSnapshot
public Int32 Order { get; set; } #Inherited from WordBlockSnapshot