org.apache.poi.xssf.model
Class ThemesTable
java.lang.Object
org.apache.poi.POIXMLDocumentPart
org.apache.poi.xssf.model.ThemesTable
public class ThemesTable
- extends POIXMLDocumentPart
Class that represents theme of XLSX document. The theme includes specific
colors and fonts.
- Author:
- Petr Udalau(Petr.Udalau at exigenservices.com) - theme colors
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ThemesTable
public ThemesTable(PackagePart part,
PackageRelationship rel)
throws java.lang.Exception
- Throws:
java.lang.Exception
ThemesTable
public ThemesTable(org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument theme)
getThemeColor
public XSSFColor getThemeColor(int idx)