fontpitch-ag凯发旗舰厅
com.spire.doc.documents
enum fontpitch
java.lang.object
java.lang.enum<fontpitch>
com.spire.doc.documents.fontpitch
- all implemented interfaces:
- java.lang.comparable<fontpitch>
public enum fontpitch
- extends java.lang.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. |
default
public static final fontpitch default
- specifies that no information is available about the pitch of a font.
fixed
public static final fontpitch fixed
- specifies that this is a fixed width font.
variable
public static final fontpitch variable
- specifies that this is a proportional width font.
getvalue
public int getvalue()