Interface CTCol
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCol extends XmlObject
An XML CT_Col(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCol.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 boolean
getBestFit()
Gets the "bestFit" attributeboolean
getCollapsed()
Gets the "collapsed" attributeboolean
getCustomWidth()
Gets the "customWidth" attributeboolean
getHidden()
Gets the "hidden" attributelong
getMax()
Gets the "max" attributelong
getMin()
Gets the "min" attributeshort
getOutlineLevel()
Gets the "outlineLevel" attributeboolean
getPhonetic()
Gets the "phonetic" attributelong
getStyle()
Gets the "style" attributedouble
getWidth()
Gets the "width" attributeboolean
isSetBestFit()
True if has "bestFit" attributeboolean
isSetCollapsed()
True if has "collapsed" attributeboolean
isSetCustomWidth()
True if has "customWidth" attributeboolean
isSetHidden()
True if has "hidden" attributeboolean
isSetOutlineLevel()
True if has "outlineLevel" attributeboolean
isSetPhonetic()
True if has "phonetic" attributeboolean
isSetStyle()
True if has "style" attributeboolean
isSetWidth()
True if has "width" attributevoid
setBestFit(boolean bestFit)
Sets the "bestFit" attributevoid
setCollapsed(boolean collapsed)
Sets the "collapsed" attributevoid
setCustomWidth(boolean customWidth)
Sets the "customWidth" attributevoid
setHidden(boolean hidden)
Sets the "hidden" attributevoid
setMax(long max)
Sets the "max" attributevoid
setMin(long min)
Sets the "min" attributevoid
setOutlineLevel(short outlineLevel)
Sets the "outlineLevel" attributevoid
setPhonetic(boolean phonetic)
Sets the "phonetic" attributevoid
setStyle(long style)
Sets the "style" attributevoid
setWidth(double width)
Sets the "width" attributevoid
unsetBestFit()
Unsets the "bestFit" attributevoid
unsetCollapsed()
Unsets the "collapsed" attributevoid
unsetCustomWidth()
Unsets the "customWidth" attributevoid
unsetHidden()
Unsets the "hidden" attributevoid
unsetOutlineLevel()
Unsets the "outlineLevel" attributevoid
unsetPhonetic()
Unsets the "phonetic" attributevoid
unsetStyle()
Unsets the "style" attributevoid
unsetWidth()
Unsets the "width" attributeXmlBoolean
xgetBestFit()
Gets (as xml) the "bestFit" attributeXmlBoolean
xgetCollapsed()
Gets (as xml) the "collapsed" attributeXmlBoolean
xgetCustomWidth()
Gets (as xml) the "customWidth" attributeXmlBoolean
xgetHidden()
Gets (as xml) the "hidden" attributeXmlUnsignedInt
xgetMax()
Gets (as xml) the "max" attributeXmlUnsignedInt
xgetMin()
Gets (as xml) the "min" attributeXmlUnsignedByte
xgetOutlineLevel()
Gets (as xml) the "outlineLevel" attributeXmlBoolean
xgetPhonetic()
Gets (as xml) the "phonetic" attributeXmlUnsignedInt
xgetStyle()
Gets (as xml) the "style" attributeXmlDouble
xgetWidth()
Gets (as xml) the "width" attributevoid
xsetBestFit(XmlBoolean bestFit)
Sets (as xml) the "bestFit" attributevoid
xsetCollapsed(XmlBoolean collapsed)
Sets (as xml) the "collapsed" attributevoid
xsetCustomWidth(XmlBoolean customWidth)
Sets (as xml) the "customWidth" attributevoid
xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attributevoid
xsetMax(XmlUnsignedInt max)
Sets (as xml) the "max" attributevoid
xsetMin(XmlUnsignedInt min)
Sets (as xml) the "min" attributevoid
xsetOutlineLevel(XmlUnsignedByte outlineLevel)
Sets (as xml) the "outlineLevel" attributevoid
xsetPhonetic(XmlBoolean phonetic)
Sets (as xml) the "phonetic" attributevoid
xsetStyle(XmlUnsignedInt style)
Sets (as xml) the "style" attributevoid
xsetWidth(XmlDouble width)
Sets (as xml) the "width" 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
-
getMin
long getMin()
Gets the "min" attribute
-
xgetMin
XmlUnsignedInt xgetMin()
Gets (as xml) the "min" attribute
-
setMin
void setMin(long min)
Sets the "min" attribute
-
xsetMin
void xsetMin(XmlUnsignedInt min)
Sets (as xml) the "min" attribute
-
getMax
long getMax()
Gets the "max" attribute
-
xgetMax
XmlUnsignedInt xgetMax()
Gets (as xml) the "max" attribute
-
setMax
void setMax(long max)
Sets the "max" attribute
-
xsetMax
void xsetMax(XmlUnsignedInt max)
Sets (as xml) the "max" attribute
-
getWidth
double getWidth()
Gets the "width" attribute
-
xgetWidth
XmlDouble xgetWidth()
Gets (as xml) the "width" attribute
-
isSetWidth
boolean isSetWidth()
True if has "width" attribute
-
setWidth
void setWidth(double width)
Sets the "width" attribute
-
xsetWidth
void xsetWidth(XmlDouble width)
Sets (as xml) the "width" attribute
-
unsetWidth
void unsetWidth()
Unsets the "width" attribute
-
getStyle
long getStyle()
Gets the "style" attribute
-
xgetStyle
XmlUnsignedInt xgetStyle()
Gets (as xml) the "style" attribute
-
isSetStyle
boolean isSetStyle()
True if has "style" attribute
-
setStyle
void setStyle(long style)
Sets the "style" attribute
-
xsetStyle
void xsetStyle(XmlUnsignedInt style)
Sets (as xml) the "style" attribute
-
unsetStyle
void unsetStyle()
Unsets the "style" attribute
-
getHidden
boolean getHidden()
Gets the "hidden" attribute
-
xgetHidden
XmlBoolean xgetHidden()
Gets (as xml) the "hidden" attribute
-
isSetHidden
boolean isSetHidden()
True if has "hidden" attribute
-
setHidden
void setHidden(boolean hidden)
Sets the "hidden" attribute
-
xsetHidden
void xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attribute
-
unsetHidden
void unsetHidden()
Unsets the "hidden" attribute
-
getBestFit
boolean getBestFit()
Gets the "bestFit" attribute
-
xgetBestFit
XmlBoolean xgetBestFit()
Gets (as xml) the "bestFit" attribute
-
isSetBestFit
boolean isSetBestFit()
True if has "bestFit" attribute
-
setBestFit
void setBestFit(boolean bestFit)
Sets the "bestFit" attribute
-
xsetBestFit
void xsetBestFit(XmlBoolean bestFit)
Sets (as xml) the "bestFit" attribute
-
unsetBestFit
void unsetBestFit()
Unsets the "bestFit" attribute
-
getCustomWidth
boolean getCustomWidth()
Gets the "customWidth" attribute
-
xgetCustomWidth
XmlBoolean xgetCustomWidth()
Gets (as xml) the "customWidth" attribute
-
isSetCustomWidth
boolean isSetCustomWidth()
True if has "customWidth" attribute
-
setCustomWidth
void setCustomWidth(boolean customWidth)
Sets the "customWidth" attribute
-
xsetCustomWidth
void xsetCustomWidth(XmlBoolean customWidth)
Sets (as xml) the "customWidth" attribute
-
unsetCustomWidth
void unsetCustomWidth()
Unsets the "customWidth" attribute
-
getPhonetic
boolean getPhonetic()
Gets the "phonetic" attribute
-
xgetPhonetic
XmlBoolean xgetPhonetic()
Gets (as xml) the "phonetic" attribute
-
isSetPhonetic
boolean isSetPhonetic()
True if has "phonetic" attribute
-
setPhonetic
void setPhonetic(boolean phonetic)
Sets the "phonetic" attribute
-
xsetPhonetic
void xsetPhonetic(XmlBoolean phonetic)
Sets (as xml) the "phonetic" attribute
-
unsetPhonetic
void unsetPhonetic()
Unsets the "phonetic" attribute
-
getOutlineLevel
short getOutlineLevel()
Gets the "outlineLevel" attribute
-
xgetOutlineLevel
XmlUnsignedByte xgetOutlineLevel()
Gets (as xml) the "outlineLevel" attribute
-
isSetOutlineLevel
boolean isSetOutlineLevel()
True if has "outlineLevel" attribute
-
setOutlineLevel
void setOutlineLevel(short outlineLevel)
Sets the "outlineLevel" attribute
-
xsetOutlineLevel
void xsetOutlineLevel(XmlUnsignedByte outlineLevel)
Sets (as xml) the "outlineLevel" attribute
-
unsetOutlineLevel
void unsetOutlineLevel()
Unsets the "outlineLevel" attribute
-
getCollapsed
boolean getCollapsed()
Gets the "collapsed" attribute
-
xgetCollapsed
XmlBoolean xgetCollapsed()
Gets (as xml) the "collapsed" attribute
-
isSetCollapsed
boolean isSetCollapsed()
True if has "collapsed" attribute
-
setCollapsed
void setCollapsed(boolean collapsed)
Sets the "collapsed" attribute
-
xsetCollapsed
void xsetCollapsed(XmlBoolean collapsed)
Sets (as xml) the "collapsed" attribute
-
unsetCollapsed
void unsetCollapsed()
Unsets the "collapsed" attribute
-
-