'Declaration Public Enum RowHeightRule Inherits System.Enum
public enum RowHeightRule : System.Enum
'Declaration Public Enum RowHeightRule Inherits System.Enum
public enum RowHeightRule : System.Enum
Member | Description |
---|---|
AtLeast | The height will be at least the specified height in points. It will grow, if needed, to accommodate all text inside a row. |
Auto | The height will grow automatically to accommodate all text inside a row. |
Exact | The height is specified exactly in points. If the text cannot fit inside the row of this height, it will appear truncated. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Word.Layout.RowHeightRule