Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
Style |
CellStyleCollection.add(String name)
Adds an empty
Style instance to the CellStyleCollection . |
Style |
ExcelFile.addStyle(String name)
Adds an empty
Style instance to the CellStyleCollection of this workbook. |
static Style |
Style.create()
Deprecated.
This method is internal and should not be used.
|
static Style |
Style.create(String name,
Style source)
Deprecated.
This method is internal and should not be used.
|
static Style |
Style.create(Style source)
Deprecated.
This method is internal and should not be used.
|
Style |
CellStyleCollection.get(BuiltInCellStyleName styleName)
Gets the
Style that corresponds to given BuiltInCellStyleName . |
Style |
CellStyleCollection.get(String styleName)
Gets the
Style that corresponds to given name. |
Style |
CellStyleCollection.getNormal()
Gets the 'Normal' style.
|
Style |
ExcelFile.getStyle(BuiltInCellStyleName styleName)
Gets the
Style from the styles of this workbook that corresponds to given BuiltInCellStyleName . |
Style |
ExcelFile.getStyle(String styleName)
Gets the
Style from the styles of this workbook that corresponds to given name. |
Modifier and Type | Method and Description |
---|---|
Iterable<Style> |
CellStyleCollection.getDeletedBuiltIn()
Deprecated.
This method is internal and should not be used.
|
Iterator<Style> |
CellStyleCollection.iterator()
Returns an iterator that iterates through the
CellStyleCollection . |
Modifier and Type | Method and Description |
---|---|
void |
CellStyleCollection.add(Style style)
Deprecated.
This method is internal and should not be used.
|
static Style |
Style.create(String name,
Style source)
Deprecated.
This method is internal and should not be used.
|
static Style |
Style.create(Style source)
Deprecated.
This method is internal and should not be used.
|
void |
CellStyleCollection.onChangingStyleName(Style style,
String newName)
Deprecated.
This method is internal and should not be used.
|
boolean |
CellStyleCollection.remove(Style style)
Removes the specified style from the workbook.
|
boolean |
ExcelFile.removeStyle(Style style)
Removes the specified style from the workbook.
|
boolean |
Style.structuralEquals(Style other)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.