Interface CTColumns
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Columns(@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 value (as xml) as the last "col" elementCTColumn[]Gets array of all "col" elementsgetColArray(int i) Gets ith "col" elementGets a List of "col" elementsGets the "equalWidth" attributegetNum()Gets the "num" attributegetSep()Gets the "sep" attributegetSpace()Gets the "space" attributeinsertNewCol(int i) Inserts and returns a new empty value (as xml) as the ith "col" elementbooleanTrue if has "equalWidth" attributebooleanisSetNum()True if has "num" attributebooleanisSetSep()True if has "sep" attributebooleanTrue if has "space" attributevoidremoveCol(int i) Removes the ith "col" elementvoidsetColArray(int i, CTColumn col) Sets ith "col" elementvoidsetColArray(CTColumn[] colArray) Sets array of all "col" elementvoidsetEqualWidth(Object equalWidth) Sets the "equalWidth" attributevoidsetNum(BigInteger num) Sets the "num" attributevoidSets the "sep" attributevoidSets the "space" attributeintReturns number of "col" elementvoidUnsets the "equalWidth" attributevoidunsetNum()Unsets the "num" attributevoidunsetSep()Unsets the "sep" attributevoidUnsets the "space" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "equalWidth" attributexgetNum()Gets (as xml) the "num" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetSep()Gets (as xml) the "sep" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasureGets (as xml) the "space" attributevoidxsetEqualWidth(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff equalWidth) Sets (as xml) the "equalWidth" attributevoidxsetNum(STDecimalNumber num) Sets (as xml) the "num" attributevoidxsetSep(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff sep) Sets (as xml) the "sep" attributevoidxsetSpace(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure space) Sets (as xml) the "space" 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
-
getColList
Gets a List of "col" elements -
getColArray
CTColumn[] getColArray()Gets array of all "col" elements -
getColArray
Gets ith "col" element -
sizeOfColArray
int sizeOfColArray()Returns number of "col" element -
setColArray
Sets array of all "col" element -
setColArray
Sets ith "col" element -
insertNewCol
Inserts and returns a new empty value (as xml) as the ith "col" element -
addNewCol
CTColumn addNewCol()Appends and returns a new empty value (as xml) as the last "col" element -
removeCol
void removeCol(int i) Removes the ith "col" element -
getEqualWidth
Object getEqualWidth()Gets the "equalWidth" attribute -
xgetEqualWidth
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetEqualWidth()Gets (as xml) the "equalWidth" attribute -
isSetEqualWidth
boolean isSetEqualWidth()True if has "equalWidth" attribute -
setEqualWidth
Sets the "equalWidth" attribute -
unsetEqualWidth
void unsetEqualWidth()Unsets the "equalWidth" attribute -
getSpace
Object getSpace()Gets the "space" attribute -
xgetSpace
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetSpace()Gets (as xml) the "space" attribute -
isSetSpace
boolean isSetSpace()True if has "space" attribute -
setSpace
Sets the "space" attribute -
unsetSpace
void unsetSpace()Unsets the "space" attribute -
getNum
BigInteger getNum()Gets the "num" attribute -
xgetNum
STDecimalNumber xgetNum()Gets (as xml) the "num" attribute -
isSetNum
boolean isSetNum()True if has "num" attribute -
setNum
Sets the "num" attribute -
xsetNum
Sets (as xml) the "num" attribute -
unsetNum
void unsetNum()Unsets the "num" attribute -
getSep
Object getSep()Gets the "sep" attribute -
xgetSep
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetSep()Gets (as xml) the "sep" attribute -
isSetSep
boolean isSetSep()True if has "sep" attribute -
setSep
Sets the "sep" attribute -
unsetSep
void unsetSep()Unsets the "sep" attribute
-