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 classCTStylesheet.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 CTBordersaddNewBorders()Appends and returns a new empty "borders" elementCTCellStylesaddNewCellStyles()Appends and returns a new empty "cellStyles" elementCTCellStyleXfsaddNewCellStyleXfs()Appends and returns a new empty "cellStyleXfs" elementCTCellXfsaddNewCellXfs()Appends and returns a new empty "cellXfs" elementCTColorsaddNewColors()Appends and returns a new empty "colors" elementCTDxfsaddNewDxfs()Appends and returns a new empty "dxfs" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTFillsaddNewFills()Appends and returns a new empty "fills" elementCTFontsaddNewFonts()Appends and returns a new empty "fonts" elementCTNumFmtsaddNewNumFmts()Appends and returns a new empty "numFmts" elementCTTableStylesaddNewTableStyles()Appends and returns a new empty "tableStyles" elementCTBordersgetBorders()Gets the "borders" elementCTCellStylesgetCellStyles()Gets the "cellStyles" elementCTCellStyleXfsgetCellStyleXfs()Gets the "cellStyleXfs" elementCTCellXfsgetCellXfs()Gets the "cellXfs" elementCTColorsgetColors()Gets the "colors" elementCTDxfsgetDxfs()Gets the "dxfs" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTFillsgetFills()Gets the "fills" elementCTFontsgetFonts()Gets the "fonts" elementCTNumFmtsgetNumFmts()Gets the "numFmts" elementCTTableStylesgetTableStyles()Gets the "tableStyles" elementbooleanisSetBorders()True if has "borders" elementbooleanisSetCellStyles()True if has "cellStyles" elementbooleanisSetCellStyleXfs()True if has "cellStyleXfs" elementbooleanisSetCellXfs()True if has "cellXfs" elementbooleanisSetColors()True if has "colors" elementbooleanisSetDxfs()True if has "dxfs" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetFills()True if has "fills" elementbooleanisSetFonts()True if has "fonts" elementbooleanisSetNumFmts()True if has "numFmts" elementbooleanisSetTableStyles()True if has "tableStyles" elementvoidsetBorders(CTBorders borders)Sets the "borders" elementvoidsetCellStyles(CTCellStyles cellStyles)Sets the "cellStyles" elementvoidsetCellStyleXfs(CTCellStyleXfs cellStyleXfs)Sets the "cellStyleXfs" elementvoidsetCellXfs(CTCellXfs cellXfs)Sets the "cellXfs" elementvoidsetColors(CTColors colors)Sets the "colors" elementvoidsetDxfs(CTDxfs dxfs)Sets the "dxfs" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFills(CTFills fills)Sets the "fills" elementvoidsetFonts(CTFonts fonts)Sets the "fonts" elementvoidsetNumFmts(CTNumFmts numFmts)Sets the "numFmts" elementvoidsetTableStyles(CTTableStyles tableStyles)Sets the "tableStyles" elementvoidunsetBorders()Unsets the "borders" elementvoidunsetCellStyles()Unsets the "cellStyles" elementvoidunsetCellStyleXfs()Unsets the "cellStyleXfs" elementvoidunsetCellXfs()Unsets the "cellXfs" elementvoidunsetColors()Unsets the "colors" elementvoidunsetDxfs()Unsets the "dxfs" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetFills()Unsets the "fills" elementvoidunsetFonts()Unsets the "fonts" elementvoidunsetNumFmts()Unsets the "numFmts" elementvoidunsetTableStyles()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
-
-