aspose.diagram
Class HeaderFooterFont

Specifies the font used for the header and footer text.

Property Getters/Setters Summary
functiongetCharSet()
functionsetCharSet(value)
           Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
functiongetClipPrecision()
functionsetClipPrecision(value)
           Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
functiongetEscapement()
functionsetEscapement(value)
           Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
functiongetFaceName()
functionsetFaceName(value)
           Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.
functiongetHeight()
functionsetHeight(value)
           Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
functiongetItalic()
functionsetItalic(value)
           Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL integer constant.
functiongetOrientation()
functionsetOrientation(value)
           Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
functiongetOutPrecision()
functionsetOutPrecision(value)
           Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
functiongetPitchAndFamily()
functionsetPitchAndFamily(value)
           Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
functiongetQuality()
functionsetQuality(value)
           Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
functiongetStrikeOut()
functionsetStrikeOut(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.
functiongetUnderline()
functionsetUnderline(value)
           Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is BOOL integer constant.
functiongetWeight()
functionsetWeight(value)
           Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
functiongetWidth()
functionsetWidth(value)
           Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.
 

Property Getters/Setters Detail

getHeight/setHeight : Number 

function getHeight() / function setHeight(value)
Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.

getWidth/setWidth : Number 

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

getEscapement/setEscapement : Number 

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

getOrientation/setOrientation : Number 

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

getWeight/setWeight : Number 

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

getItalic/setItalic : Number 

function getItalic() / function setItalic(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 : Number 

function getUnderline() / function setUnderline(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 : Number 

function getStrikeOut() / function setStrikeOut(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 : long 

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

getOutPrecision/setOutPrecision : long 

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

getClipPrecision/setClipPrecision : long 

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

getQuality/setQuality : long 

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

getPitchAndFamily/setPitchAndFamily : long 

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

getFaceName/setFaceName : String 

function getFaceName() / function setFaceName(value)
Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.

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