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() |
addAlternateLinksItem, alternateLinks, getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public 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 ResourceBase
public int hashCode()
hashCode
in class ResourceBase
public String toString()
toString
in class ResourceBase
Copyright © 2021. All rights reserved.