java.lang.Object
com.aspose.diagram.HeaderFooterFont
public class HeaderFooterFont
| Property Getters/Setters Summary | ||
|---|---|---|
long | getCharSet() | |
void | setCharSet(long) | |
| Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field. | ||
long | getClipPrecision() | |
void | setClipPrecision(long) | |
| Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field. | ||
int | getEscapement() | |
void | setEscapement(int) | |
| Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field. | ||
java.lang.String | getFaceName() | |
void | setFaceName(java.lang.String) | |
| Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field. | ||
int | getHeight() | |
void | setHeight(int) | |
| Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field. | ||
int | getItalic() | |
void | setItalic(int) | |
| 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(int) | |
| Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field. | ||
long | getOutPrecision() | |
void | setOutPrecision(long) | |
| Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field. | ||
long | getPitchAndFamily() | |
void | setPitchAndFamily(long) | |
| Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field. | ||
long | getQuality() | |
void | setQuality(long) | |
| Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field. | ||
int | getStrikeOut() | |
void | setStrikeOut(int) | |
| 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(int) | |
| 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(int) | |
| Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. | ||
int | getWidth() | |
void | setWidth(int) | |
| Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field. | ||
| Property Getters/Setters Detail |
|---|
getHeight/setHeight | |
public int getHeight() / public void setHeight(int value) | |
getWidth/setWidth | |
public int getWidth() / public void setWidth(int value) | |
getEscapement/setEscapement | |
public int getEscapement() / public void setEscapement(int value) | |
getOrientation/setOrientation | |
public int getOrientation() / public void setOrientation(int value) | |
getWeight/setWeight | |
public int getWeight() / public void setWeight(int value) | |
getItalic/setItalic | |
public int getItalic() / public void setItalic(int value) | |
getUnderline/setUnderline | |
public int getUnderline() / public void setUnderline(int value) | |
getStrikeOut/setStrikeOut | |
public int getStrikeOut() / public void setStrikeOut(int value) | |
getCharSet/setCharSet | |
public long getCharSet() / public void setCharSet(long value) | |
getOutPrecision/setOutPrecision | |
public long getOutPrecision() / public void setOutPrecision(long value) | |
getClipPrecision/setClipPrecision | |
public long getClipPrecision() / public void setClipPrecision(long value) | |
getQuality/setQuality | |
public long getQuality() / public void setQuality(long value) | |
getPitchAndFamily/setPitchAndFamily | |
public long getPitchAndFamily() / public void setPitchAndFamily(long value) | |
getFaceName/setFaceName | |
public java.lang.String getFaceName() / public void setFaceName(java.lang.String value) | |