TableRowHeight Struct |
Docentric Toolkit Help
Send Feedback |
Represents a table row height.
System.Object
System.ValueType
Docentric.Documents.ObjectModel.Tables.TableRowHeight
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct TableRowHeight
The TableRowHeight type exposes the following members.
Name | Description | |
---|---|---|
AtLeast | Creates a TableRowHeight structure representing a table row height that is at least the specified value. | |
Auto | Returns a TableRowHeight structure representing the Auto rule. | |
Equals(Object) | Compares two TableRowHeight structures for equality. (Overrides TableRowHeight.Equals) | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
Exact | Creates a TableRowHeight structure representing a table row height that is exactly the specified value. | |
GetHashCode() | Returns the hash code for this instance. (Overrides TableRowHeight.GetHashCode) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString() | (Overrides TableRowHeight.ToString) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |