Uses of Class
org.dhatim.fastexcel.Properties
-
-
Uses of Properties in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return Properties Modifier and Type Method Description PropertiesWorkbook. properties()PropertiesProperties. setBoolProperty(String key, Boolean boolValue)PropertiesProperties. setCategory(String category)PropertiesProperties. setCompany(String company)PropertiesProperties. setDateProperty(String key, Instant dateValue)PropertiesProperties. setDescription(String description)PropertiesProperties. setHyperlinkBase(String hyperlinkBase)PropertiesProperties. setKeywords(String keywords)PropertiesProperties. setManager(String manager)PropertiesProperties. setNumberProperty(String key, BigDecimal numberValue)PropertiesProperties. setSubject(String subject)PropertiesProperties. setTextProperty(String key, String textValue)PropertiesProperties. setTitle(String title)
-