Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+

TableCellStyle Members

A single style that can be applied to a cell in a table of a Snap application.

Properties

Name Description
Alignment Gets or sets the paragraph’s text alignment. Inherited from ParagraphPropertiesBase.
AllCaps Gets or sets a value indicating whether all characters are capital letters. Inherited from CharacterPropertiesBase.
BackColor Gets or sets the background color of character(s). Inherited from CharacterPropertiesBase.
Bold Gets or sets a value indicating whether characters are bold. Inherited from CharacterPropertiesBase.
CellBackgroundColor Gets or sets the TableCell.BackgroundColor property for the specified cells. Inherited from TableCellPropertiesBase.
CellBottomPadding Gets or sets the TableCell.BottomPadding property of a table cell. Inherited from TableCellPropertiesBase.
CellLeftPadding Gets or sets the TableCell.LeftPadding property of a table cell. Inherited from TableCellPropertiesBase.
CellRightPadding Gets or sets the TableCell.RightPadding property of a table cell. Inherited from TableCellPropertiesBase.
CellTopPadding Gets or sets the TableCell.TopPadding property of a table cell. Inherited from TableCellPropertiesBase.
ContextualSpacing Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. Inherited from ParagraphPropertiesBase.
FirstLineIndent Gets or sets a value specifying the indent of the first line of a paragraph. Inherited from ParagraphPropertiesBase.
FirstLineIndentType Gets or sets a value specifying whether and how a paragraph’s first line is indented. Inherited from ParagraphPropertiesBase.
FontName Gets or sets the character(s) font name. Inherited from CharacterPropertiesBase.
FontSize Gets or sets the character(s) font size. Inherited from CharacterPropertiesBase.
ForeColor Gets or sets the foreground color of characters. Inherited from CharacterPropertiesBase.
Hidden Gets or sets a value indicating whether a character(s) is hidden. Inherited from CharacterPropertiesBase.
HighlightColor Gets or sets the text’s highlight color. Inherited from CharacterPropertiesBase.
IsDeleted Gets whether the specified style is marked as deleted.
Italic Gets or sets a value indicating whether a character(s) is italicized. Inherited from CharacterPropertiesBase.
KeepLinesTogether Gets or sets whether to prevent all page breaks that interrupt a paragraph. Inherited from ParagraphPropertiesBase.
KeepWithNext Gets or sets whether to put a break between the current paragraph and the next paragraph. Inherited from ParagraphPropertiesBase.
Language Specifies the spell check language. Inherited from CharacterPropertiesBase.
LeftIndent Gets or sets a paragraph’s left indent. Inherited from ParagraphPropertiesBase.
LineSpacing Gets or sets a line spacing value. Inherited from ParagraphPropertiesBase.
LineSpacingMultiplier Gets or sets the multiplier which is used to calculate the line spacing value. Inherited from ParagraphPropertiesBase.
LineSpacingType Gets or sets a value which determines the spacing between paragraph’s lines. Inherited from ParagraphPropertiesBase.
Name Gets or sets the name of the style.
NoProof Specifies whether or not the text shall be proof read by the spell checker. Inherited from CharacterPropertiesBase.
NoWrap Gets or sets whether a text is wrapped in the specified cells. Inherited from TableCellPropertiesBase.
OutlineLevel Gets or sets the paragraph’s outline level. Inherited from ParagraphPropertiesBase.
PageBreakBefore Gets or sets whether to insert a page break before specified paragraph(s). Inherited from ParagraphPropertiesBase.
Parent Gets or sets the style from which the current style inherits.
RightIndent Gets or sets the paragraph’s right indent. Inherited from ParagraphPropertiesBase.
RightToLeft Gets or sets whether to change the paragraph’s text direction to right-to-left. Inherited from ParagraphPropertiesBase.
SpacingAfter Gets or sets the spacing after the current paragraph. Inherited from ParagraphPropertiesBase.
SpacingBefore Gets or sets the spacing before the current paragraph. Inherited from ParagraphPropertiesBase.
Strikeout Gets or sets a value indicating whether characters are strikeout. Inherited from CharacterPropertiesBase.
Subscript Gets or sets a value indicating whether character(s) are formatted as subscript. Inherited from CharacterPropertiesBase.
Superscript Gets or sets a value indicating whether character(s) are formatted as superscript. Inherited from CharacterPropertiesBase.
SuppressHyphenation Gets or sets whether to hyphenate a paragraph. Inherited from ParagraphPropertiesBase.
SuppressLineNumbers Gets or sets whether to display line numbers for the paragraphs. Inherited from ParagraphPropertiesBase.
TableCellBorders Provides access to an object that allows you to specify characteristics for cell borders. Inherited from TableCellPropertiesBase.
Underline Gets or sets the type of underline applied to the character(s). Inherited from CharacterPropertiesBase.
UnderlineColor Gets or sets the color of the underline for the specified characters. Inherited from CharacterPropertiesBase.
VerticalAlignment Gets or sets the vertical justification of content inside a table cell. Inherited from TableCellPropertiesBase.
WidowOrphanControl Gets or sets whether to apply control over the widow and orphan lines. Inherited from ParagraphPropertiesBase.

Methods

Name Description
Assign(CharacterPropertiesBase) Copies all settings from the object passed as the parameter to the current object. Inherited from CharacterPropertiesBase.
Assign(ParagraphPropertiesBase) Copies all settings from the object passed as the parameter to the current object. Inherited from ParagraphPropertiesBase.
Reset() Resets the table cell properties to the properties specified by the underlying table style or to default properties. Inherited from TableCellPropertiesBase.
Reset(CharacterPropertiesMask) Resets the character formatting properties specified by the mask to the properties of the underlying character style or to default properties. Inherited from CharacterPropertiesBase.
Reset(ParagraphPropertiesMask) Resets the paragraph formatting properties specified by the mask to the properties of the underlying paragraph style or to default properties. Inherited from ParagraphPropertiesBase.
Reset(TableCellPropertiesMask) Resets the table cell properties specified by the mask to the properties of the underlying table style or to default properties. Inherited from TableCellPropertiesBase.
See Also