org.subtlelib.poi.api.style.StyleConfigurable 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;
public interface StyleConfigurable {
public T setStyleConfiguration(StyleConfiguration styleConfiguration);
public StyleConfiguration getStyleConfiguration();
public T setTextStyle(Style style);
public T setNumberStyle(Style style);
public T setDateStyle(Style style);
public T setTotalStyle(Style style);
public T setHeaderStyle(Style style);
public T setPercentageStyle(Style style);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy