Represents a table row height.

System.Object
  System.ValueType
    Docentric.Documents.ObjectModel.Tables.TableRowHeight

Namespace: Docentric.Documents.ObjectModel.Tables
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct TableRowHeight

The TableRowHeight type exposes the following members.

Name Description
Public member Rule Gets the table row height rule.
Public member Value Gets the table row height value.
Name Description
Public methodStatic member AtLeast Creates a TableRowHeight structure representing a table row height that is at least the specified value.
Public methodStatic member Auto Returns a TableRowHeight structure representing the Auto rule.
Public method Equals(Object) Compares two TableRowHeight structures for equality. (Overrides TableRowHeight.Equals)
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType)
Public methodStatic member Exact Creates a TableRowHeight structure representing a table row height that is exactly the specified value.
Public method GetHashCode() Returns the hash code for this instance. (Overrides TableRowHeight.GetHashCode)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString() (Overrides TableRowHeight.ToString)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)