public class Style extends java.lang.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 name="name" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="aliases" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="basedOn" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="next" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="link" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="autoRedefine" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="hidden" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="uiPriority" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="semiHidden" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="unhideWhenUsed" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="qFormat" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="locked" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="personal" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="personalCompose" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="personalReply" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="rsid" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_LongHexNumber" minOccurs="0"/>
<element name="pPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPr" minOccurs="0"/>
<element name="rPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RPr" minOccurs="0"/>
<element name="tblPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrBase" minOccurs="0"/>
<element name="trPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrPr" minOccurs="0"/>
<element name="tcPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcPr" minOccurs="0"/>
<element name="tblStylePr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblStylePr" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="paragraph"/>
<enumeration value="character"/>
<enumeration value="table"/>
<enumeration value="numbering"/>
</restriction>
</simpleType>
</attribute>
<attribute name="styleId" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="customStyle" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Style.Aliases
Java class for anonymous complex type.
|
static class |
Style.BasedOn
Java class for anonymous complex type.
|
static class |
Style.Link
Java class for anonymous complex type.
|
static class |
Style.Name
Java class for anonymous complex type.
|
static class |
Style.Next
Java class for anonymous complex type.
|
static class |
Style.UiPriority
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
_default |
protected Style.Aliases |
aliases |
protected BooleanDefaultTrue |
autoRedefine |
protected Style.BasedOn |
basedOn |
protected java.lang.Boolean |
customStyle |
protected BooleanDefaultTrue |
hidden |
protected Style.Link |
link |
protected BooleanDefaultTrue |
locked |
protected Style.Name |
name |
protected Style.Next |
next |
protected BooleanDefaultTrue |
personal |
protected BooleanDefaultTrue |
personalCompose |
protected BooleanDefaultTrue |
personalReply |
protected PPr |
pPr |
protected BooleanDefaultTrue |
qFormat |
protected RPr |
rPr |
protected CTLongHexNumber |
rsid |
protected BooleanDefaultTrue |
semiHidden |
protected java.lang.String |
styleId |
protected CTTblPrBase |
tblPr |
protected java.util.List<CTTblStylePr> |
tblStylePr |
protected TcPr |
tcPr |
protected TrPr |
trPr |
protected java.lang.String |
type |
protected Style.UiPriority |
uiPriority |
protected BooleanDefaultTrue |
unhideWhenUsed |
| Constructor and Description |
|---|
Style() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Style.Aliases |
getAliases()
Gets the value of the aliases property.
|
BooleanDefaultTrue |
getAutoRedefine()
Gets the value of the autoRedefine property.
|
Style.BasedOn |
getBasedOn()
Gets the value of the basedOn property.
|
BooleanDefaultTrue |
getHidden()
Gets the value of the hidden property.
|
Style.Link |
getLink()
Gets the value of the link property.
|
BooleanDefaultTrue |
getLocked()
Gets the value of the locked property.
|
Style.Name |
getName()
Gets the value of the name property.
|
Style.Next |
getNext()
Gets the value of the next property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BooleanDefaultTrue |
getPersonal()
Gets the value of the personal property.
|
BooleanDefaultTrue |
getPersonalCompose()
Gets the value of the personalCompose property.
|
BooleanDefaultTrue |
getPersonalReply()
Gets the value of the personalReply property.
|
PPr |
getPPr()
Gets the value of the pPr property.
|
BooleanDefaultTrue |
getQFormat()
Gets the value of the qFormat property.
|
RPr |
getRPr()
Gets the value of the rPr property.
|
CTLongHexNumber |
getRsid()
Gets the value of the rsid property.
|
BooleanDefaultTrue |
getSemiHidden()
Gets the value of the semiHidden property.
|
java.lang.String |
getStyleId()
Gets the value of the styleId property.
|
CTTblPrBase |
getTblPr()
Gets the value of the tblPr property.
|
java.util.List<CTTblStylePr> |
getTblStylePr()
Gets the value of the tblStylePr property.
|
TcPr |
getTcPr()
Gets the value of the tcPr property.
|
TrPr |
getTrPr()
Gets the value of the trPr property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
Style.UiPriority |
getUiPriority()
Gets the value of the uiPriority property.
|
BooleanDefaultTrue |
getUnhideWhenUsed()
Gets the value of the unhideWhenUsed property.
|
boolean |
isCustomStyle()
Gets the value of the customStyle property.
|
boolean |
isDefault()
Gets the value of the default property.
|
void |
setAliases(Style.Aliases value)
Sets the value of the aliases property.
|
void |
setAutoRedefine(BooleanDefaultTrue value)
Sets the value of the autoRedefine property.
|
void |
setBasedOn(Style.BasedOn value)
Sets the value of the basedOn property.
|
void |
setCustomStyle(java.lang.Boolean value)
Sets the value of the customStyle property.
|
void |
setDefault(java.lang.Boolean value)
Sets the value of the default property.
|
void |
setHidden(BooleanDefaultTrue value)
Sets the value of the hidden property.
|
void |
setLink(Style.Link value)
Sets the value of the link property.
|
void |
setLocked(BooleanDefaultTrue value)
Sets the value of the locked property.
|
void |
setName(Style.Name value)
Sets the value of the name property.
|
void |
setNext(Style.Next value)
Sets the value of the next property.
|
void |
setParent(java.lang.Object parent) |
void |
setPersonal(BooleanDefaultTrue value)
Sets the value of the personal property.
|
void |
setPersonalCompose(BooleanDefaultTrue value)
Sets the value of the personalCompose property.
|
void |
setPersonalReply(BooleanDefaultTrue value)
Sets the value of the personalReply property.
|
void |
setPPr(PPr value)
Sets the value of the pPr property.
|
void |
setQFormat(BooleanDefaultTrue value)
Sets the value of the qFormat property.
|
void |
setRPr(RPr value)
Sets the value of the rPr property.
|
void |
setRsid(CTLongHexNumber value)
Sets the value of the rsid property.
|
void |
setSemiHidden(BooleanDefaultTrue value)
Sets the value of the semiHidden property.
|
void |
setStyleId(java.lang.String value)
Sets the value of the styleId property.
|
void |
setTblPr(CTTblPrBase value)
Sets the value of the tblPr property.
|
void |
setTcPr(TcPr value)
Sets the value of the tcPr property.
|
void |
setTrPr(TrPr value)
Sets the value of the trPr property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUiPriority(Style.UiPriority value)
Sets the value of the uiPriority property.
|
void |
setUnhideWhenUsed(BooleanDefaultTrue value)
Sets the value of the unhideWhenUsed property.
|
protected Style.Name name
protected Style.Aliases aliases
protected Style.BasedOn basedOn
protected Style.Next next
protected Style.Link link
protected BooleanDefaultTrue autoRedefine
protected BooleanDefaultTrue hidden
protected Style.UiPriority uiPriority
protected BooleanDefaultTrue semiHidden
protected BooleanDefaultTrue unhideWhenUsed
protected BooleanDefaultTrue qFormat
protected BooleanDefaultTrue locked
protected BooleanDefaultTrue personal
protected BooleanDefaultTrue personalCompose
protected BooleanDefaultTrue personalReply
protected CTLongHexNumber rsid
protected PPr pPr
protected RPr rPr
protected CTTblPrBase tblPr
protected TrPr trPr
protected TcPr tcPr
protected java.util.List<CTTblStylePr> tblStylePr
protected java.lang.String type
protected java.lang.String styleId
protected java.lang.Boolean _default
protected java.lang.Boolean customStyle
public Style.Name getName()
Style.Namepublic void setName(Style.Name value)
value - allowed object is
Style.Namepublic Style.Aliases getAliases()
Style.Aliasespublic void setAliases(Style.Aliases value)
value - allowed object is
Style.Aliasespublic Style.BasedOn getBasedOn()
Style.BasedOnpublic void setBasedOn(Style.BasedOn value)
value - allowed object is
Style.BasedOnpublic Style.Next getNext()
Style.Nextpublic void setNext(Style.Next value)
value - allowed object is
Style.Nextpublic Style.Link getLink()
Style.Linkpublic void setLink(Style.Link value)
value - allowed object is
Style.Linkpublic BooleanDefaultTrue getAutoRedefine()
BooleanDefaultTruepublic void setAutoRedefine(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getHidden()
BooleanDefaultTruepublic void setHidden(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic Style.UiPriority getUiPriority()
Style.UiPrioritypublic void setUiPriority(Style.UiPriority value)
value - allowed object is
Style.UiPrioritypublic BooleanDefaultTrue getSemiHidden()
BooleanDefaultTruepublic void setSemiHidden(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getUnhideWhenUsed()
BooleanDefaultTruepublic void setUnhideWhenUsed(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getQFormat()
BooleanDefaultTruepublic void setQFormat(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getLocked()
BooleanDefaultTruepublic void setLocked(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getPersonal()
BooleanDefaultTruepublic void setPersonal(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getPersonalCompose()
BooleanDefaultTruepublic void setPersonalCompose(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getPersonalReply()
BooleanDefaultTruepublic void setPersonalReply(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTLongHexNumber getRsid()
CTLongHexNumberpublic void setRsid(CTLongHexNumber value)
value - allowed object is
CTLongHexNumberpublic void setPPr(PPr value)
value - allowed object is
PPrpublic void setRPr(RPr value)
value - allowed object is
RPrpublic CTTblPrBase getTblPr()
CTTblPrBasepublic void setTblPr(CTTblPrBase value)
value - allowed object is
CTTblPrBasepublic void setTrPr(TrPr value)
value - allowed object is
TrPrpublic void setTcPr(TcPr value)
value - allowed object is
TcPrpublic java.util.List<CTTblStylePr> getTblStylePr()
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 tblStylePr property.
For example, to add a new item, do as follows:
getTblStylePr().add(newItem);
Objects of the following type(s) are allowed in the list
CTTblStylePr
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStyleId()
Stringpublic void setStyleId(java.lang.String value)
value - allowed object is
Stringpublic boolean isDefault()
Booleanpublic void setDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isCustomStyle()
Booleanpublic void setCustomStyle(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.