|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<FontPitch>
com.spire.doc.documents.FontPitch
public enum FontPitch
Represents the font pitch. The pitch indicates if the font is fixed pitch, proportionally spaced, or relies on a default setting.
| Enum Constant Summary | |
|---|---|
Default
Specifies that no information is available about the pitch of a font. |
|
Fixed
Specifies that this is a fixed width font. |
|
Variable
Specifies that this is a proportional width font. |
|
| Method Summary | |
|---|---|
int |
getValue()
|
| Enum Constant Detail |
|---|
public static final FontPitch Default
public static final FontPitch Fixed
public static final FontPitch Variable
| Method Detail |
|---|
public int getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||