TableWidth Struct |
Docentric Toolkit Help
Send Feedback |
Represents width for a table or a table cell.
System.Object
System.ValueType
Docentric.Documents.ObjectModel.Tables.TableWidth
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct TableWidth
The TableWidth type exposes the following members.
Name | Description | |
---|---|---|
Auto | Returns a TableWidth structure representing the Auto rule. | |
Equals(Object) | Compares two TableWidth structures for equality. (Overrides TableWidth.Equals) | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
Fixed | Creates a TableWidth structure representing a table width taht is fixed. | |
GetHashCode() | Returns the hash code for this instance. (Overrides TableWidth.GetHashCode) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Percentage | Creates a TableWidth structure representing a table width that is expressed as percentage. | |
ToString() | (Overrides TableWidth.ToString) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |