public class StylesPart extends XlsxPart
NL
Constructor and Description |
---|
StylesPart(Xlsx inXlsx)
This constructor should only be used by the Xlsx object.
|
StylesPart(Xlsx inXlsx,
BufferedInputStream inStream) |
clone, getParentDoc, setParentDoc
getFile, getOrCreateSubtag, setFile, setParentDoc, toString
setDoctype, setEncoding, setIsStandalone, setName, setSpec
getDoctype, getEncoding, getHeader, getRootNode, getTagReader, getTopLevelComments, isConstructedContent, name, prepareForOutput, replaceCharacterEntities, setRootNode, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML, toXML
public StylesPart(Xlsx inXlsx)
inXlsx
- the parent Excel documentpublic StylesPart(Xlsx inXlsx, BufferedInputStream inStream)
public void setDefaults()
public SsmlFont getDefaultFont()
public StylesPart setDefaultFont(SsmlFont inValue)
public SsmlFill getDefaultFill()
public SsmlBorder getDefaultBorder()
public SsmlStyleFormat getDefaultStyleFormat()
public SsmlCellFormat getDefaultCellFormat()
public SsmlCellFormat getDefaultDateCellFormat()
public List<SsmlNumberFormat> getNumberFormats()
public int defineNumberFormat(SsmlNumberFormat inValue)
public int defineFont(SsmlFont inValue)
public int defineFill(SsmlFill inValue)
public List<SsmlBorder> getBorders()
public int defineBorder(SsmlBorder inValue)
public int defineCellFormat(SsmlCellFormat inValue)
public List<SsmlCellFormat> getCellFormats()
public int defineDifferentialFormat(SsmlDifferentialFormat inValue)
public List<SsmlDifferentialFormat> getDifferentialFormat()
public int defineStyleFormat(SsmlStyleFormat inValue)
public List<SsmlStyleFormat> getCellStyleFormats()
public SsmlStyleFormat getStyleFormat(int inIndex)
public int defineCellStyle(SsmlCellStyle inValue)
public List<SsmlCellStyle> getCellStyles()
public void finalizeStyles()
jataylor@hairyfatguy.com