com.aspose.diagram
Class HeaderFooterFont

java.lang.Object
    extended by com.aspose.diagram.HeaderFooterFont

public class HeaderFooterFont 
extends java.lang.Object

Specifies the font used for the header and footer text.


Property Getters/Setters Summary
longgetCharSet()
voidsetCharSet(long)
           Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
longgetClipPrecision()
voidsetClipPrecision(long)
           Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
intgetEscapement()
voidsetEscapement(int)
           Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
java.lang.StringgetFaceName()
voidsetFaceName(java.lang.String)
           Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.
intgetHeight()
voidsetHeight(int)
           Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
intgetItalic()
voidsetItalic(int)
           Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL integer constant.
intgetOrientation()
voidsetOrientation(int)
           Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
longgetOutPrecision()
voidsetOutPrecision(long)
           Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
longgetPitchAndFamily()
voidsetPitchAndFamily(long)
           Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
longgetQuality()
voidsetQuality(long)
           Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
intgetStrikeOut()
voidsetStrikeOut(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.
intgetUnderline()
voidsetUnderline(int)
           Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is BOOL integer constant.
intgetWeight()
voidsetWeight(int)
           Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
intgetWidth()
voidsetWidth(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)
Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.

getWidth/setWidth

public int getWidth() / public void setWidth(int value)
Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.

getEscapement/setEscapement

public int getEscapement() / public void setEscapement(int value)
Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.

getOrientation/setOrientation

public int getOrientation() / public void setOrientation(int value)
Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.

getWeight/setWeight

public int getWeight() / public void setWeight(int value)
Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.

getItalic/setItalic

public int getItalic() / public void setItalic(int value)
Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL integer constant.

getUnderline/setUnderline

public int getUnderline() / public void setUnderline(int value)
Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is BOOL integer constant.

getStrikeOut/setStrikeOut

public int getStrikeOut() / public void setStrikeOut(int value)
Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the property is BOOL integer constant.

getCharSet/setCharSet

public long getCharSet() / public void setCharSet(long value)
Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.

getOutPrecision/setOutPrecision

public long getOutPrecision() / public void setOutPrecision(long value)
Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.

getClipPrecision/setClipPrecision

public long getClipPrecision() / public void setClipPrecision(long value)
Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.

getQuality/setQuality

public long getQuality() / public void setQuality(long value)
Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.

getPitchAndFamily/setPitchAndFamily

public long getPitchAndFamily() / public void setPitchAndFamily(long value)
Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.

getFaceName/setFaceName

public java.lang.String getFaceName() / public void setFaceName(java.lang.String value)
Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.