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 TypeMethodDescriptionvoid
StyleReaderContainer.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 TypeClassDescriptionclass
Class representing a Border entry.class
Class representing an XF entry.class
Class representing a Fill (background) entry.class
Class representing a Font entry.class
Class representing a NumberFormat entry.class
Class representing a style which consists of several componentsMethods in ch.rabanti.nanoxlsx4j.styles that return AbstractStyleModifier and TypeMethodDescriptionabstract AbstractStyle
AbstractStyle.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.int
AbstractStyle.compareTo
(AbstractStyle o) Method to compare two objects for sorting purpose