Class FontScheme
java.lang.Object
com.independentsoft.office.themes.FontScheme
The Class FontScheme.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the major font.Gets the minor font.getName()Gets the name.voidsetMajorFont(MajorFont majorFont)Sets the major font.voidsetMinorFont(MinorFont minorFont)Sets the minor font.voidSets the name.toString()
-
Constructor Details
-
FontScheme
public FontScheme()Instantiates a new font scheme.
-
-
Method Details
-
clone
-
toString
-
getMajorFont
Gets the major font.- Returns:
- the major font
-
setMajorFont
Sets the major font.- Parameters:
majorFont- the new major font
-
getMinorFont
Gets the minor font.- Returns:
- the minor font
-
setMinorFont
Sets the minor font.- Parameters:
minorFont- the new minor font
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-