# Themes

## Content

<div class="docapp-java-api-doc-main"><style>:not(h1, h2, h3, h4, h5, h6)>code,
:not(h1, h2, h3, h4, h5, h6)>tt {
    font-size: 14px;
    padding-top: 4px;
    margin-top: 8px;
    line-height: 1.4em;
}

.summary-table dt code {
    font-size: 14px;
    vertical-align: top;
    padding-top: 4px;
}

.tab {
    background-color: #0066FF;
    color: #ffffff;
    padding: 8px;
    width: 5em;
    font-weight: bold;
}

/*
 * Styles for page header and footer.
 */
.title {
    color: #2c4557;
    margin: 10px 0;
}

.sub-title {
    margin: 5px 0 0 0;
}

.header ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.header ul li,
.footer ul li {
    list-style: none;
}

/*
 * Styles for headings.
 */
.summary h2,
.details h2,
h2,
.block-list h2 {
    padding: 0;
    margin: 15px 0;
}

.summary h3,
.details h3,
.summary .inherited-list h2 {
    background-color: var(--ds-product-color);
    color: #fff;
    border: 1px solid #d0d9e0;
    padding: 7px 5px;
}

.summary h3 a,
.details h3 a,
.summary .inherited-list h2 a {
    color: #fff !important;
}
/*
 * Styles for page layout containers.
 */
dl.notes>dt {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #4E4E4E;
}

dl.notes>dd {
    margin: 5px 10px 10px 0;
    font-size: 14px;
}

dl.name-value>dt {
    margin-left: 1px;
    font-size: 1.1em;
    display: inline;
    font-weight: bold;
}

dl.name-value>dd {
    margin: 0 0 0 1px;
    font-size: 1.1em;
    display: inline;
}

/*
 * Styles for lists.
 */
li.circle {
    list-style: circle;
}

ul.horizontal li {
    display: inline;
    font-size: 0.9em;
}

div.inheritance {
    margin: 0;
    padding: 0;
}

div.inheritance div.inheritance {
    margin-left: 2em;
}

ul.block-list,
ul.details-list,
ul.member-list,
ul.summary-list {
    margin: 10px 0 10px 0;
    padding: 0;
}

ul.block-list>li,
ul.details-list>li,
ul.member-list>li,
ul.summary-list>li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.4;
}

.summary-table dl,
.summary-table dl dt,
.summary-table dl dd {
    margin-top: 0;
    margin-bottom: 1px;
}

ul.see-list,
ul.see-list-long {
    padding-left: 0;
    list-style: none;
}

ul.see-list li {
    display: inline;
}

ul.see-list li:not(:last-child):after,
ul.see-list-long li:not(:last-child):after {
    content: ", ";
    white-space: pre-wrap;
}

/*
 * Styles for tables.
 */
.summary-table,
.details-table {
    width: 100%;
    border-spacing: 0;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 0;
}

.caption {
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    color: #253441;
    font-weight: bold;
    clear: none;
    overflow: hidden;
    padding: 0;
    padding-top: 10px;
    padding-left: 1px;
    margin: 0;
    white-space: pre;
}

.caption a:link,
.caption a:visited {
    color: #1f389c;
}

.caption a:hover,
.caption a:active {
    color: #FFFFFF;
}

.caption span {
    white-space: nowrap;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 7px;
    display: inline-block;
    background-color: var(--ds-product-color);
    color: #fff;
    border: none;
}

div.table-tabs {
    padding: 10px 0 0 1px;
    margin: 0;
}

div.table-tabs>button {
    border: none;
    cursor: pointer;
    padding: 5px 12px 7px 12px;
    font-weight: bold;
    margin-right: 3px;
}

div.table-tabs>button.active-table-tab {
    background: var(--ds-product-color);
    color: #fff;
}

div.table-tabs>button.table-tab {
    background: var(--ds-product-color);
    color: #FFFFFF;
    border-bottom: 1px solid #eee;
}

.two-column-summary {
    display: grid;
    grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
}

.three-column-summary {
    display: grid;
    grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto);
}

