Uses of Class
ch.rabanti.nanoxlsx4j.styles.Style
Packages that use Style
Package
Description
-
Uses of Style in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return StyleModifier and TypeMethodDescriptionDeprecated.This method has no direct impact on the generated file and is deprecatedWorkbook.addStyleComponent
(Style baseStyle, AbstractStyle newComponent) Deprecated.This method has no direct impact on the generated file and is deprecated.Worksheet.getActiveStyle()
Gets the active Style of the worksheet.Cell.getCellStyle()
Gets the assigned style of the cellColumn.getDefaultColumnStyle()
Gets the default style of the columnWorksheet.setColumnDefaultStyle
(int columnNumber, Style style) Sets the default column style of the passed column number (zero-based)Worksheet.setColumnDefaultStyle
(String columnAddress, Style style) Sets the default column style of the passed column addressColumn.setDefaultColumnStyle
(Style defaultColumnStyle) Sets the default style of the columnColumn.setDefaultColumnStyle
(Style defaultColumnStyle, boolean unmanaged) Sets the default style of the columnSets the style of the cellSets the style of the cellMethods in ch.rabanti.nanoxlsx4j with parameters of type StyleModifier and TypeMethodDescriptionvoid
Adds an object to the defined cell address.void
Adds an object to the defined cell address.void
Worksheet.addCellFormula
(String formula, int columnNumber, int rowNumber, 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
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 positionDeprecated.This method has no direct impact on the generated file and is deprecatedWorkbook.addStyleComponent
(Style baseStyle, AbstractStyle newComponent) Deprecated.This method has no direct impact on the generated file and is deprecated.void
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) Deprecated.This method has no direct impact on the generated file and is deprecated.void
Workbook.removeStyle
(Style style, boolean onlyIfUnused) Deprecated.This method has no direct impact on the generated file and is deprecated.void
Worksheet.setActiveStyle
(Style style) Sets the active style of the worksheet.Worksheet.setColumnDefaultStyle
(int columnNumber, Style style) Sets the default column style of the passed column number (zero-based)Worksheet.setColumnDefaultStyle
(String columnAddress, Style style) Sets the default column style of the passed column addressColumn.setDefaultColumnStyle
(Style defaultColumnStyle) Sets the default style of the columnColumn.setDefaultColumnStyle
(Style defaultColumnStyle, boolean unmanaged) Sets the default style of the columnSets the style of the cellSets the style of the cellvoid
Sets the passed style on the passed cell range, derived from a start and end address.void
Sets the passed style on the passed (singular) cell address.void
Sets the passed style on the passed cell range.void
Sets the passed style on the passed address expression.void
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.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel that return StyleModifier and TypeMethodDescriptionStyleReaderContainer.StyleResult.getResult()
Gets the style as resultReturns a whole style by its indexConstructors in ch.rabanti.nanoxlsx4j.lowLevel with parameters of type Style -
Uses of Style in ch.rabanti.nanoxlsx4j.styles
Methods in ch.rabanti.nanoxlsx4j.styles that return StyleModifier and TypeMethodDescriptionAdds a style component to the managerAdds a style to the repository and returns the actual referenceStyle.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.copyStyle()
Copies the current object as cast 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
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.Style[]
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.nanoxlsx4j.styles that return types with arguments of type StyleModifier and TypeMethodDescriptionStyleRepository.getStyles()
Gets the currently managed styles of the repositoryMethods in ch.rabanti.nanoxlsx4j.styles with parameters of type Style