public class Layout extends Object implements Serializable
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 ref="{http://www.openfuxml.org/layout}line" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/layout}font" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/layout}spacing" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Font |
font |
protected List<Line> |
line |
protected Spacing |
spacing |
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
Font |
getFont()
Gets the value of the font property.
|
List<Line> |
getLine()
Gets the value of the line property.
|
Spacing |
getSpacing()
Gets the value of the spacing property.
|
boolean |
isSetFont() |
boolean |
isSetLine() |
boolean |
isSetSpacing() |
void |
setFont(Font value)
Sets the value of the font property.
|
void |
setSpacing(Spacing value)
Sets the value of the spacing property.
|
void |
unsetLine() |
public List<Line> getLine()
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 line property.
For example, to add a new item, do as follows:
getLine().add(newItem);
Objects of the following type(s) are allowed in the list
Line
public boolean isSetLine()
public void unsetLine()
public void setFont(Font value)
value - allowed object is
Fontpublic boolean isSetFont()
public Spacing getSpacing()
Spacingpublic void setSpacing(Spacing value)
value - allowed object is
Spacingpublic boolean isSetSpacing()
Copyright © 2023. All rights reserved.