.four-column-summary {
    display: grid;
    grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto);
}

@media screen and (max-width: 600px) {
    .two-column-summary {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 800px) {
    .three-column-summary {
        display: grid;
        grid-template-columns: minmax(10%, max-content) minmax(25%, auto);
    }

    .three-column-summary .col-last {
        grid-column-end: span 2;
    }
}

@media screen and (max-width: 1000px) {
    .four-column-summary {
        display: grid;
        grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
    }
}

.summary-table>div,
.details-table>div {
    text-align: left;
    padding: 8px 3px 3px 7px;
}

.col-first,
.col-second,
.col-last,
.col-constructor-name,
.col-summary-item-name {
    vertical-align: top;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 3px;
}

.table-header {
    background: var(--ds-product-color);
    color: #fff;
    font-weight: bold;
}

.col-first,
.col-first {
    font-size: 13px;
}

.col-second,
.col-second,
.col-last,
.col-constructor-name,
.col-summary-item-name,
.col-last {
    font-size: 13px;
}

.col-first,
.col-second,
.col-constructor-name {
    vertical-align: top;
    overflow: auto;
}

.col-last {
    white-space: normal;
}

.col-first a:link,
.col-first a:visited,
.col-second a:link,
.col-second a:visited,
.col-first a:link,
.col-first a:visited,
.col-second a:link,
.col-second a:visited,
.col-constructor-name a:link,
.col-constructor-name a:visited,
.col-summary-item-name a:link,
.col-summary-item-name a:visited,
.constant-values-container a:link,
.constant-values-container a:visited,
.all-classes-container a:link,
.all-classes-container a:visited,
.all-packages-container a:link,
.all-packages-container a:visited {
    font-weight: bold;
}

.table-sub-heading-color {
    background-color: #EEEEFF;
}

.even-row-color,
.even-row-color .table-header {
    background-color: #FFFFFF;
}

.odd-row-color,
.odd-row-color .table-header {
    background-color: #EEEEEF;
}

/*
 * Styles for contents.
 */
.deprecated-content {
    margin: 0;
    padding: 10px 0;
}

div.block {
    font-size: 14px;
}

.col-last div {
    padding-top: 0;
}

.col-last a {
    padding-bottom: 3px;
}

.module-signature,
.package-signature,
.type-signature,
.member-signature {
    font-size: 14px;
    margin: 14px 0;
    white-space: pre-wrap;
}

.module-signature,
.package-signature,
.type-signature {
    margin-top: 0;
}

.member-signature .type-parameters-long,
.member-signature .parameters,
.member-signature .exceptions {
    display: inline-block;
    vertical-align: top;
    white-space: pre;
}

.member-signature .type-parameters {
    white-space: normal;
}

/*
 * Styles for formatting effect.
 */
.source-line-no {
    color: green;
    padding: 0 30px 0 0;
}

h1.hidden {
    visibility: hidden;
    overflow: hidden;
    font-size: 10px;
}

.block {
    display: block;
    margin: 0 10px 5px 0;
    color: #474747;
}

.deprecated-label,
.descfrm-type-label,
.implementation-label,
.member-name-label,
.member-name-link,
.module-label-in-package,
.module-label-in-type,
.override-specify-label,
.package-label-in-type,
.package-hierarchy-label,
.type-name-label,
.type-name-link,
.search-tag-link,
.preview-label {
    font-weight: bold;
}

.deprecation-block {
    font-size: 14px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

.preview-block {
    font-size: 14px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

/*
 * Styles for user-provided tables.
 *
 * borderless:
 *      No borders, vertical margins, styled caption.
 *      This style is provided for use with existing doc comments.
 *      In general, borderless tables should not be used for layout purposes.
 *
 * plain:
 *      Plain borders around table and cells, vertical margins, styled caption.
 *      Best for small tables or for complex tables for tables with cells that span
 *      rows and columns, when the "striped" style does not work well.
 *
 * striped:
 *      Borders around the table and vertical borders between cells, striped rows,
 *      vertical margins, styled caption.
 *      Best for tables that have a header row, and a body containing a series of simple rows.
 */

table.borderless,
table.plain,
table.striped {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.borderless>caption,
table.plain>caption,
table.striped>caption {
    font-weight: bold;
    font-size: smaller;
}

table.borderless th,
table.borderless td,
table.plain th,
table.plain td,
table.striped th,
table.striped td {
    padding: 2px 5px;
}

table.borderless,
table.borderless>thead>tr>th,
table.borderless>tbody>tr>th,
table.borderless>tr>th,
table.borderless>thead>tr>td,
table.borderless>tbody>tr>td,
table.borderless>tr>td {
    border: none;
}

table.borderless>thead>tr,
table.borderless>tbody>tr,
table.borderless>tr {
    background-color: transparent;
}

table.plain {
    border-collapse: collapse;
    border: 1px solid black;
}

table.plain>thead>tr,
table.plain>tbody tr,
table.plain>tr {
    background-color: transparent;
}

table.plain>thead>tr>th,
table.plain>tbody>tr>th,
table.plain>tr>th,
table.plain>thead>tr>td,
table.plain>tbody>tr>td,
table.plain>tr>td {
    border: 1px solid black;
}

table.striped {
    border-collapse: collapse;
    border: 1px solid black;
}

table.striped>thead {
    background-color: #E3E3E3;
}

table.striped>thead>tr>th,
table.striped>thead>tr>td {
    border: 1px solid black;
}

table.striped>tbody>tr:nth-child(even) {
    background-color: #EEE
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #FFF
}

table.striped>tbody>tr>th,
table.striped>tbody>tr>td {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

table.striped>tbody>tr>th {
    font-weight: normal;
}
</style><h1>Class Themes</h1>
<!-- ======== START OF CLASS DATA ======== -->

<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">com.grapecity.documents.excel.Themes</div>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">Themes</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div>
<div class="block">Represents the theme manager.</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">Themes</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#add(java.lang.String)" class="member-name-link">add</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;themeName)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Creates a new theme with the given name, based on the Office theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#add(java.lang.String,com.grapecity.documents.excel.ITheme)" class="member-name-link">add</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;themeName,
 <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a>&nbsp;baseTheme)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Creates a new theme based on the given theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#get(java.lang.String)" class="member-name-link">get</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the theme using the given name.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetApex()" class="member-name-link">GetApex</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Apex theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetAspect()" class="member-name-link">GetAspect</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Aspect theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBadge()" class="member-name-link">GetBadge</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Badge theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBanded()" class="member-name-link">GetBanded</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Banded theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBasis()" class="member-name-link">GetBasis</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Basis theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetBerlin()" class="member-name-link">GetBerlin</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Berlin theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCelestial()" class="member-name-link">GetCelestial</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Celestial theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCircuit()" class="member-name-link">GetCircuit</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Circuit theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCivic()" class="member-name-link">GetCivic</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Civic theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetConcourse()" class="member-name-link">GetConcourse</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Concourse theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getCount()" class="member-name-link">getCount</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Gets the number of themes in the current workbook.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetCrop()" class="member-name-link">GetCrop</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Crop theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDamask()" class="member-name-link">GetDamask</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Damask theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDepth()" class="member-name-link">GetDepth</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Depth theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDividend()" class="member-name-link">GetDividend</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Dividend theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetDroplet()" class="member-name-link">GetDroplet</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Droplet theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetEquity()" class="member-name-link">GetEquity</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Equity theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetFacet()" class="member-name-link">GetFacet</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Dacet theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetFeathered()" class="member-name-link">GetFeathered</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Feathered theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetFlow()" class="member-name-link">GetFlow</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Flow theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetFoundry()" class="member-name-link">GetFoundry</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Foundry theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetFrame()" class="member-name-link">GetFrame</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Frame theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetGallery()" class="member-name-link">GetGallery</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Gallery theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetHeadlines()" class="member-name-link">GetHeadlines</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Headlines theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetIntegral()" class="member-name-link">GetIntegral</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Integral theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetIon()" class="member-name-link">GetIon</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Ion theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetIonBoardroom()" class="member-name-link">GetIonBoardroom</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the IonBoardroom theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMainEvent()" class="member-name-link">GetMainEvent</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the MainEvent theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMedian()" class="member-name-link">GetMedian</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Median theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMesh()" class="member-name-link">GetMesh</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Mesh theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMetro()" class="member-name-link">GetMetro</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Metro theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetMetropolitan()" class="member-name-link">GetMetropolitan</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Metropolitan theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetModule()" class="member-name-link">GetModule</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Module theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOffice2007()" class="member-name-link">GetOffice2007</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Office2007.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOfficeTheme()" class="member-name-link">GetOfficeTheme</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Office theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOpulent()" class="member-name-link">GetOpulent</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Opulent theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOrganic()" class="member-name-link">GetOrganic</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Organic theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOriel()" class="member-name-link">GetOriel</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Oriel theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetOrigin()" class="member-name-link">GetOrigin</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Origin theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetPaper()" class="member-name-link">GetPaper</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Paper theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetParallax()" class="member-name-link">GetParallax</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Parallax theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetParcel()" class="member-name-link">GetParcel</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Parcel theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetQuotable()" class="member-name-link">GetQuotable</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Quotable theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetRetrospect()" class="member-name-link">GetRetrospect</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Retrospect theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSavon()" class="member-name-link">GetSavon</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Savon theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSlate()" class="member-name-link">GetSlate</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Slate theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSlice()" class="member-name-link">GetSlice</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Slice theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetSolstice()" class="member-name-link">GetSolstice</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Solstice theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetTechnic()" class="member-name-link">GetTechnic</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Technic theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetTrek()" class="member-name-link">GetTrek</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Trek theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetUrban()" class="member-name-link">GetUrban</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Urban theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetVaporTrail()" class="member-name-link">GetVaporTrail</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the VaporTrail theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetVerve()" class="member-name-link">GetVerve</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Verve theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetView()" class="member-name-link">GetView</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the View theme.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetWisp()" class="member-name-link">GetWisp</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the Wisp theme.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#GetWoodType()" class="member-name-link">GetWoodType</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Specifies the WoodType theme.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="<init>()">
<h3>Themes</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">Themes</span>()</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="get(java.lang.String)">
<h3>get</h3>
<div class="member-signature"><span class="modifiers">public final</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">get</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name)</span></div>
<div class="block">Gets the theme using the given name.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>name</code> - The theme name</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="add(java.lang.String,com.grapecity.documents.excel.ITheme)">
<h3>add</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">add</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;themeName,
 <a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a>&nbsp;baseTheme)</span></div>
<div class="block">Creates a new theme based on the given theme. <p><b>Note:</b> This method is now obsolete. The Theme constructor is now recommended.</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>themeName</code> - The new theme name.</dd>
<dd><code>baseTheme</code> - The theme name the theme is based on.</dd>
<dt>Returns:</dt>
<dd>Returns the new <a href="ITheme.html" title="interface in com.grapecity.documents.excel"><code>ITheme</code></a>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="add(java.lang.String)">
<h3>add</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">add</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;themeName)</span></div>
<div class="block">Creates a new theme with the given name, based on the Office theme.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>themeName</code> - The name of the new theme.</dd>
<dt>Returns:</dt>
<dd>The new ITheme instance.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getCount()">
<h3>getCount</h3>
<div class="member-signature"><span class="modifiers">public final</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">getCount</span>()</div>
<div class="block">Gets the number of themes in the current workbook.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the number of themes.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="GetOfficeTheme()">
<h3>GetOfficeTheme</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetOfficeTheme</span>()</div>
<div class="block">Specifies the Office theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetBadge()">
<h3>GetBadge</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetBadge</span>()</div>
<div class="block">Specifies the Badge theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetBanded()">
<h3>GetBanded</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetBanded</span>()</div>
<div class="block">Specifies the Banded theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetBasis()">
<h3>GetBasis</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetBasis</span>()</div>
<div class="block">Specifies the Basis theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetBerlin()">
<h3>GetBerlin</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetBerlin</span>()</div>
<div class="block">Specifies the Berlin theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetCelestial()">
<h3>GetCelestial</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetCelestial</span>()</div>
<div class="block">Specifies the Celestial theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetCircuit()">
<h3>GetCircuit</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetCircuit</span>()</div>
<div class="block">Specifies the Circuit theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetCrop()">
<h3>GetCrop</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetCrop</span>()</div>
<div class="block">Specifies the Crop theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetDamask()">
<h3>GetDamask</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetDamask</span>()</div>
<div class="block">Specifies the Damask theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetDepth()">
<h3>GetDepth</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetDepth</span>()</div>
<div class="block">Specifies the Depth theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetDividend()">
<h3>GetDividend</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetDividend</span>()</div>
<div class="block">Specifies the Dividend theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetDroplet()">
<h3>GetDroplet</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetDroplet</span>()</div>
<div class="block">Specifies the Droplet theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetFacet()">
<h3>GetFacet</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetFacet</span>()</div>
<div class="block">Specifies the Dacet theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetFeathered()">
<h3>GetFeathered</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetFeathered</span>()</div>
<div class="block">Specifies the Feathered theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetFrame()">
<h3>GetFrame</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetFrame</span>()</div>
<div class="block">Specifies the Frame theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetGallery()">
<h3>GetGallery</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetGallery</span>()</div>
<div class="block">Specifies the Gallery theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetHeadlines()">
<h3>GetHeadlines</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetHeadlines</span>()</div>
<div class="block">Specifies the Headlines theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetIntegral()">
<h3>GetIntegral</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetIntegral</span>()</div>
<div class="block">Specifies the Integral theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetIonBoardroom()">
<h3>GetIonBoardroom</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetIonBoardroom</span>()</div>
<div class="block">Specifies the IonBoardroom theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetIon()">
<h3>GetIon</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetIon</span>()</div>
<div class="block">Specifies the Ion theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetMainEvent()">
<h3>GetMainEvent</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetMainEvent</span>()</div>
<div class="block">Specifies the MainEvent theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetMesh()">
<h3>GetMesh</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetMesh</span>()</div>
<div class="block">Specifies the Mesh theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetMetropolitan()">
<h3>GetMetropolitan</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetMetropolitan</span>()</div>
<div class="block">Specifies the Metropolitan theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetOrganic()">
<h3>GetOrganic</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetOrganic</span>()</div>
<div class="block">Specifies the Organic theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetParcel()">
<h3>GetParcel</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetParcel</span>()</div>
<div class="block">Specifies the Parcel theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetParallax()">
<h3>GetParallax</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetParallax</span>()</div>
<div class="block">Specifies the Parallax theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetQuotable()">
<h3>GetQuotable</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetQuotable</span>()</div>
<div class="block">Specifies the Quotable theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetRetrospect()">
<h3>GetRetrospect</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetRetrospect</span>()</div>
<div class="block">Specifies the Retrospect theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetSavon()">
<h3>GetSavon</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetSavon</span>()</div>
<div class="block">Specifies the Savon theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetSlate()">
<h3>GetSlate</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetSlate</span>()</div>
<div class="block">Specifies the Slate theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetSlice()">
<h3>GetSlice</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetSlice</span>()</div>
<div class="block">Specifies the Slice theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetVaporTrail()">
<h3>GetVaporTrail</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetVaporTrail</span>()</div>
<div class="block">Specifies the VaporTrail theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetView()">
<h3>GetView</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetView</span>()</div>
<div class="block">Specifies the View theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetWisp()">
<h3>GetWisp</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetWisp</span>()</div>
<div class="block">Specifies the Wisp theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetWoodType()">
<h3>GetWoodType</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetWoodType</span>()</div>
<div class="block">Specifies the WoodType theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetOffice2007()">
<h3>GetOffice2007</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetOffice2007</span>()</div>
<div class="block">Specifies the Office2007.</div>
</section>
</li>
<li>
<section class="detail" id="GetApex()">
<h3>GetApex</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetApex</span>()</div>
<div class="block">Specifies the Apex theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetAspect()">
<h3>GetAspect</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetAspect</span>()</div>
<div class="block">Specifies the Aspect theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetCivic()">
<h3>GetCivic</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetCivic</span>()</div>
<div class="block">Specifies the Civic theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetConcourse()">
<h3>GetConcourse</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetConcourse</span>()</div>
<div class="block">Specifies the Concourse theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetEquity()">
<h3>GetEquity</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetEquity</span>()</div>
<div class="block">Specifies the Equity theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetFlow()">
<h3>GetFlow</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetFlow</span>()</div>
<div class="block">Specifies the Flow theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetFoundry()">
<h3>GetFoundry</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetFoundry</span>()</div>
<div class="block">Specifies the Foundry theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetMedian()">
<h3>GetMedian</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetMedian</span>()</div>
<div class="block">Specifies the Median theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetMetro()">
<h3>GetMetro</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetMetro</span>()</div>
<div class="block">Specifies the Metro theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetModule()">
<h3>GetModule</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetModule</span>()</div>
<div class="block">Specifies the Module theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetOpulent()">
<h3>GetOpulent</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetOpulent</span>()</div>
<div class="block">Specifies the Opulent theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetOriel()">
<h3>GetOriel</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetOriel</span>()</div>
<div class="block">Specifies the Oriel theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetOrigin()">
<h3>GetOrigin</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetOrigin</span>()</div>
<div class="block">Specifies the Origin theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetPaper()">
<h3>GetPaper</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetPaper</span>()</div>
<div class="block">Specifies the Paper theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetSolstice()">
<h3>GetSolstice</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetSolstice</span>()</div>
<div class="block">Specifies the Solstice theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetTechnic()">
<h3>GetTechnic</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetTechnic</span>()</div>
<div class="block">Specifies the Technic theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetTrek()">
<h3>GetTrek</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetTrek</span>()</div>
<div class="block">Specifies the Trek theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetUrban()">
<h3>GetUrban</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetUrban</span>()</div>
<div class="block">Specifies the Urban theme.</div>
</section>
</li>
<li>
<section class="detail" id="GetVerve()">
<h3>GetVerve</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ITheme.html" title="interface in com.grapecity.documents.excel">ITheme</a></span>&nbsp;<span class="element-name">GetVerve</span>()</div>
<div class="block">Specifies the Verve theme.</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
<script>var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";

function show(tableId, selected, columns) {
    if (tableId !== selected) {
        document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')')
            .forEach(function (elem) {
                elem.style.display = 'none';
            });
    }
    document.querySelectorAll('div.' + selected)
        .forEach(function (elem, index) {
            elem.style.display = '';
            var isEvenRow = index % (columns * 2) < columns;
            elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor);
            elem.classList.add(isEvenRow ? evenRowColor : oddRowColor);
        });
    updateTabs(tableId, selected);
}

function updateTabs(tableId, selected) {
    document.querySelector('div#' + tableId + ' .summary-table')
        .setAttribute('aria-labelledby', selected);
    document.querySelectorAll('button[id^="' + tableId + '"]')
        .forEach(function (tab, index) {
            if (selected === tab.id || (tableId === selected && index === 0)) {
                tab.className = activeTableTab;
                tab.setAttribute('aria-selected', true);
                tab.setAttribute('tabindex', 0);
            } else {
                tab.className = tableTab;
                tab.setAttribute('aria-selected', false);
                tab.setAttribute('tabindex', -1);
            }
        });
}

function switchTab(e) {
    var selected = document.querySelector('[aria-selected=true]');
    if (selected) {
        if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) {
            // left or up arrow key pressed: move focus to previous tab
            selected.previousSibling.click();
            selected.previousSibling.focus();
            e.preventDefault();
        } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) {
            // right or down arrow key pressed: move focus to next tab
            selected.nextSibling.click();
            selected.nextSibling.focus();
            e.preventDefault();
        }
    }
}
</script></div>