public static class Fonts.Font extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="font-triplet" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="style" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="weight" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="simulate-style" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="embed-url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sub-font" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Fonts.Font.FontTriplet
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
embedUrl |
protected List<Fonts.Font.FontTriplet> |
fontTriplet |
protected boolean |
simulateStyle |
protected String |
subFont |
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmbedUrl()
Gets the value of the embedUrl property.
|
List<Fonts.Font.FontTriplet> |
getFontTriplet()
Gets the value of the fontTriplet property.
|
String |
getSubFont()
Gets the value of the subFont property.
|
boolean |
isSimulateStyle()
Gets the value of the simulateStyle property.
|
void |
setEmbedUrl(String value)
Sets the value of the embedUrl property.
|
void |
setSimulateStyle(boolean value)
Sets the value of the simulateStyle property.
|
void |
setSubFont(String value)
Sets the value of the subFont property.
|
protected List<Fonts.Font.FontTriplet> fontTriplet
protected boolean simulateStyle
protected String embedUrl
protected String subFont
public List<Fonts.Font.FontTriplet> getFontTriplet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fontTriplet property.
For example, to add a new item, do as follows:
getFontTriplet().add(newItem);
Objects of the following type(s) are allowed in the list
Fonts.Font.FontTriplet
public boolean isSimulateStyle()
public void setSimulateStyle(boolean value)
public String getEmbedUrl()
Stringpublic void setEmbedUrl(String value)
value - allowed object is
Stringpublic String getSubFont()
StringCopyright © 2007-2022. All Rights Reserved.