|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CellStyle in jdbreport.design.model |
---|
Constructor parameters in jdbreport.design.model with type arguments of type CellStyle | |
---|---|
TemplateModel(Map<Object,CellStyle> styles)
|
Uses of CellStyle in jdbreport.grid |
---|
Methods in jdbreport.grid that return CellStyle | |
---|---|
CellStyle |
JReportGrid.getCellStyle(Object index)
Returns the CellStyle by index |
Methods in jdbreport.grid with parameters of type CellStyle | |
---|---|
protected void |
JReportGrid.AbstractReportRenderer.setCellStyle(CellStyle style)
|
void |
BorderDialog.updateActions(CellStyle style)
|
Uses of CellStyle in jdbreport.model |
---|
Fields in jdbreport.model declared as CellStyle | |
---|---|
protected static CellStyle |
CellStyle.defaultStyle
|
Methods in jdbreport.model that return CellStyle | |
---|---|
CellStyle |
CellStyle.deriveAngle(int angle)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new angle of rotation to it. |
CellStyle |
CellStyle.deriveAutoHeight(boolean b)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new autoHeight to it. |
CellStyle |
CellStyle.deriveBackground(Color value)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new background color to it. |
CellStyle |
CellStyle.deriveBackground(Color bgColor,
int bgStyle)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new background color and color style to it. |
CellStyle |
CellStyle.deriveBorder(byte position,
Border border)
|
CellStyle |
CellStyle.deriveCarryRows(int count)
|
CellStyle |
CellStyle.deriveFont(float size)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new size to it. |
CellStyle |
CellStyle.deriveFont(int style)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new font's style to it. |
CellStyle |
CellStyle.deriveFont(String fontName)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new font's family name to it. |
CellStyle |
CellStyle.deriveFont(String fontName,
int style,
int size)
Creates a new CellStyle object by replicating this CellStyle object and applying a new font's name, style and size. |
CellStyle |
CellStyle.deriveForeground(Color value)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new foreground color to it. |
CellStyle |
CellStyle.deriveFormat(int decimal)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new decimal position of the numeric value to it. |
CellStyle |
CellStyle.deriveHAlign(int value)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new horizontal alignment to it. |
CellStyle |
CellStyle.deriveLineSpacing(float ls)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new line spacing to it. |
CellStyle |
CellStyle.deriveTypeOffset(int type)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new typeOffset to it. |
CellStyle |
CellStyle.deriveVAlign(int value)
Creates a new CellStyle object by replicating the current CellStyle object and applying a new vertical alignment to it. |
CellStyle |
CellStyle.deriveWrapLine(boolean b)
|
static CellStyle |
CellStyle.getDefaultStyle()
Returns the default CellStyle |
CellStyle |
ReportModel.getStyles(Object index)
Returns the CellStyle by the index |
CellStyle |
ReportBook.getStyles(Object index)
Returns the CellStyle by the index |
CellStyle |
JReportModel.getStyles(Object index)
|
Methods in jdbreport.model that return types with arguments of type CellStyle | |
---|---|
Map<Object,CellStyle> |
ReportBook.getStyleList()
Returns the styles' map |
Map<Object,CellStyle> |
JReportModel.getStyleList()
|
Methods in jdbreport.model with parameters of type CellStyle | |
---|---|
Object |
ReportModel.addStyle(CellStyle style)
Looks for style in the list of styles if doesn't find, adds it to the list otherwise returns the id of the founded style If style's id is null, a new id is appropriated to the style |
Object |
ReportBook.addStyle(CellStyle style)
Looks for style in the list of styles if doesn't find, adds it to the list otherwise returns the id of the founded style If style's id is null, a new id is appropriated to the style |
Object |
JReportModel.addStyle(CellStyle style)
|
Object |
ReportBook.appendStyle(CellStyle style)
Adds the style to the list of styles. |
void |
StringMetrics.setStyle(CellStyle style)
|
Method parameters in jdbreport.model with type arguments of type CellStyle | |
---|---|
void |
ReportModel.setStyleList(Map<Object,CellStyle> map)
|
void |
JReportModel.setStyleList(Map<Object,CellStyle> list)
|
Constructor parameters in jdbreport.model with type arguments of type CellStyle | |
---|---|
JReportModel(int rowCount,
int columnCount,
Map<Object,CellStyle> styleList)
|
|
JReportModel(Map<Object,CellStyle> listStyle)
|
Uses of CellStyle in jdbreport.model.clipboard |
---|
Methods in jdbreport.model.clipboard with parameters of type CellStyle | |
---|---|
protected Object |
ClipStyleParser.appendStyle(CellStyle style)
|
Uses of CellStyle in jdbreport.model.io |
---|
Methods in jdbreport.model.io that return CellStyle | |
---|---|
CellStyle |
Content.createTextStyle(CellStyle parentStyle)
|
CellStyle |
Content.createTextStyle(CellStyle parentStyle,
CellStyle style)
|
Methods in jdbreport.model.io with parameters of type CellStyle | |
---|---|
CellStyle |
Content.createTextStyle(CellStyle parentStyle)
|
CellStyle |
Content.createTextStyle(CellStyle parentStyle,
CellStyle style)
|
Uses of CellStyle in jdbreport.model.io.itext2.pdf |
---|
Methods in jdbreport.model.io.itext2.pdf with parameters of type CellStyle | |
---|---|
com.lowagie.text.Font |
ReportFontMapper.styleToPdf(CellStyle style)
|
protected void |
PdfWriter.writeHTMLText(CellStyle parentStyle,
Cell cell,
com.lowagie.text.pdf.PdfPCell pdfCell)
|
Uses of CellStyle in jdbreport.model.io.itext5.pdf |
---|
Methods in jdbreport.model.io.itext5.pdf with parameters of type CellStyle | |
---|---|
com.itextpdf.text.Font |
ReportFontMapper.styleToPdf(CellStyle style)
|
protected void |
PdfWriter.writeHTMLText(CellStyle parentStyle,
Cell cell,
com.itextpdf.text.pdf.PdfPCell pdfCell)
|
Uses of CellStyle in jdbreport.model.io.poi.xls |
---|
Methods in jdbreport.model.io.poi.xls with parameters of type CellStyle | |
---|---|
protected org.apache.poi.ss.usermodel.CellStyle |
Excel2007Writer.createStyle(CellStyle style,
org.apache.poi.ss.usermodel.Workbook wb)
|
protected org.apache.poi.ss.usermodel.CellStyle |
Excel2003Writer.createStyle(CellStyle style,
org.apache.poi.ss.usermodel.Workbook wb)
|
Uses of CellStyle in jdbreport.model.io.xml |
---|
Methods in jdbreport.model.io.xml with parameters of type CellStyle | |
---|---|
protected Object |
StyleReportParser.appendStyle(CellStyle style)
|
static void |
StyleReportParser.save(PrintWriter writer,
CellStyle style)
|
Uses of CellStyle in jdbreport.model.io.xml.excel |
---|
Methods in jdbreport.model.io.xml.excel with parameters of type CellStyle | |
---|---|
static void |
ExcelStyleParser.saveStyle(PrintWriter writer,
CellStyle style)
save style to XML |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |