Uses of Class
ch.rabanti.nanoxlsx4j.styles.AbstractStyle
Packages that use AbstractStyle
Package
Description
-
Uses of AbstractStyle in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j with parameters of type AbstractStyleModifier and TypeMethodDescriptionWorkbook.addStyleComponent(Style baseStyle, AbstractStyle newComponent) Deprecated.This method has no direct impact on the generated file and is deprecated. -
Uses of AbstractStyle in ch.rabanti.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel with parameters of type AbstractStyleModifier and TypeMethodDescriptionvoidStyleReaderContainer.addStyleComponent(AbstractStyle component) Adds a style component and determines the appropriate type of it automatically -
Uses of AbstractStyle in ch.rabanti.nanoxlsx4j.styles
Subclasses of AbstractStyle in ch.rabanti.nanoxlsx4j.stylesModifier and TypeClassDescriptionclassClass representing a Border entry.classClass representing an XF entry.classClass representing a Fill (background) entry.classClass representing a Font entry.classClass representing a NumberFormat entry.classClass representing a style which consists of several componentsMethods in ch.rabanti.nanoxlsx4j.styles that return AbstractStyleModifier and TypeMethodDescriptionabstract AbstractStyleAbstractStyle.copy()Abstract method to copy a component (dereferencing)Style.copy()Method to copy the current object to a new oneMethods in ch.rabanti.nanoxlsx4j.styles with parameters of type AbstractStyleModifier and TypeMethodDescriptionStyle.append(AbstractStyle styleToAppend) Appends the specified style parts to the current one.intAbstractStyle.compareTo(AbstractStyle o) Method to compare two objects for sorting purpose