public class CTStylesheet extends java.lang.Object implements Child
Java class for CT_Stylesheet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Stylesheet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numFmts" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_NumFmts" minOccurs="0"/>
<element name="fonts" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Fonts" minOccurs="0"/>
<element name="fills" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Fills" minOccurs="0"/>
<element name="borders" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Borders" minOccurs="0"/>
<element name="cellStyleXfs" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CellStyleXfs" minOccurs="0"/>
<element name="cellXfs" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CellXfs" minOccurs="0"/>
<element name="cellStyles" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CellStyles" minOccurs="0"/>
<element name="dxfs" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Dxfs" minOccurs="0"/>
<element name="tableStyles" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_TableStyles" minOccurs="0"/>
<element name="colors" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Colors" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBorders |
borders |
protected CTCellStyles |
cellStyles |
protected CTCellStyleXfs |
cellStyleXfs |
protected CTCellXfs |
cellXfs |
protected CTColors |
colors |
protected CTDxfs |
dxfs |
protected CTExtensionList |
extLst |
protected CTFills |
fills |
protected CTFonts |
fonts |
protected CTNumFmts |
numFmts |
protected CTTableStyles |
tableStyles |
| Constructor and Description |
|---|
CTStylesheet() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBorders |
getBorders()
Gets the value of the borders property.
|
CTCellStyles |
getCellStyles()
Gets the value of the cellStyles property; the list of named cell style in this workbook.
|
CTCellStyleXfs |
getCellStyleXfs()
Gets the value of the cellStyleXfs (Formatting Records) property.
|
CTCellXfs |
getCellXfs()
Gets the value of the cellXfs (Cell Formats) property.
|
CTColors |
getColors()
Gets the value of the colors property.
|
CTDxfs |
getDxfs()
Gets the value of the dxfs (differential Formats) property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTFills |
getFills()
Gets the value of the fills property.
|
CTFonts |
getFonts()
Gets the value of the fonts property.
|
CTNumFmts |
getNumFmts()
Gets the value of the numFmts property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTableStyles |
getTableStyles()
Gets the value of the tableStyles property.
|
void |
setBorders(CTBorders value)
Sets the value of the borders property.
|
void |
setCellStyles(CTCellStyles value)
Sets the value of the cellStyles property.
|
void |
setCellStyleXfs(CTCellStyleXfs value)
Sets the value of the cellStyleXfs property.
|
void |
setCellXfs(CTCellXfs value)
Sets the value of the cellXfs (Cell Formats) property.
|
void |
setColors(CTColors value)
Sets the value of the colors property.
|
void |
setDxfs(CTDxfs value)
Sets the value of the dxfs property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFills(CTFills value)
Sets the value of the fills property.
|
void |
setFonts(CTFonts value)
Sets the value of the fonts property.
|
void |
setNumFmts(CTNumFmts value)
Sets the value of the numFmts property.
|
void |
setParent(java.lang.Object parent) |
void |
setTableStyles(CTTableStyles value)
Sets the value of the tableStyles property.
|
protected CTNumFmts numFmts
protected CTFonts fonts
protected CTFills fills
protected CTBorders borders
protected CTCellStyleXfs cellStyleXfs
protected CTCellXfs cellXfs
protected CTCellStyles cellStyles
protected CTDxfs dxfs
protected CTTableStyles tableStyles
protected CTColors colors
protected CTExtensionList extLst
public CTNumFmts getNumFmts()
CTNumFmtspublic void setNumFmts(CTNumFmts value)
value - allowed object is
CTNumFmtspublic CTFonts getFonts()
CTFontspublic void setFonts(CTFonts value)
value - allowed object is
CTFontspublic CTFills getFills()
CTFillspublic void setFills(CTFills value)
value - allowed object is
CTFillspublic CTBorders getBorders()
CTBorderspublic void setBorders(CTBorders value)
value - allowed object is
CTBorderspublic CTCellStyleXfs getCellStyleXfs()
CTCellStyleXfspublic void setCellStyleXfs(CTCellStyleXfs value)
value - allowed object is
CTCellStyleXfspublic CTCellXfs getCellXfs()
CTCellXfspublic void setCellXfs(CTCellXfs value)
value - allowed object is
CTCellXfspublic CTCellStyles getCellStyles()
CTCellStylespublic void setCellStyles(CTCellStyles value)
value - allowed object is
CTCellStylespublic CTDxfs getDxfs()
CTDxfspublic void setDxfs(CTDxfs value)
value - allowed object is
CTDxfspublic CTTableStyles getTableStyles()
CTTableStylespublic void setTableStyles(CTTableStyles value)
value - allowed object is
CTTableStylespublic CTColors getColors()
CTColorspublic void setColors(CTColors value)
value - allowed object is
CTColorspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.