Uses of Class
ch.rabanti.picoxlsx4j.style.Style
-
Packages that use Style Package Description ch.rabanti.picoxlsx4j ch.rabanti.picoxlsx4j.style -
-
Uses of Style in ch.rabanti.picoxlsx4j
Methods in ch.rabanti.picoxlsx4j that return Style Modifier and Type Method Description Style
Workbook. addStyle(Style style)
Adds a style to the style managerStyle
Workbook. addStyleComponent(Style baseStyle, AbstractStyle newComponent)
Adds a style component to a styleStyle
Cell. getCellStyle()
Gets the assigned style of the cellStyle
Cell. setStyle(Style style)
Sets the style of the cellMethods in ch.rabanti.picoxlsx4j with parameters of type Style Modifier and Type Method Description void
Worksheet. addCell(Object value, int columnAddress, int rowAddress, Style style)
Adds an object to the defined cell address.void
Worksheet. addCell(Object value, String address, Style style)
Adds an object to the defined cell address.void
Worksheet. addCellFormula(String formula, int columnAddress, int rowAddress, Style style)
Adds a cell formula as string to the defined cell addressvoid
Worksheet. addCellFormula(String formula, String address, Style style)
Adds a cell formula as string to the defined cell addressvoid
Worksheet. addCellRange(List<Object> values, Address startAddress, Address endAddress, Style style)
Adds a list of object values to a defined cell range.void
Worksheet. addCellRange(List<Object> values, String cellRange, Style style)
Adds a list of object values to a defined cell range.void
Worksheet. addNextCell(Object value, Style style)
Adds an object to the next cell position.void
Worksheet. addNextCellFormula(String formula, Style style)
Adds a formula as string to the next cell positionStyle
Workbook. addStyle(Style style)
Adds a style to the style managerStyle
Workbook. addStyleComponent(Style baseStyle, AbstractStyle newComponent)
Adds a style component to a stylevoid
Shortener. formula(String formula, Style style)
Sets a formula with style into the current cell and moves the cursor to the next cell (column or row depending on the defined cell direction)void
Workbook. removeStyle(Style style)
Removes the passed style from the style sheetvoid
Workbook. removeStyle(Style style, boolean onlyIfUnused)
Removes the defined style from the style manager of the workbookvoid
Worksheet. setActiveStyle(Style style)
Sets the active style of the worksheet.Style
Cell. setStyle(Style style)
Sets the style of the cellvoid
Shortener. value(Object value, Style style)
Sets a value with style into the current cell and moves the cursor to the next cell (column or row depending on the defined cell direction) -
Uses of Style in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return Style Modifier and Type Method Description Style
StyleManager. addStyle(Style style)
Adds a style component to the managerStyle
Style. append(AbstractStyle styleToAppend)
Appends the specified style parts to the current one.static Style
BasicStyles. Bold()
Gets the bold stylestatic Style
BasicStyles. BoldItalic()
Gets the bold and italic stylestatic Style
BasicStyles. BorderFrame()
Gets the border frame stylestatic Style
BasicStyles. BorderFrameHeader()
Gets the border style for header cellsstatic Style
BasicStyles. colorizedBackground(String rgb)
Gets a style to colorize the background of a cellstatic Style
BasicStyles. colorizedText(String rgb)
Gets a style to colorize the text of a cellStyle
Style. copyStyle()
Copies the current object as casted stylestatic Style
BasicStyles. DateFormat()
Gets the date format stylestatic Style
BasicStyles. DottedFill_0_125()
Gets the special pattern fill style (for compatibility)static Style
BasicStyles. DoubleUnderline()
Gets the double underline stylestatic Style
BasicStyles. font(String fontName)
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
BasicStyles. font(String fontName, int fontSize)
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
BasicStyles. font(String fontName, int fontSize, boolean isBold)
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
BasicStyles. font(String fontName, int fontSize, boolean isBold, boolean isItalic)
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.Style
StyleManager. getStyleByHash(int hash)
Gets a style by its hashStyle
StyleManager. getStyleByName(String name)
Gets a style by its nameStyle[]
StyleManager. getStyles()
Gets all styles of the style managerstatic Style
BasicStyles. Italic()
Gets the italic stylestatic Style
BasicStyles. MergeCellStyle()
Gets the style used when merging cellsstatic Style
BasicStyles. RoundFormat()
Gets the round format stylestatic Style
BasicStyles. Strike()
Gets the strike stylestatic Style
BasicStyles. TimeFormat()
Gets the time format stylestatic Style
BasicStyles. Underline()
Gets the underline styleMethods in ch.rabanti.picoxlsx4j.style with parameters of type Style Modifier and Type Method Description Style
StyleManager. addStyle(Style style)
Adds a style component to the manager
-