Interface CTStylesheet
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTStylesheet extends XmlObject
An XML CT_Stylesheet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTStylesheet.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 CTBorders
addNewBorders()
Appends and returns a new empty "borders" elementCTCellStyles
addNewCellStyles()
Appends and returns a new empty "cellStyles" elementCTCellStyleXfs
addNewCellStyleXfs()
Appends and returns a new empty "cellStyleXfs" elementCTCellXfs
addNewCellXfs()
Appends and returns a new empty "cellXfs" elementCTColors
addNewColors()
Appends and returns a new empty "colors" elementCTDxfs
addNewDxfs()
Appends and returns a new empty "dxfs" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTFills
addNewFills()
Appends and returns a new empty "fills" elementCTFonts
addNewFonts()
Appends and returns a new empty "fonts" elementCTNumFmts
addNewNumFmts()
Appends and returns a new empty "numFmts" elementCTTableStyles
addNewTableStyles()
Appends and returns a new empty "tableStyles" elementCTBorders
getBorders()
Gets the "borders" elementCTCellStyles
getCellStyles()
Gets the "cellStyles" elementCTCellStyleXfs
getCellStyleXfs()
Gets the "cellStyleXfs" elementCTCellXfs
getCellXfs()
Gets the "cellXfs" elementCTColors
getColors()
Gets the "colors" elementCTDxfs
getDxfs()
Gets the "dxfs" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTFills
getFills()
Gets the "fills" elementCTFonts
getFonts()
Gets the "fonts" elementCTNumFmts
getNumFmts()
Gets the "numFmts" elementCTTableStyles
getTableStyles()
Gets the "tableStyles" elementboolean
isSetBorders()
True if has "borders" elementboolean
isSetCellStyles()
True if has "cellStyles" elementboolean
isSetCellStyleXfs()
True if has "cellStyleXfs" elementboolean
isSetCellXfs()
True if has "cellXfs" elementboolean
isSetColors()
True if has "colors" elementboolean
isSetDxfs()
True if has "dxfs" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFills()
True if has "fills" elementboolean
isSetFonts()
True if has "fonts" elementboolean
isSetNumFmts()
True if has "numFmts" elementboolean
isSetTableStyles()
True if has "tableStyles" elementvoid
setBorders(CTBorders borders)
Sets the "borders" elementvoid
setCellStyles(CTCellStyles cellStyles)
Sets the "cellStyles" elementvoid
setCellStyleXfs(CTCellStyleXfs cellStyleXfs)
Sets the "cellStyleXfs" elementvoid
setCellXfs(CTCellXfs cellXfs)
Sets the "cellXfs" elementvoid
setColors(CTColors colors)
Sets the "colors" elementvoid
setDxfs(CTDxfs dxfs)
Sets the "dxfs" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFills(CTFills fills)
Sets the "fills" elementvoid
setFonts(CTFonts fonts)
Sets the "fonts" elementvoid
setNumFmts(CTNumFmts numFmts)
Sets the "numFmts" elementvoid
setTableStyles(CTTableStyles tableStyles)
Sets the "tableStyles" elementvoid
unsetBorders()
Unsets the "borders" elementvoid
unsetCellStyles()
Unsets the "cellStyles" elementvoid
unsetCellStyleXfs()
Unsets the "cellStyleXfs" elementvoid
unsetCellXfs()
Unsets the "cellXfs" elementvoid
unsetColors()
Unsets the "colors" elementvoid
unsetDxfs()
Unsets the "dxfs" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFills()
Unsets the "fills" elementvoid
unsetFonts()
Unsets the "fonts" elementvoid
unsetNumFmts()
Unsets the "numFmts" elementvoid
unsetTableStyles()
Unsets the "tableStyles" element-
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
-
getNumFmts
CTNumFmts getNumFmts()
Gets the "numFmts" element
-
isSetNumFmts
boolean isSetNumFmts()
True if has "numFmts" element
-
setNumFmts
void setNumFmts(CTNumFmts numFmts)
Sets the "numFmts" element
-
addNewNumFmts
CTNumFmts addNewNumFmts()
Appends and returns a new empty "numFmts" element
-
unsetNumFmts
void unsetNumFmts()
Unsets the "numFmts" element
-
getFonts
CTFonts getFonts()
Gets the "fonts" element
-
isSetFonts
boolean isSetFonts()
True if has "fonts" element
-
setFonts
void setFonts(CTFonts fonts)
Sets the "fonts" element
-
addNewFonts
CTFonts addNewFonts()
Appends and returns a new empty "fonts" element
-
unsetFonts
void unsetFonts()
Unsets the "fonts" element
-
getFills
CTFills getFills()
Gets the "fills" element
-
isSetFills
boolean isSetFills()
True if has "fills" element
-
setFills
void setFills(CTFills fills)
Sets the "fills" element
-
addNewFills
CTFills addNewFills()
Appends and returns a new empty "fills" element
-
unsetFills
void unsetFills()
Unsets the "fills" element
-
getBorders
CTBorders getBorders()
Gets the "borders" element
-
isSetBorders
boolean isSetBorders()
True if has "borders" element
-
setBorders
void setBorders(CTBorders borders)
Sets the "borders" element
-
addNewBorders
CTBorders addNewBorders()
Appends and returns a new empty "borders" element
-
unsetBorders
void unsetBorders()
Unsets the "borders" element
-
getCellStyleXfs
CTCellStyleXfs getCellStyleXfs()
Gets the "cellStyleXfs" element
-
isSetCellStyleXfs
boolean isSetCellStyleXfs()
True if has "cellStyleXfs" element
-
setCellStyleXfs
void setCellStyleXfs(CTCellStyleXfs cellStyleXfs)
Sets the "cellStyleXfs" element
-
addNewCellStyleXfs
CTCellStyleXfs addNewCellStyleXfs()
Appends and returns a new empty "cellStyleXfs" element
-
unsetCellStyleXfs
void unsetCellStyleXfs()
Unsets the "cellStyleXfs" element
-
getCellXfs
CTCellXfs getCellXfs()
Gets the "cellXfs" element
-
isSetCellXfs
boolean isSetCellXfs()
True if has "cellXfs" element
-
setCellXfs
void setCellXfs(CTCellXfs cellXfs)
Sets the "cellXfs" element
-
addNewCellXfs
CTCellXfs addNewCellXfs()
Appends and returns a new empty "cellXfs" element
-
unsetCellXfs
void unsetCellXfs()
Unsets the "cellXfs" element
-
getCellStyles
CTCellStyles getCellStyles()
Gets the "cellStyles" element
-
isSetCellStyles
boolean isSetCellStyles()
True if has "cellStyles" element
-
setCellStyles
void setCellStyles(CTCellStyles cellStyles)
Sets the "cellStyles" element
-
addNewCellStyles
CTCellStyles addNewCellStyles()
Appends and returns a new empty "cellStyles" element
-
unsetCellStyles
void unsetCellStyles()
Unsets the "cellStyles" element
-
getDxfs
CTDxfs getDxfs()
Gets the "dxfs" element
-
isSetDxfs
boolean isSetDxfs()
True if has "dxfs" element
-
setDxfs
void setDxfs(CTDxfs dxfs)
Sets the "dxfs" element
-
addNewDxfs
CTDxfs addNewDxfs()
Appends and returns a new empty "dxfs" element
-
unsetDxfs
void unsetDxfs()
Unsets the "dxfs" element
-
getTableStyles
CTTableStyles getTableStyles()
Gets the "tableStyles" element
-
isSetTableStyles
boolean isSetTableStyles()
True if has "tableStyles" element
-
setTableStyles
void setTableStyles(CTTableStyles tableStyles)
Sets the "tableStyles" element
-
addNewTableStyles
CTTableStyles addNewTableStyles()
Appends and returns a new empty "tableStyles" element
-
unsetTableStyles
void unsetTableStyles()
Unsets the "tableStyles" element
-
getColors
CTColors getColors()
Gets the "colors" element
-
isSetColors
boolean isSetColors()
True if has "colors" element
-
setColors
void setColors(CTColors colors)
Sets the "colors" element
-
addNewColors
CTColors addNewColors()
Appends and returns a new empty "colors" element
-
unsetColors
void unsetColors()
Unsets the "colors" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-