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 TypeMethodDescriptionvoidAdds an object to the defined cell address.voidAdds an object to the defined cell address.voidWorksheet.addCellFormula(String formula, int columnNumber, int rowNumber, 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 addressvoidAdds 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 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.voidSets 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) Deprecated.This method has no direct impact on the generated file and is deprecated.voidWorkbook.removeStyle(Style style, boolean onlyIfUnused) Deprecated.This method has no direct impact on the generated file and is deprecated.voidWorksheet.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 cellvoidSets the passed style on the passed cell range, derived from a start and end address.voidSets the passed style on the passed (singular) cell address.voidSets the passed style on the passed cell range.voidSets the passed style on the passed address expression.voidSets 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 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 cellStyle.copyStyle()Copies the current object as cast 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 StyleGets 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 StyleGets 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 StyleGets 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 StyleGets 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 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.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