fontpitch-ag凯发旗舰厅



com.spire.doc.documents
enum fontpitch

java.lang.object
  extended by java.lang.enum<fontpitch>
      extended by 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.
 
method summary
 int getvalue()
           
 
enum constant detail

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.
method detail

getvalue

public int getvalue()


网站地图