skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class TableCell

A flow document element that defines a cell of content within a Table.

Inheritance
System.Object
DocumentElementBase
BlockContainerBase
TableCell
Inherited Members
BlockContainerBase.Blocks
DocumentElementBase.EnumerateChildrenOfType<T>()
DocumentElementBase.OnChildAdded(DocumentElementBase)
DocumentElementBase.OnChildRemoved(DocumentElementBase)
DocumentElementBase.Document
DocumentElementBase.Parent
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll

Syntax

public sealed class TableCell : BlockContainerBase, IChildrenList, IElementWithProperties, ISdtBlock

Constructors

TableCell(RadFlowDocument)

Fields

BackgroundColorPropertyDefinition

Gets the background color property definition.

Declaration
public static readonly StylePropertyDefinition<ThemableColor> BackgroundColorPropertyDefinition
Field Value
StylePropertyDefinition<ThemableColor>

BordersPropertyDefinition

Gets the Left border property definition.

Declaration
public static readonly StylePropertyDefinition<TableCellBorders> BordersPropertyDefinition
Field Value
StylePropertyDefinition<TableCellBorders>

CanWrapContentPropertyDefinition

Gets the can wrap content property definition.

Declaration
public static readonly StylePropertyDefinition<bool? > CanWrapContentPropertyDefinition
Field Value
StylePropertyDefinition<System.Nullable<System.Boolean>>

ColumnSpanPropertyDefinition

Gets the columns span property definition.

Declaration
public static readonly StylePropertyDefinition<int? > ColumnSpanPropertyDefinition
Field Value
StylePropertyDefinition<System.Nullable<System.Int32>>

IgnoreCellMarkerInRowHeightCalculationPropertyDefinition

Gets the ignore cell marker in row height calculation property definition.

Declaration
public static readonly StylePropertyDefinition<bool? > IgnoreCellMarkerInRowHeightCalculationPropertyDefinition
Field Value
StylePropertyDefinition<System.Nullable<System.Boolean>>

PaddingPropertyDefinition

PreferredWidthPropertyDefinition

Gets the preferred width property definition.

Declaration
public static readonly StylePropertyDefinition<TableWidthUnit> PreferredWidthPropertyDefinition
Field Value
StylePropertyDefinition<TableWidthUnit>

RowSpanPropertyDefinition

Gets the row span property definition.

Declaration
public static readonly StylePropertyDefinition<int? > RowSpanPropertyDefinition
Field Value
StylePropertyDefinition<System.Nullable<System.Int32>>

ShadingPatternColorPropertyDefinition

ShadingPatternPropertyDefinition

TextDirectionPropertyDefinition

Gets the text direction property definition.

Declaration
public static readonly StylePropertyDefinition<TextDirection> TextDirectionPropertyDefinition
Field Value
StylePropertyDefinition<TextDirection>

VerticalAlignmentPropertyDefinition

Gets the vertical alignment property definition.

Declaration
public static readonly StylePropertyDefinition<VerticalAlignment? > VerticalAlignmentPropertyDefinition
Field Value
StylePropertyDefinition<System.Nullable<VerticalAlignment>>

Properties

Borders

Gets or sets the borders.

Declaration
public TableCellBorders Borders { get; set; }
Property Value
TableCellBorders

The borders.

CanWrapContent

Gets or sets a value indicating whether the content can be wrapped during the table layout.

Declaration
public bool CanWrapContent { get; set; }
Property Value
System.Boolean

The default value is true.

ColumnSpan

Gets or sets the column span.

Declaration
public int ColumnSpan { get; set; }
Property Value
System.Int32

The default value is 1.

GridColumnIndex

Gets the column index of the cell in the table grid.

Declaration
public int GridColumnIndex { get; }
Property Value
System.Int32

The column index of the cell in the table grid.

GridRowIndex

Gets the row index of the cell in the table grid.

Declaration
public int GridRowIndex { get; }
Property Value
System.Int32

The row index of the cell in the table grid.

IgnoreCellMarkerInRowHeightCalculation

Gets or sets a value indicating whether cell marker will be ignored when row height is calculated.

Declaration
public bool IgnoreCellMarkerInRowHeightCalculation { get; set; }
Property Value
System.Boolean

The default value is false.

Padding

PreferredWidth

Gets or sets the preferred width.

Declaration
public TableWidthUnit PreferredWidth { get; set; }
Property Value
TableWidthUnit

The preferred width.

Properties

Gets the styling properties of this element.

Declaration
public TableCellProperties Properties { get; }
Property Value
TableCellProperties

The properties.

Row

Gets the parent row of the cell.

Declaration
public TableRow Row { get; }
Property Value
TableRow

The row.

RowSpan

Gets or sets the row span.

Declaration
public int RowSpan { get; set; }
Property Value
System.Int32

The default value is 1.

Shading

Table

Gets the parent table of the cell.

Declaration
public Table Table { get; }
Property Value
Table

The table.

TextDirection

Gets or sets the text direction.

Declaration
public TextDirection TextDirection { get; set; }
Property Value
TextDirection

The text direction.

VerticalAlignment

Gets or sets the vertical alignment.

Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
VerticalAlignment

The default value is Top.

Methods

Clone()

Creates deep copy of this document element, associated to the current document.

Declaration
public TableCell Clone()
Returns
TableCell

The cloned element.

Clone(RadFlowDocument)

Explicit Interface Implementations

IElementWithProperties.Properties

Gets the properties.

Declaration
DocumentElementPropertiesBase IElementWithProperties.Properties { get; }
Returns
DocumentElementPropertiesBase

The properties.

Implements
IElementWithProperties.Properties
Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.