Interface CTStyles
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Styles(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "docDefaults" elementAppends and returns a new empty "latentStyles" elementAppends and returns a new empty value (as xml) as the last "style" elementGets the "docDefaults" elementGets the "latentStyles" elementCTStyle[]Gets array of all "style" elementsgetStyleArray(int i) Gets ith "style" elementGets a List of "style" elementsinsertNewStyle(int i) Inserts and returns a new empty value (as xml) as the ith "style" elementbooleanTrue if has "docDefaults" elementbooleanTrue if has "latentStyles" elementvoidremoveStyle(int i) Removes the ith "style" elementvoidsetDocDefaults(CTDocDefaults docDefaults) Sets the "docDefaults" elementvoidsetLatentStyles(CTLatentStyles latentStyles) Sets the "latentStyles" elementvoidsetStyleArray(int i, CTStyle style) Sets ith "style" elementvoidsetStyleArray(CTStyle[] styleArray) Sets array of all "style" elementintReturns number of "style" elementvoidUnsets the "docDefaults" elementvoidUnsets the "latentStyles" elementMethods 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
-
getDocDefaults
CTDocDefaults getDocDefaults()Gets the "docDefaults" element -
isSetDocDefaults
boolean isSetDocDefaults()True if has "docDefaults" element -
setDocDefaults
Sets the "docDefaults" element -
addNewDocDefaults
CTDocDefaults addNewDocDefaults()Appends and returns a new empty "docDefaults" element -
unsetDocDefaults
void unsetDocDefaults()Unsets the "docDefaults" element -
getLatentStyles
CTLatentStyles getLatentStyles()Gets the "latentStyles" element -
isSetLatentStyles
boolean isSetLatentStyles()True if has "latentStyles" element -
setLatentStyles
Sets the "latentStyles" element -
addNewLatentStyles
CTLatentStyles addNewLatentStyles()Appends and returns a new empty "latentStyles" element -
unsetLatentStyles
void unsetLatentStyles()Unsets the "latentStyles" element -
getStyleList
Gets a List of "style" elements -
getStyleArray
CTStyle[] getStyleArray()Gets array of all "style" elements -
getStyleArray
Gets ith "style" element -
sizeOfStyleArray
int sizeOfStyleArray()Returns number of "style" element -
setStyleArray
Sets array of all "style" element -
setStyleArray
Sets ith "style" element -
insertNewStyle
Inserts and returns a new empty value (as xml) as the ith "style" element -
addNewStyle
CTStyle addNewStyle()Appends and returns a new empty value (as xml) as the last "style" element -
removeStyle
void removeStyle(int i) Removes the ith "style" element
-