Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HeightRule Enumeration

In This Topic
    HeightRule Enumeration
    In This Topic
    Specifies the rule for determining the height of an object.
    Syntax
    'Declaration
     
    Public Enum HeightRule 
       Inherits System.Enum
    public enum HeightRule : System.Enum 
    Members
    MemberDescription
    AtLeast The height will be at least the specified height in points. It will grow, if needed, to accommodate all text inside an object.
    Auto The height will grow automatically to accommodate all text inside an object.
    Exact The height is specified exactly in points. If the text cannot fit inside the object of this height, it will appear truncated.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.HeightRule

    See Also