VDocs.NET
Back to DOM

DOM.Styles.TableRowStyle

Namespace: DOM.Styles

Represents styling and layout settings that apply to a single table row.

extendswith row-specific properties such as explicit height, splitting/pagination hints, repeating header behaviour and grid (colspan-like) information. Properties are nullable so consumers can distinguish between "unspecified" and an explicit value and apply inheritance or document defaults.

8 members

Properties

CantSplit

Gets or sets a value indicating whether the row is not allowed to be split across pages.

Gets or sets conditional formatting flags that modify row appearance based on table position.

GridAfter

Gets or sets the number of extra grid columns (cells) after this row when using grid-based layout.

GridBefore

Gets or sets the number of extra grid columns (cells) before this row when using grid-based layout.

Gets or sets the explicit height for the row.

RepeatOnEveryPage

Gets or sets a value indicating whether this row should be repeated on every page that the table spans.

WidthAfterTableRowDocumentUnit

Gets or sets the additional width to allocate after the table row (for layout/offset purposes).

WidthBeforeTableRowDocumentUnit

Gets or sets the additional width to allocate before the table row (for layout/offset purposes).

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in