'Declaration Public Enum PreferredWidthType Inherits System.Enum
public enum PreferredWidthType : System.Enum
'Declaration Public Enum PreferredWidthType Inherits System.Enum
public enum PreferredWidthType : System.Enum
Member | Description |
---|---|
Auto | The preferred width is not specified. The actual width of the table or cell is either specified using the explicit width or will be determined automatically by the table layout algorithm when the table is displayed, depending on the table auto fit setting. |
None | Value is zero. |
Percent | Measure the current item width using a specified percentage. |
Points | Measure the current item width using a specified number of points. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Word.PreferredWidthType