java.lang.Object
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 int | DEFAULT = 0 | |
Specifies that no information is available about the pitch of a font.
|
static final int | FIXED = 1 | |
Specifies that this is a fixed width font.
|
static final int | VARIABLE = 2 | |
Specifies that this is a proportional width font.
|
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.