Returns a new instance which is associated with the specified WordDocumentWriter. Syntax Parameters writer The associated WordDocumentWriter instance. Return Value A new TableBorderProperties instance.
Restores all property values for this instance to their respective defaults. Syntax
Assigns a value to the Width property that is equals to the specified number of pixels at the specified resolution. Syntax Parameters value The borders width, expressed as an integral number of pixels.dpi The pixel resolution, expressed as the number of pixels required to span one inch. Remarks Values less than ze...
Returns or sets a value which defines whether the top, left, right, and bottom borders are drawn for a table or cell. Syntax Remarks All borders are drawn for all cells in a table by default; however, in cases where the border style does not preclude it, the borders of adjacent cells are merged, so as not to cause...
Returns or sets a value which determines the style of the borders. Syntax
Returns or sets a value which determines the width of the borders. Syntax Remarks WordprocessingML persists border widths in units equal to one-eighth of a desktop publishing point; this equates to 1/576 of an inch. The range of valid values spans from one-fourth of a point to 12 points. A value which is based on ...
Constants which define which border sides are drawn for cells and tables. Syntax Members Member Description All All borders are drawn. This is the default setting. AllInner Combines the InsideH and InsideV settings. AllOuter Combines the Top, Left, Bottom, and Right settings. Bottom The bottom border is drawn for ...
Constants which describe the style of the borders displayed around tables and cells. Syntax Members Member Description Dashed A dashed-line border is displayed. Dotted A dotted-line border is displayed. Double A double-line border is displayed. Inset A inset-line border is displayed. None No borders are displayed....
Encapsulates the properties of a table cell. Syntax Remarks This class is used to override the table-level cell properties for a cell or group of cells. One instance can be used to define the properties of multiple cells.
Encapsulates the basic properties of a table cell, which are applicable at different levels of the property resolution hierarchy. Syntax