Class TextFont
java.lang.Object
com.independentsoft.office.drawing.TextBulletTypeface
com.independentsoft.office.drawing.TextFont
The Class TextFont.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the character set.Gets the panose.intGets the pitch family.Gets the typeface.voidsetCharacterSet(int characterSet)Sets the character set.voidSets the panose.voidsetPitchFamily(int pitchFamily)Sets the pitch family.voidsetTypeface(String typeface)Sets the typeface.toString()
-
Constructor Details
-
TextFont
public TextFont()Instantiates a new text font.
-
-
Method Details
-
clone
- Specified by:
clonein classTextBulletTypeface
-
toString
-
getCharacterSet
public int getCharacterSet()Gets the character set.- Returns:
- the character set
-
setCharacterSet
public void setCharacterSet(int characterSet)Sets the character set.- Parameters:
characterSet- the new character set
-
getPanose
Gets the panose.- Returns:
- the panose
-
setPanose
Sets the panose.- Parameters:
panose- the new panose
-
getPitchFamily
public int getPitchFamily()Gets the pitch family.- Returns:
- the pitch family
-
setPitchFamily
public void setPitchFamily(int pitchFamily)Sets the pitch family.- Parameters:
pitchFamily- the new pitch family
-
getTypeface
Gets the typeface.- Returns:
- the typeface
-
setTypeface
Sets the typeface.- Parameters:
typeface- the new typeface
-