# package-summary

## 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>Package com.grapecity.documents.excel.drawing</h1>

<hr>
<div class="package-signature">package <span class="element-name">com.grapecity.documents.excel.drawing</span></div>
<section class="summary">
<ul class="summary-list">
<li>
<div id="related-package-summary">
<div class="caption"><span>Related Packages</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="../package-summary.html">com.grapecity.documents.excel</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="../expressions/package-summary.html">com.grapecity.documents.excel.expressions</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="../forms/package-summary.html">com.grapecity.documents.excel.forms</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="../template/package-summary.html">com.grapecity.documents.excel.template</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</div>
</li>
<li>
<div id="class-summary">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="class-summary-tab0" role="tab" aria-selected="true" aria-controls="class-summary.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary', 2)" class="active-table-tab">All Classes and Interfaces</button><button id="class-summary-tab1" role="tab" aria-selected="false" aria-controls="class-summary.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary-tab1', 2)" class="table-tab">Interfaces</button><button id="class-summary-tab2" role="tab" aria-selected="false" aria-controls="class-summary.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary-tab2', 2)" class="table-tab">Classes</button><button id="class-summary-tab3" role="tab" aria-selected="false" aria-controls="class-summary.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary-tab3', 2)" class="table-tab">Enum Classes</button></div>
<div id="class-summary.tabpanel" role="tabpanel">
<div class="summary-table two-column-summary" aria-labelledby="class-summary-tab0">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="ArrowheadLength.html" title="enum class in com.grapecity.documents.excel.drawing">ArrowheadLength</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the length of the arrowhead at the end of a line.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="ArrowheadStyle.html" title="enum class in com.grapecity.documents.excel.drawing">ArrowheadStyle</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the style of the arrowhead at the end of a line.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="ArrowheadWidth.html" title="enum class in com.grapecity.documents.excel.drawing">ArrowheadWidth</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the width of the arrowhead at the end of a line.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="AutoShapeType.html" title="enum class in com.grapecity.documents.excel.drawing">AutoShapeType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the shape type for an AutoShape object.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="AxisCrosses.html" title="enum class in com.grapecity.documents.excel.drawing">AxisCrosses</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the point on the specified axis where the other axis crosses.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="AxisGroup.html" title="enum class in com.grapecity.documents.excel.drawing">AxisGroup</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the type of axis group.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="AxisType.html" title="enum class in com.grapecity.documents.excel.drawing">AxisType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the axis type.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="BarShape.html" title="enum class in com.grapecity.documents.excel.drawing">BarShape</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the shape used with the 3-D bar or column chart.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="BinsType.html" title="enum class in com.grapecity.documents.excel.drawing">BinsType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies how the horizontal axis of the histogram chart is formatted.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing">CategoryType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the type of the category axis.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="ChartSplitType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartSplitType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the values displayed in the second chart in a pie chart or a bar of the pie chart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="ChartType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the chart type.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="ConnectorType.html" title="enum class in com.grapecity.documents.excel.drawing">ConnectorType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies a type of connector.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="DataLabelPosition.html" title="enum class in com.grapecity.documents.excel.drawing">DataLabelPosition</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies where the data label is positioned.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="DisplayUnit.html" title="enum class in com.grapecity.documents.excel.drawing">DisplayUnit</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the display unit label for an axis.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="DrawingPictureType.html" title="enum class in com.grapecity.documents.excel.drawing">DrawingPictureType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies how pictures are displayed on a column, bar picture chart, or legend key.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="EndStyleCap.html" title="enum class in com.grapecity.documents.excel.drawing">EndStyleCap</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the end style for error bars.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="ErrorBarDirection.html" title="enum class in com.grapecity.documents.excel.drawing">ErrorBarDirection</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the error bar direction.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="ErrorBarInclude.html" title="enum class in com.grapecity.documents.excel.drawing">ErrorBarInclude</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies which error-bar parts to include.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="ErrorBarType.html" title="enum class in com.grapecity.documents.excel.drawing">ErrorBarType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the range marked by error bars.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="FillType.html" title="enum class in com.grapecity.documents.excel.drawing">FillType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies a shape's fill type.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="GradientStyle.html" title="enum class in com.grapecity.documents.excel.drawing">GradientStyle</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the style for a gradient fill.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="HorizontalAnchor.html" title="enum class in com.grapecity.documents.excel.drawing">HorizontalAnchor</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the horizontal anchor for Text frame in the shape.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="HtmlSaveOptions.html" title="class in com.grapecity.documents.excel.drawing">HtmlSaveOptions</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">Option class for saving html file.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IAdjustments.html" title="interface in com.grapecity.documents.excel.drawing">IAdjustments</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a collection of adjustment values for the specified AutoShape or connector.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IAxes.html" title="interface in com.grapecity.documents.excel.drawing">IAxes</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a collection of all the  <a href="IAxis.html" title="interface in com.grapecity.documents.excel.drawing"><code>IAxis</code></a> objects in the specifiedchart.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IAxis.html" title="interface in com.grapecity.documents.excel.drawing">IAxis</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a single axis in a chart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IAxisTitle.html" title="interface in com.grapecity.documents.excel.drawing">IAxisTitle</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a chart axis title.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IBackgroundPicture.html" title="interface in com.grapecity.documents.excel.drawing">IBackgroundPicture</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents an picture object which will be used as the background picture.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IBackgroundPictures.html" title="interface in com.grapecity.documents.excel.drawing">IBackgroundPictures</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">A collection of all the  <a href="IBackgroundPicture.html" title="interface in com.grapecity.documents.excel.drawing"><code>IBackgroundPicture</code></a> objects on the specified sheet.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IChart.html" title="interface in com.grapecity.documents.excel.drawing">IChart</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a chart object in a worksheet.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IChartArea.html" title="interface in com.grapecity.documents.excel.drawing">IChartArea</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents the chart area of a chart.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IChartBars.html" title="interface in com.grapecity.documents.excel.drawing">IChartBars</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents the up bars in a chart group.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing">IChartFormat</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Provides access to the Office Art formatting for chart elements.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroup</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents one or more series plotted in a chart with the same format.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a collection of all the  <a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> objects in thespecified chart.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing">IChartLines</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents series lines in a chart group.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IChartTitle.html" title="interface in com.grapecity.documents.excel.drawing">IChartTitle</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents the chart title.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IColorFormat.html" title="interface in com.grapecity.documents.excel.drawing">IColorFormat</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents the color of a one-color object, the color of an object with a gradient or patterned fill, or the pointer color.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IConnectorFormat.html" title="interface in com.grapecity.documents.excel.drawing">IConnectorFormat</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents properties and methods that apply to connectors.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IContainer.html" title="interface in com.grapecity.documents.excel.drawing">IContainer</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a floating container in a sheet.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="ICrop.html" title="interface in com.grapecity.documents.excel.drawing">ICrop</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents an object used to remove a portion of an image.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IDataLabel.html" title="interface in com.grapecity.documents.excel.drawing">IDataLabel</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents the data label on a chart point or trendline.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IDataLabels.html" title="interface in com.grapecity.documents.excel.drawing">IDataLabels</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a collection of all the  <a href="IDataLabel.html" title="interface in com.grapecity.documents.excel.drawing"><code>IDataLabel</code></a> objects for thespecified series.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IDataTable.html" title="interface in com.grapecity.documents.excel.drawing">IDataTable</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">&nbsp;</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IDisplayUnitLabel.html" title="interface in com.grapecity.documents.excel.drawing">IDisplayUnitLabel</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a unit label on an axis in the specified chart.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IErrorBar.html" title="interface in com.grapecity.documents.excel.drawing">IErrorBar</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents the error bars in a chart series.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IFillFormat.html" title="interface in com.grapecity.documents.excel.drawing">IFillFormat</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents fill formatting for a shape.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IFloor.html" title="interface in com.grapecity.documents.excel.drawing">IFloor</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents the floor of a 3-D chart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IFontFormat.html" title="interface in com.grapecity.documents.excel.drawing">IFontFormat</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents font attributes (for example, font name, font size, and color) for an object.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IGradientStop.html" title="interface in com.grapecity.documents.excel.drawing">IGradientStop</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents one gradient stop.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IGradientStops.html" title="interface in com.grapecity.documents.excel.drawing">IGradientStops</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a collection of  <a href="IGradientStop.html" title="interface in com.grapecity.documents.excel.drawing"><code>IGradientStop</code></a> objects.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IGridlines.html" title="interface in com.grapecity.documents.excel.drawing">IGridlines</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents major or minor gridlines on a chart axis.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IGroupShapes.html" title="interface in com.grapecity.documents.excel.drawing">IGroupShapes</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents the individual shapes within a grouped shape.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="ILeaderLines.html" title="interface in com.grapecity.documents.excel.drawing">ILeaderLines</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents leader lines on a chart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="ILegend.html" title="interface in com.grapecity.documents.excel.drawing">ILegend</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents the legend in a chart.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="ILegendEntries.html" title="interface in com.grapecity.documents.excel.drawing">ILegendEntries</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a collection of all the  <a href="ILegendEntry.html" title="interface in com.grapecity.documents.excel.drawing"><code>ILegendEntry</code></a> objects in thespecified chart legend.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="ILegendEntry.html" title="interface in com.grapecity.documents.excel.drawing">ILegendEntry</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a legend entry in a chart legend.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="ILegendKey.html" title="interface in com.grapecity.documents.excel.drawing">ILegendKey</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a legend key in a chart legend.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="ILineFormat.html" title="interface in com.grapecity.documents.excel.drawing">ILineFormat</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents line and arrowhead formatting.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="ImageLayout.html" title="enum class in com.grapecity.documents.excel.drawing">ImageLayout</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the way an image how to be stretched to fill the destination rectangle.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="ImageType.html" title="enum class in com.grapecity.documents.excel.drawing">ImageType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the image type.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IPictureFormat.html" title="interface in com.grapecity.documents.excel.drawing">IPictureFormat</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents properties and methods that apply to pictures.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IPivotOptions.html" title="interface in com.grapecity.documents.excel.drawing">IPivotOptions</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents the options whether to display pivot chart bottons.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IPlotArea.html" title="interface in com.grapecity.documents.excel.drawing">IPlotArea</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents the plot area of a chart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IPoint.html" title="interface in com.grapecity.documents.excel.drawing">IPoint</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a single point in a chart series.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IPoints.html" title="interface in com.grapecity.documents.excel.drawing">IPoints</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a collection of all the  <a href="IPoint.html" title="interface in com.grapecity.documents.excel.drawing"><code>IPoint</code></a> objects in the specifiedseries in a chart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="ISeries.html" title="interface in com.grapecity.documents.excel.drawing">ISeries</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a series in a chart.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="ISeriesCollection.html" title="interface in com.grapecity.documents.excel.drawing">ISeriesCollection</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a collection of all the  <a href="ISeries.html" title="interface in com.grapecity.documents.excel.drawing"><code>ISeries</code></a> objects in the specifiedchart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents an object in the drawing layer, such as an AutoShape, chart, or picture.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IShapeRange.html" title="interface in com.grapecity.documents.excel.drawing">IShapeRange</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a shape range, which is a set of shapes on a document.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="IShapes.html" title="interface in com.grapecity.documents.excel.drawing">IShapes</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">A collection of all the  <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> objects on the specified sheet.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="ITextFrame.html" title="interface in com.grapecity.documents.excel.drawing">ITextFrame</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents the text frame in the  <code>com.grapecity.documents.excel.IShape</code> object.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="ITextRange.html" title="interface in com.grapecity.documents.excel.drawing">ITextRange</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents the text frame in the  <code>com.grapecity.documents.excel.IShape</code>.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IThreeDFormat.html" title="interface in com.grapecity.documents.excel.drawing">IThreeDFormat</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a shape's three-dimensional formatting.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="ITickLabels.html" title="interface in com.grapecity.documents.excel.drawing">ITickLabels</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents the tick mark labels associated with tick marks on a chart axis.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="ITrendline.html" title="interface in com.grapecity.documents.excel.drawing">ITrendline</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents a trendline in a chart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="ITrendlines.html" title="interface in com.grapecity.documents.excel.drawing">ITrendlines</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">Represents a collection of all  <a href="ITrendline.html" title="interface in com.grapecity.documents.excel.drawing"><code>ITrendline</code></a> objects for the specifiedseries.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing">IWall</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Represents the walls of a 3-D chart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="LegendPosition.html" title="enum class in com.grapecity.documents.excel.drawing">LegendPosition</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the position of the legend on a chart.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="LineCapStyle.html" title="enum class in com.grapecity.documents.excel.drawing">LineCapStyle</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the cap type for a line.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="LineDashStyle.html" title="enum class in com.grapecity.documents.excel.drawing">LineDashStyle</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the dash style for a line.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="LineJoinStyle.html" title="enum class in com.grapecity.documents.excel.drawing">LineJoinStyle</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the corners style of two intersecting lines.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="LineStyle.html" title="enum class in com.grapecity.documents.excel.drawing">LineStyle</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the style for a line.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="MarkerStyle.html" title="enum class in com.grapecity.documents.excel.drawing">MarkerStyle</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="ParentDataLabelOptions.html" title="enum class in com.grapecity.documents.excel.drawing">ParentDataLabelOptions</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the parent data label option for the specified series within the chart group.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="PathShapeType.html" title="enum class in com.grapecity.documents.excel.drawing">PathShapeType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the type for a gradient fill.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="PatternType.html" title="enum class in com.grapecity.documents.excel.drawing">PatternType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the fill pattern used in a shape.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="PictureColorType.html" title="enum class in com.grapecity.documents.excel.drawing">PictureColorType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the color transformation applied to a picture.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="Placement.html" title="enum class in com.grapecity.documents.excel.drawing">Placement</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the way an object is attached to its underlying cells.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="PresetCamera.html" title="enum class in com.grapecity.documents.excel.drawing">PresetCamera</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Indicates the effects camera type used by the specified object.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="PresetGradientType.html" title="enum class in com.grapecity.documents.excel.drawing">PresetGradientType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies which predefined gradient to use to fill a shape.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="PresetTexture.html" title="enum class in com.grapecity.documents.excel.drawing">PresetTexture</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies texture to be used to fill a shape.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="PresetThreeDFormat.html" title="enum class in com.grapecity.documents.excel.drawing">PresetThreeDFormat</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies an extrusion (three-dimensional) format.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="RowCol.html" title="enum class in com.grapecity.documents.excel.drawing">RowCol</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies whether the values that correspond to a particular data series are in rows or columns.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="ScaleType.html" title="enum class in com.grapecity.documents.excel.drawing">ScaleType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the scale type of the value axis.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="ShapeType.html" title="enum class in com.grapecity.documents.excel.drawing">ShapeType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the type of shape or range of shapes.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="SizeRepresents.html" title="enum class in com.grapecity.documents.excel.drawing">SizeRepresents</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies what the bubble size represents on a bubble chart.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="SolidColorType.html" title="enum class in com.grapecity.documents.excel.drawing">SolidColorType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the color type</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="TextAlignmentAnchor.html" title="enum class in com.grapecity.documents.excel.drawing">TextAlignmentAnchor</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the horizontal alignment for text within the TextFrame of Shape.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="TextDirection.html" title="enum class in com.grapecity.documents.excel.drawing">TextDirection</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the text direction.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="TextRangeType.html" title="enum class in com.grapecity.documents.excel.drawing">TextRangeType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the type of ITextRange.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="TextUnderlineType.html" title="enum class in com.grapecity.documents.excel.drawing">TextUnderlineType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Indicates the type of underline for text.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="TextureAlignment.html" title="enum class in com.grapecity.documents.excel.drawing">TextureAlignment</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the alignment (the origin of the coordinate grid) for the tiling of the texture fill.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="TextureType.html" title="enum class in com.grapecity.documents.excel.drawing">TextureType</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the texture type for the selected fill.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="TickLabelOrientation.html" title="enum class in com.grapecity.documents.excel.drawing">TickLabelOrientation</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the text orientation for tick-mark labels.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="TickLabelPosition.html" title="enum class in com.grapecity.documents.excel.drawing">TickLabelPosition</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the position of tick-mark labels on the specified axis.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="TickMark.html" title="enum class in com.grapecity.documents.excel.drawing">TickMark</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies the position of major and minor tick marks for an axis.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the unit of time for chart axis and data series.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="TrendlineType.html" title="enum class in com.grapecity.documents.excel.drawing">TrendlineType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies how the trendline that smoothes out fluctuations in the data is calculated.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab3"><a href="VerticalAnchor.html" title="enum class in com.grapecity.documents.excel.drawing">VerticalAnchor</a></div>
<div class="col-last even-row-color class-summary class-summary-tab3">
<div class="block">Specifies the vertical anchor for Text frame in the shape.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab3"><a href="ZOrderType.html" title="enum class in com.grapecity.documents.excel.drawing">ZOrderType</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab3">
<div class="block">Specifies where in the z-order a shape should be moved relative to other shapes.</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</section>
<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>