Interface CTLatentStyles
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTLatentStyles extends XmlObject
An XML CT_LatentStyles(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTLatentStyles>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTLsdExceptionaddNewLsdException()Appends and returns a new empty value (as xml) as the last "lsdException" elementjava.math.BigIntegergetCount()Gets the "count" attributejava.lang.ObjectgetDefLockedState()Gets the "defLockedState" attributejava.lang.ObjectgetDefQFormat()Gets the "defQFormat" attributejava.lang.ObjectgetDefSemiHidden()Gets the "defSemiHidden" attributejava.math.BigIntegergetDefUIPriority()Gets the "defUIPriority" attributejava.lang.ObjectgetDefUnhideWhenUsed()Gets the "defUnhideWhenUsed" attributeCTLsdException[]getLsdExceptionArray()Gets array of all "lsdException" elementsCTLsdExceptiongetLsdExceptionArray(int i)Gets ith "lsdException" elementjava.util.List<CTLsdException>getLsdExceptionList()Gets a List of "lsdException" elementsCTLsdExceptioninsertNewLsdException(int i)Inserts and returns a new empty value (as xml) as the ith "lsdException" elementbooleanisSetCount()True if has "count" attributebooleanisSetDefLockedState()True if has "defLockedState" attributebooleanisSetDefQFormat()True if has "defQFormat" attributebooleanisSetDefSemiHidden()True if has "defSemiHidden" attributebooleanisSetDefUIPriority()True if has "defUIPriority" attributebooleanisSetDefUnhideWhenUsed()True if has "defUnhideWhenUsed" attributevoidremoveLsdException(int i)Removes the ith "lsdException" elementvoidsetCount(java.math.BigInteger count)Sets the "count" attributevoidsetDefLockedState(java.lang.Object defLockedState)Sets the "defLockedState" attributevoidsetDefQFormat(java.lang.Object defQFormat)Sets the "defQFormat" attributevoidsetDefSemiHidden(java.lang.Object defSemiHidden)Sets the "defSemiHidden" attributevoidsetDefUIPriority(java.math.BigInteger defUIPriority)Sets the "defUIPriority" attributevoidsetDefUnhideWhenUsed(java.lang.Object defUnhideWhenUsed)Sets the "defUnhideWhenUsed" attributevoidsetLsdExceptionArray(int i, CTLsdException lsdException)Sets ith "lsdException" elementvoidsetLsdExceptionArray(CTLsdException[] lsdExceptionArray)Sets array of all "lsdException" elementintsizeOfLsdExceptionArray()Returns number of "lsdException" elementvoidunsetCount()Unsets the "count" attributevoidunsetDefLockedState()Unsets the "defLockedState" attributevoidunsetDefQFormat()Unsets the "defQFormat" attributevoidunsetDefSemiHidden()Unsets the "defSemiHidden" attributevoidunsetDefUIPriority()Unsets the "defUIPriority" attributevoidunsetDefUnhideWhenUsed()Unsets the "defUnhideWhenUsed" attributeSTDecimalNumberxgetCount()Gets (as xml) the "count" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetDefLockedState()Gets (as xml) the "defLockedState" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetDefQFormat()Gets (as xml) the "defQFormat" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetDefSemiHidden()Gets (as xml) the "defSemiHidden" attributeSTDecimalNumberxgetDefUIPriority()Gets (as xml) the "defUIPriority" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetDefUnhideWhenUsed()Gets (as xml) the "defUnhideWhenUsed" attributevoidxsetCount(STDecimalNumber count)Sets (as xml) the "count" attributevoidxsetDefLockedState(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff defLockedState)Sets (as xml) the "defLockedState" attributevoidxsetDefQFormat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff defQFormat)Sets (as xml) the "defQFormat" attributevoidxsetDefSemiHidden(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff defSemiHidden)Sets (as xml) the "defSemiHidden" attributevoidxsetDefUIPriority(STDecimalNumber defUIPriority)Sets (as xml) the "defUIPriority" attributevoidxsetDefUnhideWhenUsed(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff defUnhideWhenUsed)Sets (as xml) the "defUnhideWhenUsed" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTLatentStyles> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getLsdExceptionList
java.util.List<CTLsdException> getLsdExceptionList()
Gets a List of "lsdException" elements
-
getLsdExceptionArray
CTLsdException[] getLsdExceptionArray()
Gets array of all "lsdException" elements
-
getLsdExceptionArray
CTLsdException getLsdExceptionArray(int i)
Gets ith "lsdException" element
-
sizeOfLsdExceptionArray
int sizeOfLsdExceptionArray()
Returns number of "lsdException" element
-
setLsdExceptionArray
void setLsdExceptionArray(CTLsdException[] lsdExceptionArray)
Sets array of all "lsdException" element
-
setLsdExceptionArray
void setLsdExceptionArray(int i, CTLsdException lsdException)Sets ith "lsdException" element
-
insertNewLsdException
CTLsdException insertNewLsdException(int i)
Inserts and returns a new empty value (as xml) as the ith "lsdException" element
-
addNewLsdException
CTLsdException addNewLsdException()
Appends and returns a new empty value (as xml) as the last "lsdException" element
-
removeLsdException
void removeLsdException(int i)
Removes the ith "lsdException" element
-
getDefLockedState
java.lang.Object getDefLockedState()
Gets the "defLockedState" attribute
-
xgetDefLockedState
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetDefLockedState()
Gets (as xml) the "defLockedState" attribute
-
isSetDefLockedState
boolean isSetDefLockedState()
True if has "defLockedState" attribute
-
setDefLockedState
void setDefLockedState(java.lang.Object defLockedState)
Sets the "defLockedState" attribute
-
xsetDefLockedState
void xsetDefLockedState(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff defLockedState)
Sets (as xml) the "defLockedState" attribute
-
unsetDefLockedState
void unsetDefLockedState()
Unsets the "defLockedState" attribute
-
getDefUIPriority
java.math.BigInteger getDefUIPriority()
Gets the "defUIPriority" attribute
-
xgetDefUIPriority
STDecimalNumber xgetDefUIPriority()
Gets (as xml) the "defUIPriority" attribute
-
isSetDefUIPriority
boolean isSetDefUIPriority()
True if has "defUIPriority" attribute
-
setDefUIPriority
void setDefUIPriority(java.math.BigInteger defUIPriority)
Sets the "defUIPriority" attribute
-
xsetDefUIPriority
void xsetDefUIPriority(STDecimalNumber defUIPriority)
Sets (as xml) the "defUIPriority" attribute
-
unsetDefUIPriority
void unsetDefUIPriority()
Unsets the "defUIPriority" attribute
-
getDefSemiHidden
java.lang.Object getDefSemiHidden()
Gets the "defSemiHidden" attribute
-
xgetDefSemiHidden
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetDefSemiHidden()
Gets (as xml) the "defSemiHidden" attribute
-
isSetDefSemiHidden
boolean isSetDefSemiHidden()
True if has "defSemiHidden" attribute
-
setDefSemiHidden
void setDefSemiHidden(java.lang.Object defSemiHidden)
Sets the "defSemiHidden" attribute
-
xsetDefSemiHidden
void xsetDefSemiHidden(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff defSemiHidden)
Sets (as xml) the "defSemiHidden" attribute
-
unsetDefSemiHidden
void unsetDefSemiHidden()
Unsets the "defSemiHidden" attribute
-
getDefUnhideWhenUsed
java.lang.Object getDefUnhideWhenUsed()
Gets the "defUnhideWhenUsed" attribute
-
xgetDefUnhideWhenUsed
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetDefUnhideWhenUsed()
Gets (as xml) the "defUnhideWhenUsed" attribute
-
isSetDefUnhideWhenUsed
boolean isSetDefUnhideWhenUsed()
True if has "defUnhideWhenUsed" attribute
-
setDefUnhideWhenUsed
void setDefUnhideWhenUsed(java.lang.Object defUnhideWhenUsed)
Sets the "defUnhideWhenUsed" attribute
-
xsetDefUnhideWhenUsed
void xsetDefUnhideWhenUsed(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff defUnhideWhenUsed)
Sets (as xml) the "defUnhideWhenUsed" attribute
-
unsetDefUnhideWhenUsed
void unsetDefUnhideWhenUsed()
Unsets the "defUnhideWhenUsed" attribute
-
getDefQFormat
java.lang.Object getDefQFormat()
Gets the "defQFormat" attribute
-
xgetDefQFormat
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetDefQFormat()
Gets (as xml) the "defQFormat" attribute
-
isSetDefQFormat
boolean isSetDefQFormat()
True if has "defQFormat" attribute
-
setDefQFormat
void setDefQFormat(java.lang.Object defQFormat)
Sets the "defQFormat" attribute
-
xsetDefQFormat
void xsetDefQFormat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff defQFormat)
Sets (as xml) the "defQFormat" attribute
-
unsetDefQFormat
void unsetDefQFormat()
Unsets the "defQFormat" attribute
-
getCount
java.math.BigInteger getCount()
Gets the "count" attribute
-
xgetCount
STDecimalNumber xgetCount()
Gets (as xml) the "count" attribute
-
isSetCount
boolean isSetCount()
True if has "count" attribute
-
setCount
void setCount(java.math.BigInteger count)
Sets the "count" attribute
-
xsetCount
void xsetCount(STDecimalNumber count)
Sets (as xml) the "count" attribute
-
unsetCount
void unsetCount()
Unsets the "count" attribute
-
-