@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Typography extends Object implements Serializable, Cloneable, StructuredPojo
Determines the typography options.
Constructor and Description |
---|
Typography() |
Modifier and Type | Method and Description |
---|---|
Typography |
clone() |
boolean |
equals(Object obj) |
List<Font> |
getFontFamilies()
Determines the list of font families.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFontFamilies(Collection<Font> fontFamilies)
Determines the list of font families.
|
String |
toString()
Returns a string representation of this object.
|
Typography |
withFontFamilies(Collection<Font> fontFamilies)
Determines the list of font families.
|
Typography |
withFontFamilies(Font... fontFamilies)
Determines the list of font families.
|
public List<Font> getFontFamilies()
Determines the list of font families.
public void setFontFamilies(Collection<Font> fontFamilies)
Determines the list of font families.
fontFamilies
- Determines the list of font families.public Typography withFontFamilies(Font... fontFamilies)
Determines the list of font families.
NOTE: This method appends the values to the existing list (if any). Use
setFontFamilies(java.util.Collection)
or withFontFamilies(java.util.Collection)
if you want to
override the existing values.
fontFamilies
- Determines the list of font families.public Typography withFontFamilies(Collection<Font> fontFamilies)
Determines the list of font families.
fontFamilies
- Determines the list of font families.public String toString()
toString
in class Object
Object.toString()
public Typography clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.