com.aspose.diagram

Class HeaderFooterFont

  • java.lang.Object
    • 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()
void
setCharSet(longvalue)
           Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
longgetClipPrecision()
void
setClipPrecision(longvalue)
           Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
intgetEscapement()
void
setEscapement(intvalue)
           Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
java.lang.StringgetFaceName()
void
setFaceName(java.lang.Stringvalue)
           Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.
intgetHeight()
void
setHeight(intvalue)
           Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
intgetItalic()
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.
intgetOrientation()
void
setOrientation(intvalue)
           Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
longgetOutPrecision()
void
setOutPrecision(longvalue)
           Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
longgetPitchAndFamily()
void
           Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
longgetQuality()
void
setQuality(longvalue)
           Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
intgetStrikeOut()
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.
intgetUnderline()
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.
intgetWeight()
void
setWeight(intvalue)
           Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
intgetWidth()
void
setWidth(intvalue)
           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.