Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static ExcelFont |
ExcelFont.create(com.gembox.spreadsheet.internal.styles.FontDataFormatHandler handler)
Deprecated.
This method is internal and should not be used.
|
ExcelFont |
ExcelComment.getDefaultFont()
Deprecated.
This method is internal and should not be used.
|
ExcelFont |
AbstractRange.getDefaultFont()
Deprecated.
This method is internal and should not be used.
|
ExcelFont |
FormattedCharacterRange.getFont()
Gets the font of the characters.
|
ExcelFont |
CellStyle.getFont()
Gets the font.
|
Modifier and Type | Method and Description |
---|---|
HeaderFooterSection |
HeaderFooterSection.append(HeaderFooterFieldType fieldType,
ExcelFont font)
Appends special header/footer field to
content . |
HeaderFooterSection |
HeaderFooterSection.append(String text,
ExcelFont font)
Appends text to
content . |
void |
CellStyle.setFont(ExcelFont font)
Sets the font.
|
© GemBox d.o.o. — All rights reserved.