Interface CTLatentStyles
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_LatentStyles(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTLatentStyles> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "lsdException" elementgetCount()Gets the "count" attributeGets the "defLockedState" attributeGets the "defQFormat" attributeGets the "defSemiHidden" attributeGets the "defUIPriority" attributeGets the "defUnhideWhenUsed" attributeGets array of all "lsdException" elementsgetLsdExceptionArray(int i) Gets ith "lsdException" elementGets a List of "lsdException" elementsinsertNewLsdException(int i) Inserts and returns a new empty value (as xml) as the ith "lsdException" elementbooleanTrue if has "count" attributebooleanTrue if has "defLockedState" attributebooleanTrue if has "defQFormat" attributebooleanTrue if has "defSemiHidden" attributebooleanTrue if has "defUIPriority" attributebooleanTrue if has "defUnhideWhenUsed" attributevoidremoveLsdException(int i) Removes the ith "lsdException" elementvoidsetCount(BigInteger count) Sets the "count" attributevoidsetDefLockedState(Object defLockedState) Sets the "defLockedState" attributevoidsetDefQFormat(Object defQFormat) Sets the "defQFormat" attributevoidsetDefSemiHidden(Object defSemiHidden) Sets the "defSemiHidden" attributevoidsetDefUIPriority(BigInteger defUIPriority) Sets the "defUIPriority" attributevoidsetDefUnhideWhenUsed(Object defUnhideWhenUsed) Sets the "defUnhideWhenUsed" attributevoidsetLsdExceptionArray(int i, CTLsdException lsdException) Sets ith "lsdException" elementvoidsetLsdExceptionArray(CTLsdException[] lsdExceptionArray) Sets array of all "lsdException" elementintReturns number of "lsdException" elementvoidUnsets the "count" attributevoidUnsets the "defLockedState" attributevoidUnsets the "defQFormat" attributevoidUnsets the "defSemiHidden" attributevoidUnsets the "defUIPriority" attributevoidUnsets the "defUnhideWhenUsed" attributeGets (as xml) the "count" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "defLockedState" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "defQFormat" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "defSemiHidden" attributeGets (as xml) the "defUIPriority" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (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" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getLsdExceptionList
List<CTLsdException> getLsdExceptionList()Gets a List of "lsdException" elements -
getLsdExceptionArray
CTLsdException[] getLsdExceptionArray()Gets array of all "lsdException" elements -
getLsdExceptionArray
Gets ith "lsdException" element -
sizeOfLsdExceptionArray
int sizeOfLsdExceptionArray()Returns number of "lsdException" element -
setLsdExceptionArray
Sets array of all "lsdException" element -
setLsdExceptionArray
Sets ith "lsdException" element -
insertNewLsdException
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
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
Sets the "defLockedState" attribute -
unsetDefLockedState
void unsetDefLockedState()Unsets the "defLockedState" attribute -
getDefUIPriority
BigInteger getDefUIPriority()Gets the "defUIPriority" attribute -
xgetDefUIPriority
STDecimalNumber xgetDefUIPriority()Gets (as xml) the "defUIPriority" attribute -
isSetDefUIPriority
boolean isSetDefUIPriority()True if has "defUIPriority" attribute -
setDefUIPriority
Sets the "defUIPriority" attribute -
xsetDefUIPriority
Sets (as xml) the "defUIPriority" attribute -
unsetDefUIPriority
void unsetDefUIPriority()Unsets the "defUIPriority" attribute -
getDefSemiHidden
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
Sets the "defSemiHidden" attribute -
unsetDefSemiHidden
void unsetDefSemiHidden()Unsets the "defSemiHidden" attribute -
getDefUnhideWhenUsed
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
Sets the "defUnhideWhenUsed" attribute -
unsetDefUnhideWhenUsed
void unsetDefUnhideWhenUsed()Unsets the "defUnhideWhenUsed" attribute -
getDefQFormat
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
Sets the "defQFormat" attribute -
unsetDefQFormat
void unsetDefQFormat()Unsets the "defQFormat" attribute -
getCount
BigInteger getCount()Gets the "count" attribute -
xgetCount
STDecimalNumber xgetCount()Gets (as xml) the "count" attribute -
isSetCount
boolean isSetCount()True if has "count" attribute -
setCount
Sets the "count" attribute -
xsetCount
Sets (as xml) the "count" attribute -
unsetCount
void unsetCount()Unsets the "count" attribute
-