public class CTStylesheet extends 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(Unmarshaller unmarshaller,
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.
|
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(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()
CTNumFmts
public void setNumFmts(CTNumFmts value)
value
- allowed object is
CTNumFmts
public CTFonts getFonts()
CTFonts
public void setFonts(CTFonts value)
value
- allowed object is
CTFonts
public CTFills getFills()
CTFills
public void setFills(CTFills value)
value
- allowed object is
CTFills
public CTBorders getBorders()
CTBorders
public void setBorders(CTBorders value)
value
- allowed object is
CTBorders
public CTCellStyleXfs getCellStyleXfs()
CTCellStyleXfs
public void setCellStyleXfs(CTCellStyleXfs value)
value
- allowed object is
CTCellStyleXfs
public CTCellXfs getCellXfs()
CTCellXfs
public void setCellXfs(CTCellXfs value)
value
- allowed object is
CTCellXfs
public CTCellStyles getCellStyles()
CTCellStyles
public void setCellStyles(CTCellStyles value)
value
- allowed object is
CTCellStyles
public CTDxfs getDxfs()
CTDxfs
public void setDxfs(CTDxfs value)
value
- allowed object is
CTDxfs
public CTTableStyles getTableStyles()
CTTableStyles
public void setTableStyles(CTTableStyles value)
value
- allowed object is
CTTableStyles
public CTColors getColors()
CTColors
public void setColors(CTColors value)
value
- allowed object is
CTColors
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.