Class Font
java.lang.Object
com.independentsoft.office.drawing.tableStyles.Font
The Class Font.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getBold()Gets the bold.Gets the complex script font.Gets the east asian font.Gets the italic.Gets the latin font.Gets the supplemental font.voidsetBold(ExtendedBoolean bold)Sets the bold.voidsetComplexScriptFont(ComplexScriptFont complexScriptFont)Sets the complex script font.voidsetEastAsianFont(EastAsianFont eastAsianFont)Sets the east asian font.voidsetItalic(ExtendedBoolean italic)Sets the italic.voidsetLatinFont(LatinFont latinFont)Sets the latin font.voidsetSupplementalFont(SupplementalFont supplementalFont)Sets the supplemental font.toString()
-
Constructor Details
-
Font
public Font()Instantiates a new font.
-
-
Method Details
-
clone
-
toString
-
getComplexScriptFont
Gets the complex script font.- Returns:
- the complex script font
-
setComplexScriptFont
Sets the complex script font.- Parameters:
complexScriptFont- the new complex script font
-
getEastAsianFont
Gets the east asian font.- Returns:
- the east asian font
-
setEastAsianFont
Sets the east asian font.- Parameters:
eastAsianFont- the new east asian font
-
getSupplementalFont
Gets the supplemental font.- Returns:
- the supplemental font
-
setSupplementalFont
Sets the supplemental font.- Parameters:
supplementalFont- the new supplemental font
-
getLatinFont
Gets the latin font.- Returns:
- the latin font
-
setLatinFont
Sets the latin font.- Parameters:
latinFont- the new latin font
-
getBold
Gets the bold.- Returns:
- the bold
-
setBold
Sets the bold.- Parameters:
bold- the new bold
-
getItalic
Gets the italic.- Returns:
- the italic
-
setItalic
Sets the italic.- Parameters:
italic- the new italic
-