public class FontScheme extends ResourceBase
| Constructor and Description |
|---|
FontScheme() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FontSet |
getMajor()
Gets or sets fonts collection for a \"heading\" part of the slide.
|
FontSet |
getMinor()
Gets or sets the fonts collection for a \"body\" part of the slide.
|
String |
getName()
Gets or sets the name.
|
int |
hashCode() |
FontScheme |
major(FontSet major) |
FontScheme |
minor(FontSet minor) |
FontScheme |
name(String name) |
void |
setMajor(FontSet major) |
void |
setMinor(FontSet minor) |
void |
setName(String name) |
String |
toString() |
getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUripublic FontScheme major(FontSet major)
public FontSet getMajor()
public void setMajor(FontSet major)
public FontScheme minor(FontSet minor)
public FontSet getMinor()
public void setMinor(FontSet minor)
public FontScheme name(String name)
public String getName()
public void setName(String name)
public boolean equals(Object o)
equals in class ResourceBasepublic int hashCode()
hashCode in class ResourceBasepublic String toString()
toString in class ResourceBaseCopyright © 2025. All rights reserved.