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 = 0
           Specifies that no information is available about the pitch of a font.
static final intFIXED = 1
           Specifies that this is a fixed width font.
static final intVARIABLE = 2
           Specifies that this is a proportional width font.
 

Field Detail

DEFAULT = 0

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

FIXED = 1

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

VARIABLE = 2

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.