org.subtlelib.poi.api.style.StyleConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of poi.builder Show documentation
Show all versions of poi.builder Show documentation
Convenience library for apache poi-based xls documents creation
The newest version!
package org.subtlelib.poi.api.style;
/**
* Provides style configuration per designated data type.
*
* @author i.voshkulat
*
*/
public interface StyleConfiguration {
public Style getTotalStyle();
public Style getHeaderStyle();
public Style getPercentageStyle();
public Style getTextStyle();
public Style getNumberStyle();
public Style getDateStyle();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy