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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTLatentStyles.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTLsdException
addNewLsdException()
Appends and returns a new empty value (as xml) as the last "lsdException" elementjava.math.BigInteger
getCount()
Gets the "count" attributeSTOnOff.Enum
getDefLockedState()
Gets the "defLockedState" attributeSTOnOff.Enum
getDefQFormat()
Gets the "defQFormat" attributeSTOnOff.Enum
getDefSemiHidden()
Gets the "defSemiHidden" attributejava.math.BigInteger
getDefUIPriority()
Gets the "defUIPriority" attributeSTOnOff.Enum
getDefUnhideWhenUsed()
Gets the "defUnhideWhenUsed" attributeCTLsdException[]
getLsdExceptionArray()
Deprecated.CTLsdException
getLsdExceptionArray(int i)
Gets ith "lsdException" elementjava.util.List<CTLsdException>
getLsdExceptionList()
Gets a List of "lsdException" elementsCTLsdException
insertNewLsdException(int i)
Inserts and returns a new empty value (as xml) as the ith "lsdException" elementboolean
isSetCount()
True if has "count" attributeboolean
isSetDefLockedState()
True if has "defLockedState" attributeboolean
isSetDefQFormat()
True if has "defQFormat" attributeboolean
isSetDefSemiHidden()
True if has "defSemiHidden" attributeboolean
isSetDefUIPriority()
True if has "defUIPriority" attributeboolean
isSetDefUnhideWhenUsed()
True if has "defUnhideWhenUsed" attributevoid
removeLsdException(int i)
Removes the ith "lsdException" elementvoid
setCount(java.math.BigInteger count)
Sets the "count" attributevoid
setDefLockedState(STOnOff.Enum defLockedState)
Sets the "defLockedState" attributevoid
setDefQFormat(STOnOff.Enum defQFormat)
Sets the "defQFormat" attributevoid
setDefSemiHidden(STOnOff.Enum defSemiHidden)
Sets the "defSemiHidden" attributevoid
setDefUIPriority(java.math.BigInteger defUIPriority)
Sets the "defUIPriority" attributevoid
setDefUnhideWhenUsed(STOnOff.Enum defUnhideWhenUsed)
Sets the "defUnhideWhenUsed" attributevoid
setLsdExceptionArray(int i, CTLsdException lsdException)
Sets ith "lsdException" elementvoid
setLsdExceptionArray(CTLsdException[] lsdExceptionArray)
Sets array of all "lsdException" elementint
sizeOfLsdExceptionArray()
Returns number of "lsdException" elementvoid
unsetCount()
Unsets the "count" attributevoid
unsetDefLockedState()
Unsets the "defLockedState" attributevoid
unsetDefQFormat()
Unsets the "defQFormat" attributevoid
unsetDefSemiHidden()
Unsets the "defSemiHidden" attributevoid
unsetDefUIPriority()
Unsets the "defUIPriority" attributevoid
unsetDefUnhideWhenUsed()
Unsets the "defUnhideWhenUsed" attributeSTDecimalNumber
xgetCount()
Gets (as xml) the "count" attributeSTOnOff
xgetDefLockedState()
Gets (as xml) the "defLockedState" attributeSTOnOff
xgetDefQFormat()
Gets (as xml) the "defQFormat" attributeSTOnOff
xgetDefSemiHidden()
Gets (as xml) the "defSemiHidden" attributeSTDecimalNumber
xgetDefUIPriority()
Gets (as xml) the "defUIPriority" attributeSTOnOff
xgetDefUnhideWhenUsed()
Gets (as xml) the "defUnhideWhenUsed" attributevoid
xsetCount(STDecimalNumber count)
Sets (as xml) the "count" attributevoid
xsetDefLockedState(STOnOff defLockedState)
Sets (as xml) the "defLockedState" attributevoid
xsetDefQFormat(STOnOff defQFormat)
Sets (as xml) the "defQFormat" attributevoid
xsetDefSemiHidden(STOnOff defSemiHidden)
Sets (as xml) the "defSemiHidden" attributevoid
xsetDefUIPriority(STDecimalNumber defUIPriority)
Sets (as xml) the "defUIPriority" attributevoid
xsetDefUnhideWhenUsed(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getLsdExceptionList
java.util.List<CTLsdException> getLsdExceptionList()
Gets a List of "lsdException" elements
-
getLsdExceptionArray
@Deprecated CTLsdException[] getLsdExceptionArray()
Deprecated.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
STOnOff.Enum getDefLockedState()
Gets the "defLockedState" attribute
-
xgetDefLockedState
STOnOff xgetDefLockedState()
Gets (as xml) the "defLockedState" attribute
-
isSetDefLockedState
boolean isSetDefLockedState()
True if has "defLockedState" attribute
-
setDefLockedState
void setDefLockedState(STOnOff.Enum defLockedState)
Sets the "defLockedState" attribute
-
xsetDefLockedState
void xsetDefLockedState(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
STOnOff.Enum getDefSemiHidden()
Gets the "defSemiHidden" attribute
-
xgetDefSemiHidden
STOnOff xgetDefSemiHidden()
Gets (as xml) the "defSemiHidden" attribute
-
isSetDefSemiHidden
boolean isSetDefSemiHidden()
True if has "defSemiHidden" attribute
-
setDefSemiHidden
void setDefSemiHidden(STOnOff.Enum defSemiHidden)
Sets the "defSemiHidden" attribute
-
xsetDefSemiHidden
void xsetDefSemiHidden(STOnOff defSemiHidden)
Sets (as xml) the "defSemiHidden" attribute
-
unsetDefSemiHidden
void unsetDefSemiHidden()
Unsets the "defSemiHidden" attribute
-
getDefUnhideWhenUsed
STOnOff.Enum getDefUnhideWhenUsed()
Gets the "defUnhideWhenUsed" attribute
-
xgetDefUnhideWhenUsed
STOnOff xgetDefUnhideWhenUsed()
Gets (as xml) the "defUnhideWhenUsed" attribute
-
isSetDefUnhideWhenUsed
boolean isSetDefUnhideWhenUsed()
True if has "defUnhideWhenUsed" attribute
-
setDefUnhideWhenUsed
void setDefUnhideWhenUsed(STOnOff.Enum defUnhideWhenUsed)
Sets the "defUnhideWhenUsed" attribute
-
xsetDefUnhideWhenUsed
void xsetDefUnhideWhenUsed(STOnOff defUnhideWhenUsed)
Sets (as xml) the "defUnhideWhenUsed" attribute
-
unsetDefUnhideWhenUsed
void unsetDefUnhideWhenUsed()
Unsets the "defUnhideWhenUsed" attribute
-
getDefQFormat
STOnOff.Enum getDefQFormat()
Gets the "defQFormat" attribute
-
xgetDefQFormat
STOnOff xgetDefQFormat()
Gets (as xml) the "defQFormat" attribute
-
isSetDefQFormat
boolean isSetDefQFormat()
True if has "defQFormat" attribute
-
setDefQFormat
void setDefQFormat(STOnOff.Enum defQFormat)
Sets the "defQFormat" attribute
-
xsetDefQFormat
void xsetDefQFormat(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
-
-