Represents width for a table or a table cell.

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

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

The TableWidth type exposes the following members.

Name Description
Public member Rule Gets the table row height rule.
Public member Value Gets the table width in points when this is a fixed width or width in percentage when this width is expressed as percentage.
Name Description
Public methodStatic member Auto Returns a TableWidth structure representing the Auto rule.
Public method Equals(Object) Compares two TableWidth structures for equality. (Overrides TableWidth.Equals)
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType)
Public methodStatic member Fixed Creates a TableWidth structure representing a table width taht is fixed.
Public method GetHashCode() Returns the hash code for this instance. (Overrides TableWidth.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 methodStatic member Percentage Creates a TableWidth structure representing a table width that is expressed as percentage.
Public method ToString() (Overrides TableWidth.ToString)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)