Java org.apache.poi.xssf.model ThemesTable fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xssf.model ThemesTable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xssf.model ThemesTable.

The text is from its open source code.

Method

PackagePartgetPackagePart()
Provides access to the underlying PackagePart
XSSFColorgetThemeColor(int idx)
Convert a theme "index" (as used by fonts etc) into a color.
voidinheritFromThemeAsRequired(XSSFColor color)
If the colour is based on a theme, then inherit information (currently just colours) from it as required.