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 StyleWorkbook. 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 classBorderClass representing a Border entry.classCellXfClass representing an XF entry.classFillClass representing a Fill (background) entry.classFontClass representing a Font entry.classNumberFormatClass representing a NumberFormat entry.classStyleClass representing a style which consists of several componentsMethods in ch.rabanti.picoxlsx4j.style that return AbstractStyle Modifier and Type Method Description abstract AbstractStyleAbstractStyle. copy()Abstract method to copy a component (dereferencing)AbstractStyleStyle. 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 StyleStyle. append(AbstractStyle styleToAppend)Appends the specified style parts to the current one.intAbstractStyle. compareTo(AbstractStyle o)Method to compare two objects for sorting purposebooleanAbstractStyle. equals(AbstractStyle other)Method to compare two objects for sorting purpose 
 -