[Missing <summary> documentation for "N:Arctorus.Documents.Tables"]

Classes

  ClassDescription
Public classCell
Table cell. Contains text and style. By default cell doesn't contain a text. Style is set to a default.
Public classCellBorder
Collection of cell borders. Allows to set different styles for different sides of a cell. Type of border elements: left, right, top, bottom, diagonal up (/), diagonal down (\) and diagonal cross (X).
Public classCellBorderElement
Single cell border.
Public classCellStyle
Represents style of a table cell. Contains the alignment, filling and border style of a cell. By default any new created cell has next properties:
  • horizontal alignment - left
  • vertical alignment - top
  • borders - none
Public classColumn
Table column. Default width of a column is 64px.
Public classMergeCellsException
Thrown in case of problems with merging cells.
Public classMergedCell
Represents merged cell. Offers merging cells possibility.
Public classRow
Table row. Default height of a row is 20px.
Public classTable
Table in a document. By default table is empty and table offset is zero.

Enumerations

  EnumerationDescription
Public enumerationCellBorderType
Defines types of cell borders.