com.aspose.words
Class FontPitch

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

public class FontPitch 
extends java.lang.Object

Utility class containing constants. Represents the font pitch. The pitch indicates if the font is fixed pitch, proportionally spaced, or relies on a default setting.

Field Summary
static final intDEFAULT
           Specifies that no information is available about the pitch of a font.
static final intFIXED
           Specifies that this is a fixed width font.
static final intVARIABLE
           Specifies that this is a proportional width font.
 

Field Detail

DEFAULT

public static final int DEFAULT
Specifies that no information is available about the pitch of a font.

FIXED

public static final int FIXED
Specifies that this is a fixed width font.

VARIABLE

public static final int VARIABLE
Specifies that this is a proportional width font.

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