VDocs.NET
Back to DOM

DOM.Styles.TableCellStyle

Namespace: DOM.Styles

Represents styling applied to an individual table cell.

extendswith cell-specific properties such as column spanning, wrapping behaviour, vertical alignment and explicit width. Most properties are nullable so consumers can distinguish "unspecified" and apply inheritance or document-level defaults.

7 members

Properties

ConditionalFormatStyle

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

FitText

Gets or sets whether the cell's text should be scaled to fit within the cell.

GridSpan

Gets or sets the number of columns this cell spans (equivalent to colspan).

NoWrap

Gets or sets whether text wrapping is disabled inside the cell.

TextDirectionTextDirectionValues

Gets or sets the text flow direction for content in the cell.

VerticalAlignmentTableVerticalAlignmentValues

Gets or sets the vertical alignment of content within the cell.

Gets or sets the explicit width for the cell.

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");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.