Package ch.rabanti.nanoxlsx4j.styles
Class BasicStyles
java.lang.Object
ch.rabanti.nanoxlsx4j.styles.BasicStyles
Factory class with the most important predefined styles
- Author:
- Raphael stoeckli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Style
Bold()
Gets the bold stylestatic Style
Gets the bold and italic stylestatic Style
Gets the border frame stylestatic Style
Gets the border style for header cellsstatic Style
Gets a style to colorize the background of a cellstatic Style
colorizedText
(String rgb) Gets a style to colorize the text of a cellstatic Style
Gets the date format stylestatic Style
Gets the special pattern fill style (for compatibility)static Style
Gets the double underline stylestatic Style
Gets a style with a user defined Font (Font size 11)
Note: The Font name as well as the availability of bold and italic on the Font cannot be validated by PicoXLSX4j.static Style
Gets a style with a user defined Font
Note: The Font name as well as the availability of bold and italic on the Font cannot be validated by PicoXLSX4j.static Style
Gets a style with a user defined Font
Note: The Font name as well as the availability of bold and italic on the Font cannot be validated by PicoXLSX4j.static Style
Gets a style with a user defined Font
Note: The Font name as well as the availability of bold and italic on the Font cannot be validated by PicoXLSX4j.static Style
Italic()
Gets the italic stylestatic Style
Gets the style used when merging cellsstatic Style
Gets the round format stylestatic Style
Strike()
Gets the strike stylestatic Style
Gets the time format stylestatic Style
Gets the underline style
-
Constructor Details
-
BasicStyles
public BasicStyles()
-
-
Method Details
-
Bold
Gets the bold style- Returns:
- Style object
-
Italic
Gets the italic style- Returns:
- Style object
-
BoldItalic
Gets the bold and italic style- Returns:
- Style object
-
Underline
Gets the underline style- Returns:
- Style object
-
DoubleUnderline
Gets the double underline style- Returns:
- Style object
-
Strike
Gets the strike style- Returns:
- Style object
-
DateFormat
Gets the date format style- Returns:
- Style object
-
TimeFormat
Gets the time format style- Returns:
- Style object
-
RoundFormat
Gets the round format style- Returns:
- Style object
-
BorderFrame
Gets the border frame style- Returns:
- Style object
-
BorderFrameHeader
Gets the border style for header cells- Returns:
- Style object
-
DottedFill_0_125
Gets the special pattern fill style (for compatibility)- Returns:
- Style object
-
MergeCellStyle
Gets the style used when merging cells- Returns:
- Style object
-
colorizedText
Gets a style to colorize the text of a cell- Parameters:
rgb
- RGB code in hex format (e.g. FF00AC). Alpha will be set to full opacity (FF)- Returns:
- Style with Font color definition
-
colorizedBackground
Gets a style to colorize the background of a cell- Parameters:
rgb
- RGB code in hex format (e.g. FF00AC). Alpha will be set to full opacity (FF)- Returns:
- Style with background color definition
-
font
Gets a style with a user defined Font (Font size 11)
Note: The Font name as well as the availability of bold and italic on the Font cannot be validated by PicoXLSX4j. The generated file may be corrupt or rendered with a fall-back Font in case of an error- Parameters:
fontName
- Name of the Font- Returns:
- Style with Font definition
-
font
Gets a style with a user defined Font
Note: The Font name as well as the availability of bold and italic on the Font cannot be validated by PicoXLSX4j. The generated file may be corrupt or rendered with a fall-back Font in case of an error- Parameters:
fontName
- Name of the FontfontSize
- Size of the Font in points- Returns:
- Style with Font definition
-
font
Gets a style with a user defined Font
Note: The Font name as well as the availability of bold and italic on the Font cannot be validated by PicoXLSX4j. The generated file may be corrupt or rendered with a fall-back Font in case of an error- Parameters:
fontName
- Name of the FontfontSize
- Size of the Font in pointsisBold
- If true, the Font will be bold- Returns:
- Style with Font definition
-
font
Gets a style with a user defined Font
Note: The Font name as well as the availability of bold and italic on the Font cannot be validated by PicoXLSX4j. The generated file may be corrupt or rendered with a fall-back Font in case of an error- Parameters:
fontName
- Name of the FontfontSize
- Size of the Font in pointsisBold
- If true, the Font will be boldisItalic
- If true, the Font will be italic- Returns:
- Style with Font definition
-