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 classCTLatentStyles.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTLsdExceptionaddNewLsdException()Appends and returns a new empty value (as xml) as the last "lsdException" elementjava.math.BigIntegergetCount()Gets the "count" attributeSTOnOff.EnumgetDefLockedState()Gets the "defLockedState" attributeSTOnOff.EnumgetDefQFormat()Gets the "defQFormat" attributeSTOnOff.EnumgetDefSemiHidden()Gets the "defSemiHidden" attributejava.math.BigIntegergetDefUIPriority()Gets the "defUIPriority" attributeSTOnOff.EnumgetDefUnhideWhenUsed()Gets the "defUnhideWhenUsed" attributeCTLsdException[]getLsdExceptionArray()Deprecated.CTLsdExceptiongetLsdExceptionArray(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(STOnOff.Enum defLockedState)Sets the "defLockedState" attributevoidsetDefQFormat(STOnOff.Enum defQFormat)Sets the "defQFormat" attributevoidsetDefSemiHidden(STOnOff.Enum defSemiHidden)Sets the "defSemiHidden" attributevoidsetDefUIPriority(java.math.BigInteger defUIPriority)Sets the "defUIPriority" attributevoidsetDefUnhideWhenUsed(STOnOff.Enum 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" attributeSTOnOffxgetDefLockedState()Gets (as xml) the "defLockedState" attributeSTOnOffxgetDefQFormat()Gets (as xml) the "defQFormat" attributeSTOnOffxgetDefSemiHidden()Gets (as xml) the "defSemiHidden" attributeSTDecimalNumberxgetDefUIPriority()Gets (as xml) the "defUIPriority" attributeSTOnOffxgetDefUnhideWhenUsed()Gets (as xml) the "defUnhideWhenUsed" attributevoidxsetCount(STDecimalNumber count)Sets (as xml) the "count" attributevoidxsetDefLockedState(STOnOff defLockedState)Sets (as xml) the "defLockedState" attributevoidxsetDefQFormat(STOnOff defQFormat)Sets (as xml) the "defQFormat" attributevoidxsetDefSemiHidden(STOnOff defSemiHidden)Sets (as xml) the "defSemiHidden" attributevoidxsetDefUIPriority(STDecimalNumber defUIPriority)Sets (as xml) the "defUIPriority" attributevoidxsetDefUnhideWhenUsed(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
-
-