org.apache.poi.xssf.model
Class ThemesTable

java.lang.Object
  extended by org.apache.poi.POIXMLDocumentPart
      extended by 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

Field Summary
 
Fields inherited from class org.apache.poi.POIXMLDocumentPart
DEFAULT_XML_OPTIONS
 
Constructor Summary
ThemesTable(PackagePart part, PackageRelationship rel)
           
ThemesTable(org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument theme)
           
 
Method Summary
 XSSFColor getThemeColor(int idx)
           
 
Methods inherited from class org.apache.poi.POIXMLDocumentPart
addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelations, onDocumentCreate, onDocumentRead, onSave, read, rebase, removeRelation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getThemeColor

public XSSFColor getThemeColor(int idx)


Copyright 2010 The Apache Software Foundation or its licensors, as applicable.