ThemeFontScheme Class
Defines the font scheme for a presentation theme.
Declaration
public class ThemeFontScheme extends PresentationObject
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
OfficeObject
PresentationObject
ThemeFontScheme
ThemeFontScheme()
Initializes a new instance of the ThemeFontScheme class.
Declaration
public ThemeFontScheme()
Methods
deepClone() Method
Clones the current ThemeFontScheme instance.
Declaration
public ThemeFontScheme deepClone()
Returns
| Type | Description |
|---|---|
ThemeFontScheme |
The cloned |
getMajorFont() Method
Returns the major font used for headings and titles in the font scheme.
Declaration
public ThemeFont getMajorFont()
Returns
| Type | Description |
|---|---|
| ThemeFont | The major font. |
getMinorFont() Method
Returns the minor font used for body text in the font scheme.
Declaration
public ThemeFont getMinorFont()
Returns
| Type | Description |
|---|---|
| ThemeFont | The minor font. |
getName() Method
Returns the font scheme name.
Declaration
public String getName()
Returns
| Type | Description |
|---|---|
| String | The font scheme name. |
setMajorFont(ThemeFont value) Method
Sets the major font used for headings and titles in the font scheme.
Declaration
public void setMajorFont(ThemeFont value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ThemeFont | The major font. |
setMinorFont(ThemeFont value) Method
Sets the minor font used for body text in the font scheme.
Declaration
public void setMinorFont(ThemeFont value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ThemeFont | The minor font. |
setName(String value) Method
Sets the font scheme name.
Declaration
public void setName(String value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The font scheme name. |