Specifies the rule for determining the height of an object.
[Visual Basic]
Public Enum HeightRule
[C#]public enum HeightRule
Members
| Member Name | Description | Value |
| AtLeast | The height will be at least the specified height in points. It will grow, if needed, to accommodate all text inside an object. | 0 |
| Exactly | The height is specified exactly in points. Please note that if the text cannot fit inside the object of this height, it will appear truncated. | 1 |
| Auto | The height will grow automatically to accommodate all text inside an object. | 2 |
Requirements
Namespace: Aspose.Words
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words Namespace