public class FontFamily extends Object
| Constructor and Description |
|---|
FontFamily() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the font family.
|
List<String> |
getTraits()
Gets the traits of the font family.
|
FontFamily |
setName(String name)
Sets the name of the font family.
|
FontFamily |
setTraits(List<String> traits)
Sets the traits of the font family.
|
public String getName()
public FontFamily setName(String name)
name - the new name of the font family.public List<String> getTraits()
public FontFamily setTraits(List<String> traits)
traits - the new traits of the font family.Copyright © 2014–2019 Smartsheet. All rights reserved.