Uses of Class
ch.rabanti.picoxlsx4j.style.AbstractStyle
-
Packages that use AbstractStyle Package Description ch.rabanti.picoxlsx4j ch.rabanti.picoxlsx4j.style -
-
Uses of AbstractStyle in ch.rabanti.picoxlsx4j
Methods in ch.rabanti.picoxlsx4j with parameters of type AbstractStyle Modifier and Type Method Description Style
Workbook. addStyleComponent(Style baseStyle, AbstractStyle newComponent)
Adds a style component to a style -
Uses of AbstractStyle in ch.rabanti.picoxlsx4j.style
Subclasses of AbstractStyle in ch.rabanti.picoxlsx4j.style Modifier and Type Class Description class
Border
Class representing a Border entry.class
CellXf
Class representing an XF entry.class
Fill
Class representing a Fill (background) entry.class
Font
Class representing a Font entry.class
NumberFormat
Class representing a NumberFormat entry.class
Style
Class representing a style which consists of several componentsMethods in ch.rabanti.picoxlsx4j.style that return AbstractStyle Modifier and Type Method Description abstract AbstractStyle
AbstractStyle. copy()
Abstract method to copy a component (dereferencing)AbstractStyle
Style. copy()
Method to copy the current object to a new oneMethods in ch.rabanti.picoxlsx4j.style with parameters of type AbstractStyle Modifier and Type Method Description Style
Style. append(AbstractStyle styleToAppend)
Appends the specified style parts to the current one.int
AbstractStyle. compareTo(AbstractStyle o)
Method to compare two objects for sorting purposeboolean
AbstractStyle. equals(AbstractStyle other)
Method to compare two objects for sorting purpose
-