Package | Description |
---|---|
org.zkoss.poi.xssf.model | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFFont |
StylesTable.findFont(short boldWeight,
short color,
short fontHeight,
java.lang.String name,
boolean italic,
boolean strikeout,
short typeOffset,
byte underline)
Finds a font that matches the one with the supplied attributes
|
XSSFFont |
StylesTable.findFont(short boldWeight,
XSSFColor color,
short fontHeight,
java.lang.String name,
boolean italic,
boolean strikeout,
short typeOffset,
byte underline)
Find a font per the given font.
|
XSSFFont |
StylesTable.getDefaultStyleFont() |
XSSFFont |
StylesTable.getFontAt(int idx) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFFont> |
StylesTable.getFonts() |
Modifier and Type | Method and Description |
---|---|
XSSFCellStyle |
StylesTable.createDefaultCellStyle(XSSFCellBorder border,
XSSFCellFill fill,
XSSFFont font,
int numFmtId) |
int |
StylesTable.putFont(XSSFFont font) |
int |
StylesTable.putFont(XSSFFont font,
boolean forceRegistration)
Records the given font in the font table.
|
Modifier and Type | Method and Description |
---|---|
static XSSFFont |
XSSFFont.createDxfFont() |
XSSFFont |
XSSFWorkbook.createFont()
Create a new Font and add it to the workbook's font table
|
XSSFFont |
XSSFWorkbook.findFont(short boldWeight,
short color,
short fontHeight,
java.lang.String name,
boolean italic,
boolean strikeout,
short typeOffset,
byte underline)
Finds a font that matches the one with the supplied attributes
|
XSSFFont |
XSSFCellStyle.getFont()
Gets the font for this style
|
XSSFFont |
XSSFWorkbook.getFontAt(short idx)
Get the font at the given index number
|
XSSFFont |
XSSFRichTextString.getFontAtIndex(int index)
Return a copy of the font in use at a particular index.
|
XSSFFont |
XSSFRichTextString.getFontOfFormattingRun(XSSFWorkbook book,
int index)
Gets a copy of the font used in a particular formatting run.
|
XSSFFont |
XSSFDxfCellStyle.getOrCreateFont()
Gets or create the font for this style
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFRichTextString.addRun(java.lang.String text,
XSSFFont font) |
void |
XSSFRichTextString.append(java.lang.String text,
XSSFFont font)
Append new text to this text run and apply the specify font to it
|
CellStyle |
XSSFWorkbook.createDefaultCellStyle(XSSFCellBorder border,
XSSFCellFill fill,
XSSFFont font,
int numFmtId) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.