[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfCell

RtfCell Class

The Word/RTF table cell object.

Implements
Namespace: C1.WPF.Word.Objects
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class RtfCell : RtfTableObject, ICloneable

Properties

Name Description
BackFilling

Gets or sets the background filling color.

BottomPadding

Gets or sets bottom padding of this cell.

Content

Gets or sets RTF item content for this cell.

ForeFilling

Gets or sets the foreground filling color.

Height

Gets height for this cell.

Index

Gets index of the cell collection for this cell.

IsMerged

Gets merged or not this cell.

IsVisible

Gets visible or not this cell.

LeftPadding

Gets or sets left padding of this cell.

Merge

Gets merge type for this cell.

MergedCell

Gets merged cell for this cell or null.

MergedColumns

Gets merged columns for this cell.

MergedRows

Gets merged rows for this cell.

Pattern

Gets or sets the RTF pattern type.

Right

Gets right position for this cell.

RightPadding

Gets or sets right padding of this cell.

Row

Gets row object for this cell.

TextFlow

Gets or sets text flow (direct) of this cell.

TopPadding

Gets or sets top padding of this cell.

Width

Gets or sets width for this cell.

Methods

Name Description
SetMerged(int, int)

Set merged for this cell.