Click or drag to resize

RowFormat Class

Inheritance Hierarchy
System Object
Spire.Doc OwnerHolder
Spire.Doc.Formatting WordAttributeBase
Spire.Doc.Formatting RowFormat

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class RowFormat : WordAttributeBase

The RowFormat type exposes the following members.

Constructors
Name Description
Public method RowFormat
Initializes a new instance of the RowFormat class.
Top
Properties
Name Description
Public property BackColor Obsolete.
Gets or sets background color.
Public property Bidi Obsolete.
Returns or sets whether table is right to left.
Public property Borders
Gets the borders.
Public property CellSpacing Obsolete.
Returns or sets spacing between cells. The setting value must be between 0 pt and 264.5 pt. The value will not be applied to this property if it is set out of range. This property will be cleared if the set value is less than 0.
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property Height
Gets or sets the height of the row.
Public property HeightType
Gets or sets the height type of the row.
Public property HorizontalAlignment Obsolete.
Gets or sets horizontal alignment for the table.
Public property IsAutoResized Obsolete.
Returns or sets the boolean value indicating if table is auto resized
Public property IsBreakAcrossPages
Gets or sets a value indicating whether the table can break across pages.
Public property IsHeader
Gets or sets a value indicating whether the table has a header. rue if the row is repeated as a table heading on every page when the table spans more than one page.
Public property LayoutType Obsolete.
Gets or set the value of the layoutType. This element specifies the algorithm which shall be usedto layout the comtents of the table within the document.
Public property LeftIndent Obsolete.
Returns or sets table indent.
Public property Paddings Obsolete.
Gets the paddings.
Public property Positioning Obsolete.
Gets the positioning.
Public property WrapTextAround Obsolete.
Gets or sets a value indicating whether to use "Around" text wrapping.
Top
Methods
Name Description
Public method ClearBackground
Clears background.
Public method ClearFormatting
Clears the formatting.
Public method Equals
Determines whether the specified RowFormat , is equal to this instance.
(Overrides Object Equals(Object) .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_doc (Inherited from OwnerHolder .)
Top
See Also