Click or drag to resize
TextRow Class
(TOM 2 only) Provides methods to insert one or more identical table rows, and to retrieve and change table row properties.
Inheritance Hierarchy
SystemObject
  TextObjectModelTextRow

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public class TextRow : IDisposable, IEquatable<TextRow>

The TextRow type exposes the following members.

Methods
  NameDescription
Public methodApply
Applies the formatting attributes of this text row object to the specified rows in the associated TextRange.
Public methodDispose
Releases all resources used by the TextRow
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the TextRow and optionally releases the managed resources
Public methodEquals(Object)
Tests if this TextRow is considered equal to another object.
(Overrides ObjectEquals(Object).)
Public methodEquals(TextRow)
Tests if this TextRow is considered equal to another.
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetCellBorderColors
Gets the border colors of the active cell.
Public methodGetCellBorderWidths
Gets the border widths of the active cell.
Public methodGetHashCode
Calculates a hash code for this object.
(Overrides ObjectGetHashCode.)
Public methodGetProperty
Gets the value of a property.
Public methodInsert
Inserts one or more rows at the location identified by the associated TextRange.
Public methodReset
Resets a row.
Public methodSetCellBorderColors
Sets the border colors of the active cell.
Public methodSetCellBorderWidths
Sets the border widths of the active cell.
Public methodSetProperty
Sets the value of the specified property.
Top
Properties
  NameDescription
Public propertyAlignment
Gets or sets the horizontal alignment of the row.
Public propertyCanChange
Determines whether changes can be made to this row.
Public propertyCellAlignment
Gets or sets the vertical alignment of the active cell.
Public propertyCellBackColor
Gets or sets the background color of the active cell.
Public propertyCellCount
Gets or sets the count of cells in this row.
Public propertyCellCountCache
Gets or sets the count of cells cached for a row.
Public propertyCellForeColor
Gets or sets the foreground color of the active cell.
Public propertyCellIndex
Gets or sets the index of the active cell to get or set parameters for.
Public propertyCellMargin
Gets or sets the cell margin for this row.
Public propertyCellMergeFlags
Gets or sets the merge flags of the active cell.
Public propertyCellShading
Gets or sets the shading of the active cell (in hundredths of a percent).
Public propertyCellVerticalText
Gets or sets the vertical-text setting of the active cell.
Public propertyCellWidth
Gets or sets the width of the active cell (in twips).
Public propertyHeight
Gets or sets the height of the row.
Public propertyIndent
Gets or sets the indent of this row.
Public propertyKeepTogether
Gets or sets whether this row is allowed to be broken across pages.
Public propertyKeepWithNext
Gets or sets whether this row should appear on the same page as the row that follows it.
Public propertyNestLevel
Gets the nest level of the table.
Public propertyRTL
Gets or sets whether this row has right-to-left orientation.
Top
Remarks
Managed wrapper class for the COM interface ITextRow.
See Also