Uses of Class
com.stimulsoft.report.export.tools.StiCellStyle

Packages that use StiCellStyle
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.export.tools.html   
 

Uses of StiCellStyle in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service that return types with arguments of type StiCellStyle
 java.util.ArrayList<StiCellStyle> StiHtmlExportService.getStyles()
           
 

Methods in com.stimulsoft.report.export.service with parameters of type StiCellStyle
 void StiHtmlExportService.renderTextHorAlignment(StiHtmlTableCell cell, StiCellStyle style)
          Render text horizontal alignmeng
 

Method parameters in com.stimulsoft.report.export.service with type arguments of type StiCellStyle
 void StiHtmlExportService.setStyles(java.util.ArrayList<StiCellStyle> styles)
           
 

Uses of StiCellStyle in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools that return StiCellStyle
 StiCellStyle StiCellStyle.clone()
          Clobe StiCellStyle
 StiCellStyle StiCell.getCellStyle()
           
 StiCellStyle[][] StiMatrix.getCellStyles()
           
 StiCellStyle StiMatrix.getStyleFromComponent(StiComponent component, int x, int y)
          Get StiCellStyle from StiComponent
 

Methods in com.stimulsoft.report.export.tools that return types with arguments of type StiCellStyle
 java.util.ArrayList<StiCellStyle> StiMatrix.getStyles()
           
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiCellStyle
 void StiCell.setCellStyle(StiCellStyle cellStyle)
           
 

Method parameters in com.stimulsoft.report.export.tools with type arguments of type StiCellStyle
 void StiMatrix.setStyles(java.util.ArrayList<StiCellStyle> styles)
           
 

Constructor parameters in com.stimulsoft.report.export.tools with type arguments of type StiCellStyle
StiMatrix(StiPagesCollection pages, boolean checkForExcel, StiExportService service, java.util.ArrayList<StiCellStyle> styles)
           
StiMatrix(StiPagesCollection pages, StiExportService service, java.util.ArrayList<StiCellStyle> styles)
           
 

Uses of StiCellStyle in com.stimulsoft.report.export.tools.html
 

Methods in com.stimulsoft.report.export.tools.html with parameters of type StiCellStyle
 void StiHtmlTableRender.renderStyle(StiCellStyle style)
          Render style
 void StiHtmlTableRender.renderStyleTable(StiHtmlTableCell cell, StiCellStyle style)
          Render style table