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 classCTCol.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 booleangetBestFit()Gets the "bestFit" attributebooleangetCollapsed()Gets the "collapsed" attributebooleangetCustomWidth()Gets the "customWidth" attributebooleangetHidden()Gets the "hidden" attributelonggetMax()Gets the "max" attributelonggetMin()Gets the "min" attributeshortgetOutlineLevel()Gets the "outlineLevel" attributebooleangetPhonetic()Gets the "phonetic" attributelonggetStyle()Gets the "style" attributedoublegetWidth()Gets the "width" attributebooleanisSetBestFit()True if has "bestFit" attributebooleanisSetCollapsed()True if has "collapsed" attributebooleanisSetCustomWidth()True if has "customWidth" attributebooleanisSetHidden()True if has "hidden" attributebooleanisSetOutlineLevel()True if has "outlineLevel" attributebooleanisSetPhonetic()True if has "phonetic" attributebooleanisSetStyle()True if has "style" attributebooleanisSetWidth()True if has "width" attributevoidsetBestFit(boolean bestFit)Sets the "bestFit" attributevoidsetCollapsed(boolean collapsed)Sets the "collapsed" attributevoidsetCustomWidth(boolean customWidth)Sets the "customWidth" attributevoidsetHidden(boolean hidden)Sets the "hidden" attributevoidsetMax(long max)Sets the "max" attributevoidsetMin(long min)Sets the "min" attributevoidsetOutlineLevel(short outlineLevel)Sets the "outlineLevel" attributevoidsetPhonetic(boolean phonetic)Sets the "phonetic" attributevoidsetStyle(long style)Sets the "style" attributevoidsetWidth(double width)Sets the "width" attributevoidunsetBestFit()Unsets the "bestFit" attributevoidunsetCollapsed()Unsets the "collapsed" attributevoidunsetCustomWidth()Unsets the "customWidth" attributevoidunsetHidden()Unsets the "hidden" attributevoidunsetOutlineLevel()Unsets the "outlineLevel" attributevoidunsetPhonetic()Unsets the "phonetic" attributevoidunsetStyle()Unsets the "style" attributevoidunsetWidth()Unsets the "width" attributeXmlBooleanxgetBestFit()Gets (as xml) the "bestFit" attributeXmlBooleanxgetCollapsed()Gets (as xml) the "collapsed" attributeXmlBooleanxgetCustomWidth()Gets (as xml) the "customWidth" attributeXmlBooleanxgetHidden()Gets (as xml) the "hidden" attributeXmlUnsignedIntxgetMax()Gets (as xml) the "max" attributeXmlUnsignedIntxgetMin()Gets (as xml) the "min" attributeXmlUnsignedBytexgetOutlineLevel()Gets (as xml) the "outlineLevel" attributeXmlBooleanxgetPhonetic()Gets (as xml) the "phonetic" attributeXmlUnsignedIntxgetStyle()Gets (as xml) the "style" attributeXmlDoublexgetWidth()Gets (as xml) the "width" attributevoidxsetBestFit(XmlBoolean bestFit)Sets (as xml) the "bestFit" attributevoidxsetCollapsed(XmlBoolean collapsed)Sets (as xml) the "collapsed" attributevoidxsetCustomWidth(XmlBoolean customWidth)Sets (as xml) the "customWidth" attributevoidxsetHidden(XmlBoolean hidden)Sets (as xml) the "hidden" attributevoidxsetMax(XmlUnsignedInt max)Sets (as xml) the "max" attributevoidxsetMin(XmlUnsignedInt min)Sets (as xml) the "min" attributevoidxsetOutlineLevel(XmlUnsignedByte outlineLevel)Sets (as xml) the "outlineLevel" attributevoidxsetPhonetic(XmlBoolean phonetic)Sets (as xml) the "phonetic" attributevoidxsetStyle(XmlUnsignedInt style)Sets (as xml) the "style" attributevoidxsetWidth(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
-
-