com.aspose.words
Class HeightRule

java.lang.Object
    extended by com.aspose.words.HeightRule

public class HeightRule 
extends java.lang.Object

Utility class containing constants. Specifies the rule for determining the height of an object.

Field Summary
static final intAT_LEAST
           The height will be at least the specified height in points. It will grow, if needed, to accommodate all text inside an object.
static final intEXACTLY
           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.
static final intAUTO
           The height will grow automatically to accommodate all text inside an object.
 

Field Detail

AT_LEAST

public static final int AT_LEAST
The height will be at least the specified height in points. It will grow, if needed, to accommodate all text inside an object.

EXACTLY

public static final int 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.

AUTO

public static final int AUTO
The height will grow automatically to accommodate all text inside an object.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.