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 StyleWorkbook. addStyle(Style style)Adds a style to the style managerStyleWorkbook. addStyleComponent(Style baseStyle, AbstractStyle newComponent)Adds a style component to a styleStyleCell. getCellStyle()Gets the assigned style of the cellStyleCell. setStyle(Style style)Sets the style of the cellMethods in ch.rabanti.picoxlsx4j with parameters of type Style Modifier and Type Method Description voidWorksheet. addCell(Object value, int columnAddress, int rowAddress, Style style)Adds an object to the defined cell address.voidWorksheet. addCell(Object value, String address, Style style)Adds an object to the defined cell address.voidWorksheet. addCellFormula(String formula, int columnAddress, int rowAddress, Style style)Adds a cell formula as string to the defined cell addressvoidWorksheet. addCellFormula(String formula, String address, Style style)Adds a cell formula as string to the defined cell addressvoidWorksheet. addCellRange(List<Object> values, Address startAddress, Address endAddress, Style style)Adds a list of object values to a defined cell range.voidWorksheet. addCellRange(List<Object> values, String cellRange, Style style)Adds a list of object values to a defined cell range.voidWorksheet. addNextCell(Object value, Style style)Adds an object to the next cell position.voidWorksheet. addNextCellFormula(String formula, Style style)Adds a formula as string to the next cell positionStyleWorkbook. addStyle(Style style)Adds a style to the style managerStyleWorkbook. addStyleComponent(Style baseStyle, AbstractStyle newComponent)Adds a style component to a stylevoidShortener. 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)voidWorkbook. removeStyle(Style style)Removes the passed style from the style sheetvoidWorkbook. removeStyle(Style style, boolean onlyIfUnused)Removes the defined style from the style manager of the workbookvoidWorksheet. setActiveStyle(Style style)Sets the active style of the worksheet.StyleCell. setStyle(Style style)Sets the style of the cellvoidShortener. 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 StyleStyleManager. addStyle(Style style)Adds a style component to the managerStyleStyle. append(AbstractStyle styleToAppend)Appends the specified style parts to the current one.static StyleBasicStyles. Bold()Gets the bold stylestatic StyleBasicStyles. BoldItalic()Gets the bold and italic stylestatic StyleBasicStyles. BorderFrame()Gets the border frame stylestatic StyleBasicStyles. BorderFrameHeader()Gets the border style for header cellsstatic StyleBasicStyles. colorizedBackground(String rgb)Gets a style to colorize the background of a cellstatic StyleBasicStyles. colorizedText(String rgb)Gets a style to colorize the text of a cellStyleStyle. copyStyle()Copies the current object as casted stylestatic StyleBasicStyles. DateFormat()Gets the date format stylestatic StyleBasicStyles. DottedFill_0_125()Gets the special pattern fill style (for compatibility)static StyleBasicStyles. DoubleUnderline()Gets the double underline stylestatic StyleBasicStyles. 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 StyleBasicStyles. 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 StyleBasicStyles. 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 StyleBasicStyles. 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.StyleStyleManager. getStyleByHash(int hash)Gets a style by its hashStyleStyleManager. getStyleByName(String name)Gets a style by its nameStyle[]StyleManager. getStyles()Gets all styles of the style managerstatic StyleBasicStyles. Italic()Gets the italic stylestatic StyleBasicStyles. MergeCellStyle()Gets the style used when merging cellsstatic StyleBasicStyles. RoundFormat()Gets the round format stylestatic StyleBasicStyles. Strike()Gets the strike stylestatic StyleBasicStyles. TimeFormat()Gets the time format stylestatic StyleBasicStyles. Underline()Gets the underline styleMethods in ch.rabanti.picoxlsx4j.style with parameters of type Style Modifier and Type Method Description StyleStyleManager. addStyle(Style style)Adds a style component to the manager 
 -