public class HeaderFooterFont
Property Getters/Setters Summary | ||
---|---|---|
long | getCharSet() | |
void | setCharSet(longvalue) | |
Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field. | ||
long | getClipPrecision() | |
void | setClipPrecision(longvalue) | |
Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field. | ||
int | getEscapement() | |
void | setEscapement(intvalue) | |
Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field. | ||
java.lang.String | getFaceName() | |
void | setFaceName(java.lang.Stringvalue) | |
Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field. | ||
int | getHeight() | |
void | setHeight(intvalue) | |
Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field. | ||
int | getItalic() | |
void | setItalic(intvalue) | |
Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL integer constant. | ||
int | getOrientation() | |
void | setOrientation(intvalue) | |
Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field. | ||
long | getOutPrecision() | |
void | setOutPrecision(longvalue) | |
Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field. | ||
long | getPitchAndFamily() | |
void | setPitchAndFamily(longvalue) | |
Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field. | ||
long | getQuality() | |
void | setQuality(longvalue) | |
Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field. | ||
int | getStrikeOut() | |
void | setStrikeOut(intvalue) | |
Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the property is BOOL integer constant. | ||
int | getUnderline() | |
void | setUnderline(intvalue) | |
Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is BOOL integer constant. | ||
int | getWeight() | |
void | setWeight(intvalue) | |
Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. | ||
int | getWidth() | |
void | setWidth(intvalue) | |
Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field. |
public int getHeight() / public void setHeight(int value)
public int getWidth() / public void setWidth(int value)
public int getEscapement() / public void setEscapement(int value)
public int getOrientation() / public void setOrientation(int value)
public int getWeight() / public void setWeight(int value)
public int getItalic() / public void setItalic(int value)
public int getUnderline() / public void setUnderline(int value)
public int getStrikeOut() / public void setStrikeOut(int value)
public long getCharSet() / public void setCharSet(long value)
public long getOutPrecision() / public void setOutPrecision(long value)
public long getClipPrecision() / public void setClipPrecision(long value)
public long getQuality() / public void setQuality(long value)
public long getPitchAndFamily() / public void setPitchAndFamily(long value)
public java.lang.String getFaceName() / public void setFaceName(java.lang.String value)