public class Styles extends Object implements Child
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://schemas.openxmlformats.org/wordprocessingml/2006/main}docDefaults" minOccurs="0"/>
<element name="latentStyles" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lsdException" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="uiPriority" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="semiHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="unhideWhenUsed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="qFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="defLockedState" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="defUIPriority" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="defSemiHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="defUnhideWhenUsed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="defQFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="count" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}style" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Styles.LatentStyles
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DocDefaults |
docDefaults |
protected String |
ignorable |
protected Styles.LatentStyles |
latentStyles |
protected List<Style> |
style |
| Constructor and Description |
|---|
Styles() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
DocDefaults |
getDocDefaults()
Gets the value of the docDefaults property.
|
String |
getIgnorable()
Gets the value of the ignorable property.
|
Styles.LatentStyles |
getLatentStyles()
Gets the value of the latentStyles property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
List<Style> |
getStyle()
Gets the value of the style property.
|
void |
setDocDefaults(DocDefaults value)
Sets the value of the docDefaults property.
|
void |
setIgnorable(String value)
Sets the value of the ignorable property.
|
void |
setLatentStyles(Styles.LatentStyles value)
Sets the value of the latentStyles property.
|
void |
setParent(Object parent) |
protected String ignorable
protected DocDefaults docDefaults
protected Styles.LatentStyles latentStyles
public DocDefaults getDocDefaults()
DocDefaultspublic void setDocDefaults(DocDefaults value)
value - allowed object is
DocDefaultspublic Styles.LatentStyles getLatentStyles()
Styles.LatentStylespublic void setLatentStyles(Styles.LatentStyles value)
value - allowed object is
Styles.LatentStylespublic List<Style> getStyle()
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 style property.
For example, to add a new item, do as follows:
getStyle().add(newItem);
Objects of the following type(s) are allowed in the list
Style
public String getIgnorable()
Stringpublic void setIgnorable(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.