Interface CTColumns
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTColumns extends XmlObject
An XML CT_Columns(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTColumns>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTColumnaddNewCol()Appends and returns a new empty value (as xml) as the last "col" elementCTColumn[]getColArray()Gets array of all "col" elementsCTColumngetColArray(int i)Gets ith "col" elementjava.util.List<CTColumn>getColList()Gets a List of "col" elementsjava.lang.ObjectgetEqualWidth()Gets the "equalWidth" attributejava.math.BigIntegergetNum()Gets the "num" attributejava.lang.ObjectgetSep()Gets the "sep" attributejava.lang.ObjectgetSpace()Gets the "space" attributeCTColumninsertNewCol(int i)Inserts and returns a new empty value (as xml) as the ith "col" elementbooleanisSetEqualWidth()True if has "equalWidth" attributebooleanisSetNum()True if has "num" attributebooleanisSetSep()True if has "sep" attributebooleanisSetSpace()True 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(java.lang.Object equalWidth)Sets the "equalWidth" attributevoidsetNum(java.math.BigInteger num)Sets the "num" attributevoidsetSep(java.lang.Object sep)Sets the "sep" attributevoidsetSpace(java.lang.Object space)Sets the "space" attributeintsizeOfColArray()Returns number of "col" elementvoidunsetEqualWidth()Unsets the "equalWidth" attributevoidunsetNum()Unsets the "num" attributevoidunsetSep()Unsets the "sep" attributevoidunsetSpace()Unsets the "space" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetEqualWidth()Gets (as xml) the "equalWidth" attributeSTDecimalNumberxgetNum()Gets (as xml) the "num" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetSep()Gets (as xml) the "sep" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetSpace()Gets (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" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTColumns> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getColList
java.util.List<CTColumn> getColList()
Gets a List of "col" elements
-
getColArray
CTColumn[] getColArray()
Gets array of all "col" elements
-
getColArray
CTColumn getColArray(int i)
Gets ith "col" element
-
sizeOfColArray
int sizeOfColArray()
Returns number of "col" element
-
setColArray
void setColArray(CTColumn[] colArray)
Sets array of all "col" element
-
setColArray
void setColArray(int i, CTColumn col)Sets ith "col" element
-
insertNewCol
CTColumn insertNewCol(int i)
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
java.lang.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
void setEqualWidth(java.lang.Object equalWidth)
Sets the "equalWidth" attribute
-
xsetEqualWidth
void xsetEqualWidth(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff equalWidth)
Sets (as xml) the "equalWidth" attribute
-
unsetEqualWidth
void unsetEqualWidth()
Unsets the "equalWidth" attribute
-
getSpace
java.lang.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
void setSpace(java.lang.Object space)
Sets the "space" attribute
-
xsetSpace
void xsetSpace(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure space)
Sets (as xml) the "space" attribute
-
unsetSpace
void unsetSpace()
Unsets the "space" attribute
-
getNum
java.math.BigInteger getNum()
Gets the "num" attribute
-
xgetNum
STDecimalNumber xgetNum()
Gets (as xml) the "num" attribute
-
isSetNum
boolean isSetNum()
True if has "num" attribute
-
setNum
void setNum(java.math.BigInteger num)
Sets the "num" attribute
-
xsetNum
void xsetNum(STDecimalNumber num)
Sets (as xml) the "num" attribute
-
unsetNum
void unsetNum()
Unsets the "num" attribute
-
getSep
java.lang.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
void setSep(java.lang.Object sep)
Sets the "sep" attribute
-
xsetSep
void xsetSep(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff sep)
Sets (as xml) the "sep" attribute
-
unsetSep
void unsetSep()
Unsets the "sep" attribute
-
-