Overload | Description |
---|---|
StyleInfo Constructor() | Creates a custom style (StyleInfo object) with no name and no parent. |
StyleInfo Constructor(String) | Creates a custom style (StyleInfo object) with the specified name. |
StyleInfo Constructor(String,String) | Creates a custom style (StyleInfo object) with the specified name. and parent. |
StyleInfo Constructor(String,String,StyleInfo) | Creates a custom style (StyleInfo object) using the specified StyleInfo object, name, and parent name. |
StyleInfo Constructor(StyleInfo) | Creates a set of cell-level style settings (StyleInfo object) equivalent to the specified set of style settings. |