Class
TableRowProperties

Represents the properties associated with a table row in a document, such as height and whether the row should be repeated on every page.

Definition

Namespace:Telerik.Windows.Documents.Model.Styles

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TableRowProperties : DocumentElementPropertiesBase, IElementWithStyle

Inheritance: objectDocumentElementPropertiesBaseTableRowProperties

Implements: IElementWithStyle

Inherited Members DocumentElementPropertiesBase.GetStyleProperty(IStylePropertyDefinition)DocumentElementPropertiesBase.GetStyleProperty(string)DocumentElementPropertiesBase.CopyPropertiesFrom(DocumentElementPropertiesBase)DocumentElementPropertiesBase.MergePropertiesWith(DocumentElementPropertiesBase)DocumentElementPropertiesBase.ToString()DocumentElementPropertiesBase.ClearProperties()DocumentElementPropertiesBase.OnStylePropertyChangedOverride(StylePropertyChangeEventArgs)DocumentElementPropertiesBase.OnStyleChanged()DocumentElementPropertiesBase.OnStyleChanging()DocumentElementPropertiesBase.ValidateStyleType(StyleDefinition)DocumentElementPropertiesBase.StylePropertiesDocumentElementPropertiesBase.StyleNameDocumentElementPropertiesBase.OriginalStyleNameDocumentElementPropertiesBase.StyleDocumentElementPropertiesBase.HasRevisionsDocumentElementPropertiesBase.RevisionInfoDocumentElementPropertiesBase.OriginalProperties

Constructors

TableRowProperties(DocumentElement)

Declaration

cs-api-definition
public TableRowProperties(DocumentElement owner)

Parameters

owner

DocumentElement

TableRowProperties(StyleDefinition)

Declaration

cs-api-definition
public TableRowProperties(StyleDefinition owner)

Parameters

owner

StyleDefinition

Properties

Height

Gets or sets the height of the table row.

Declaration

cs-api-definition
[XamlSerializable]
public double Height { get; set; }

Property Value

double

A double value representing the height of the table row. It is measured in unit points.

RepeatOnEveryPage

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

Declaration

cs-api-definition
[XamlSerializable]
public bool RepeatOnEveryPage { get; set; }

Property Value

bool

true if the table row is repeated on every page; otherwise, false.

Methods

CreateInstance()

Declaration

cs-api-definition
protected override DocumentElementPropertiesBase CreateInstance()

Returns

DocumentElementPropertiesBase

Overrides DocumentElementPropertiesBase.CreateInstance()

InitProperties()

Declaration

cs-api-definition
protected override void InitProperties()

Overrides DocumentElementPropertiesBase.InitProperties()