asposediagram.api

Class HeaderFooterFont

Specifies the font used for the header and footer text.

Property Getters/Setters Summary
methodgetCharSet()
method
setCharSet(value)
           Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
methodgetClipPrecision()
method
           Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
methodgetEscapement()
method
           Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
methodgetFaceName()
method
           Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.
methodgetHeight()
method
setHeight(value)
           Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
methodgetItalic()
method
setItalic(value)
           Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL integer constant.
methodgetOrientation()
method
           Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
methodgetOutPrecision()
method
           Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
methodgetPitchAndFamily()
method
           Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
methodgetQuality()
method
setQuality(value)
           Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
methodgetStrikeOut()
method
           Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the property is BOOL integer constant.
methodgetUnderline()
method
           Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is BOOL integer constant.
methodgetWeight()
method
setWeight(value)
           Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
methodgetWidth()
method
setWidth(value)
           Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.
 

    • Property Getters/Setters Detail

      • getHeight/setHeight : int 

        int getHeight() / setHeight(value)
        
        Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
      • getWidth/setWidth : int 

        int getWidth() / setWidth(value)
        
        Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.
      • getEscapement/setEscapement : int 

        int getEscapement() / setEscapement(value)
        
        Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
      • getOrientation/setOrientation : int 

        int getOrientation() / setOrientation(value)
        
        Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
      • getWeight/setWeight : int 

        int getWeight() / setWeight(value)
        
        Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
      • getItalic/setItalic : int 

        int getItalic() / 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 : int 

        int getUnderline() / 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 : int 

        int getStrikeOut() / 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 

        long getCharSet() / setCharSet(value)
        
        Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
      • getOutPrecision/setOutPrecision : long 

        long getOutPrecision() / setOutPrecision(value)
        
        Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
      • getClipPrecision/setClipPrecision : long 

        long getClipPrecision() / setClipPrecision(value)
        
        Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
      • getQuality/setQuality : long 

        long getQuality() / setQuality(value)
        
        Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
      • getPitchAndFamily/setPitchAndFamily : long 

        long getPitchAndFamily() / setPitchAndFamily(value)
        
        Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
      • getFaceName/setFaceName : String 

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