Class Font
java.lang.Object
com.independentsoft.office.word.fonts.Font
The Class Font.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alternate name.Gets the character set.Gets the embedded font bold.Gets the embedded font bold italic.Gets the embedded font italic.Gets the embedded font regular.Gets the family.getGlyph()Gets the glyph.getName()Gets the name.Gets the not true type.Gets the panose.getPitch()Gets the pitch.voidsetAlternateName(String alternateName)Sets the alternate name.voidsetCharacterSet(String characterSet)Sets the character set.voidsetEmbeddedFontBold(EmbeddedFontBold embeddedFontBold)Sets the embedded font bold.voidsetEmbeddedFontBoldItalic(EmbeddedFontBoldItalic embeddedFontBoldItalic)Sets the embedded font bold italic.voidsetEmbeddedFontItalic(EmbeddedFontItalic embeddedFontItalic)Sets the embedded font italic.voidsetEmbeddedFontRegular(EmbeddedFontRegular embeddedFontRegular)Sets the embedded font regular.voidsetFamily(FontFamily family)Sets the family.voidSets the glyph.voidSets the name.voidsetNotTrueType(ExtendedBoolean notTrueType)Sets the not true type.voidSets the panose.voidSets the pitch.toString()
-
Constructor Details
-
Font
public Font()Instantiates a new font.
-
-
Method Details
-
clone
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getAlternateName
Gets the alternate name.- Returns:
- the alternate name
-
setAlternateName
Sets the alternate name.- Parameters:
alternateName- the new alternate name
-
getCharacterSet
Gets the character set.- Returns:
- the character set
-
setCharacterSet
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
-
getFamily
Gets the family.- Returns:
- the family
-
setFamily
Sets the family.- Parameters:
family- the new family
-
getNotTrueType
Gets the not true type.- Returns:
- the not true type
-
setNotTrueType
Sets the not true type.- Parameters:
notTrueType- the new not true type
-
getPitch
Gets the pitch.- Returns:
- the pitch
-
setPitch
Sets the pitch.- Parameters:
pitch- the new pitch
-
getGlyph
Gets the glyph.- Returns:
- the glyph
-
setGlyph
Sets the glyph.- Parameters:
glyph- the new glyph
-
getEmbeddedFontBold
Gets the embedded font bold.- Returns:
- the embedded font bold
-
setEmbeddedFontBold
Sets the embedded font bold.- Parameters:
embeddedFontBold- the new embedded font bold
-
getEmbeddedFontBoldItalic
Gets the embedded font bold italic.- Returns:
- the embedded font bold italic
-
setEmbeddedFontBoldItalic
Sets the embedded font bold italic.- Parameters:
embeddedFontBoldItalic- the new embedded font bold italic
-
getEmbeddedFontItalic
Gets the embedded font italic.- Returns:
- the embedded font italic
-
setEmbeddedFontItalic
Sets the embedded font italic.- Parameters:
embeddedFontItalic- the new embedded font italic
-
getEmbeddedFontRegular
Gets the embedded font regular.- Returns:
- the embedded font regular
-
setEmbeddedFontRegular
Sets the embedded font regular.- Parameters:
embeddedFontRegular- the new embedded font regular
-