Namespace CoverageKiller2.DOM.Tables
Classes
Base1JaggedList<T>
Represents a jagged 1-based collection of Base1List<T>, useful for table-like structures.
Base1List<T>
Represents a 1-based collection of elements of type T.
CKCell
Represents a single cell in a Word table, with DOM wrappers and location metadata.
CKCellRef
Represents a reference to a cell or group of cells within a Word table.
CKCells
Represents a collection of CKCell instances derived from a CKCellRef.
CKColCellRef
Represents a one-based cell reference to a specific column in a Word table.
CKColumn
Represents a column in a Word table.
CKColumns
Represents a collection of CKColumn objects in a Word table.
CKRow
Represents a row in a Word table.
CKRowCellRef
Represents a one-based cell reference to a specific row in a Word table.
CKRows
Represents a collection of CKRow objects in a Word table.
CKTable
Provides methods for manipulating a Word table.
CKTable.CKCellRefConverterService
Provides conversion services for cell reference and grid mapping.
CKTableGrid
CKTables
Represents a collection of CKTable objects associated with a CKRange.
ConverterServiceExtensions
GhostGridCell5
Ghost cell points to itself but is not a master. used to take place of undiscovered grid placements.
GridCell5
Represents a visual layout cell with merge span metadata, suitable for use as a reusable layout template independent of COM references.
GridCrawler5
Builds a reusable layout grid from a Word table using both visual and textual merge inference.
MergedGridCell5
RowEndGridCell5
Structs
CKGridCellRef
Represents a rectangular cell reference within a CKTableGrid. Coordinates are 1 based and inclusive.