# IBuiltInDocumentPropertyCollection

## 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>Interface IBuiltInDocumentPropertyCollection</h1>
<!-- ======== START OF CLASS DATA ======== -->

<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Superinterfaces:</dt>
<dd><code><a href="IDocumentPropertyCollection.html" title="interface in com.grapecity.documents.excel">IDocumentPropertyCollection</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">IBuiltInDocumentPropertyCollection</span><span class="extends-implements">
extends <a href="IDocumentPropertyCollection.html" title="interface in com.grapecity.documents.excel">IDocumentPropertyCollection</a></span></div>
<div class="block">A collection of built-in document properties. <p>Provides access to standard workbook metadata such as author, title, subject,  company, manager, application name, and other predefined document properties.  Use  <a href="Workbook.html#getBuiltInDocumentProperties()"><code>Workbook.getBuiltInDocumentProperties()</code></a> to retrieve this collection and read or update built-in properties exposed by the workbook.</p>
<pre><code data-language="Java">
 IWorksheet worksheet = workbook.getWorksheets().get(0);
 worksheet.getRange("A1").setValue("Quarterly Report");
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setAuthor("Author");
 properties.setCompany("Example");
 properties.setTitle("Quarterly Report");
 String xlsxFileName = "BuiltInDocumentProperties.xlsx";
 workbook.save(xlsxFileName);
 </code></pre></div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div aria-orientation="horizontal" class="table-tabs" role="tablist"><button aria-controls="method-summary-table.tabpanel" aria-selected="true" class="active-table-tab" id="method-summary-table-tab0" onclick="show('method-summary-table', 'method-summary-table', 3)" onkeydown="switchTab(event)" role="tab" tabindex="0">All Methods</button><button aria-controls="method-summary-table.tabpanel" aria-selected="false" class="table-tab" id="method-summary-table-tab2" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" onkeydown="switchTab(event)" role="tab" tabindex="-1">Instance Methods</button><button aria-controls="method-summary-table.tabpanel" aria-selected="false" class="table-tab" id="method-summary-table-tab3" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" onkeydown="switchTab(event)" role="tab" tabindex="-1">Abstract Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div aria-labelledby="method-summary-table-tab0" class="summary-table three-column-summary">
<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-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getAuthor()">getAuthor</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the name of the document's author.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getCategory()">getCategory</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the category of the document.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getComments()">getComments</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the document comments.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getCompany()">getCompany</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the company property.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getContentStatus()">getContentStatus</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the content status of the document.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getContentType()">getContentType</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the content type of the document.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getCreatedDate()">getCreatedDate</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the document creation date in the local time zone.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getDocumentVersion()">getDocumentVersion</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the version of the file.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getHyperlinkBase()">getHyperlinkBase</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the hyperlink base property.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getKeywords()">getKeywords</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the document keywords.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getLanguage()">getLanguage</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the document language.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getLastPrinted()">getLastPrinted</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the UTC time when the document was last printed.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getLastSavedBy()">getLastSavedBy</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the name of the author who last saved the document.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getLastSavedTime()">getLastSavedTime</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the time of the last save in the local time zone.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getLinksUpToDate()">getLinksUpToDate</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether hyperlinks in the document are up to date.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getManager()">getManager</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the manager property.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getNameOfApplication()">getNameOfApplication</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the name of the application.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getPages()">getPages</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets an estimate of the number of pages in the document.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getRevisionNumber()">getRevisionNumber</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the revision number of the document.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getScaleCrop()">getScaleCrop</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the display mode of the document thumbnail.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getSubject()">getSubject</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the subject of the document.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getTemplate()">getTemplate</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the informational name of the document template.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getTitle()">getTitle</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the title of the document.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getTotalEditingTime()">getTotalEditingTime</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the total editing time in minutes.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#getWords()">getWords</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets an estimate of the number of words in the document.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setAuthor(java.lang.String)">setAuthor</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the name of the document's author.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setCategory(java.lang.String)">setCategory</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the category of the document.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setComments(java.lang.String)">setComments</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the document comments.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setCompany(java.lang.String)">setCompany</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the company property.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setContentStatus(java.lang.String)">setContentStatus</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the content status of the document.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setContentType(java.lang.String)">setContentType</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the content type of the document.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setCreatedDate(java.util.Calendar)">setCreatedDate</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the document creation date in the local time zone.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setDocumentVersion(java.lang.String)">setDocumentVersion</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the version of the file.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setHyperlinkBasey(java.lang.String)">setHyperlinkBasey</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the hyperlink base property.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setKeywords(java.lang.String)">setKeywords</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the document keywords.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setLanguage(java.lang.String)">setLanguage</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the document language.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setLastPrinted(java.util.Calendar)">setLastPrinted</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the UTC time when the document was last printed.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setLastSavedBy(java.lang.String)">setLastSavedBy</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the name of the author who last saved the document.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setLastSavedTime(java.util.Calendar)">setLastSavedTime</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the time when the document was last saved in the local time zone.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setLinksUpToDate(boolean)">setLinksUpToDate</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether hyperlinks in the document are up to date.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setManager(java.lang.String)">setManager</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the manager property.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setNameOfApplication(java.lang.String)">setNameOfApplication</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the name of the application.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setPages(int)">setPages</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets an estimate of the number of pages in the document.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setRevisionNumber(java.lang.String)">setRevisionNumber</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the revision number of the document.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setScaleCrop(boolean)">setScaleCrop</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the display mode of the document thumbnail.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setSubject(java.lang.String)">setSubject</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the subject of the document.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setTemplate(java.lang.String)">setTemplate</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the informational name of the document template.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setTitle(java.lang.String)">setTitle</a><wbr>(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the title of the document.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setTotalEditingTime(int)">setTotalEditingTime</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the total editing time in minutes.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a class="member-name-link" href="#setWords(int)">setWords</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets an estimate of the number of words in the document.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-com.grapecity.documents.excel.IDocumentPropertyCollection">Methods inherited from interface&nbsp;com.grapecity.documents.excel.<a href="IDocumentPropertyCollection.html" title="interface in com.grapecity.documents.excel">IDocumentPropertyCollection</a></h3>
<code><a href="IDocumentPropertyCollection.html#clear()">clear</a>, <a href="IDocumentPropertyCollection.html#contains(java.lang.String)">contains</a>, <a href="IDocumentPropertyCollection.html#get(int)">get</a>, <a href="IDocumentPropertyCollection.html#get(java.lang.String)">get</a>, <a href="IDocumentPropertyCollection.html#getCount()">getCount</a>, <a href="IDocumentPropertyCollection.html#indexOf(java.lang.String)">indexOf</a>, <a href="IDocumentPropertyCollection.html#remove(java.lang.String)">remove</a>, <a href="IDocumentPropertyCollection.html#removeAt(int)">removeAt</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="getManager()">
<h3>getManager</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getManager</span>()</div>
<div class="block">Gets the manager property. <p>Returns the built-in document property that stores the name of the person responsible for managing the document.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setManager("Manager");
 String manager = properties.getManager();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The manager property value. Returns <code>null</code> if the property has not been set.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setManager(java.lang.String)">
<h3>setManager</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setManager</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the manager property. <p>Sets the built-in document property that stores the name of the person responsible for managing the document.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setManager("Manager");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The manager property value. This value can be <code>null</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getNameOfApplication()">
<h3>getNameOfApplication</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getNameOfApplication</span>()</div>
<div class="block">Gets the name of the application. <p>Use this property to read the application name stored in the built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setNameOfApplication("Example App");
 String applicationName = properties.getNameOfApplication();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The application name.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setNameOfApplication(java.lang.String)">
<h3>setNameOfApplication</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setNameOfApplication</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the name of the application. <p>Use this property to set the application name stored in the built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setNameOfApplication("Example App");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The application name.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getPages()">
<h3>getPages</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getPages</span>()</div>
<div class="block">Gets an estimate of the number of pages in the document. <p>Use this property to retrieve the built-in document metadata value that stores  the estimated page count.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setPages(12);
 int pages = properties.getPages();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The estimated number of pages in the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setPages(int)">
<h3>setPages</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setPages</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets an estimate of the number of pages in the document. <p>Use this property to set the built-in document metadata value that stores the estimated page count.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setPages(12);
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The estimated number of pages in the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getRevisionNumber()">
<h3>getRevisionNumber</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getRevisionNumber</span>()</div>
<div class="block">Gets the revision number of the document. <p>Use this property to retrieve the revision number stored in the built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setRevisionNumber("5");
 String revisionNumber = properties.getRevisionNumber();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The revision number of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setRevisionNumber(java.lang.String)">
<h3>setRevisionNumber</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setRevisionNumber</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the revision number of the document. <p>Use this property to store the revision number in the built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setRevisionNumber("5");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The revision number of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTemplate()">
<h3>getTemplate</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getTemplate</span>()</div>
<div class="block">Gets the informational name of the document template. <p>Use this property to retrieve the template name stored in the built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setTemplate("Quarterly Report Template");
 String template = properties.getTemplate();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The informational name of the document template.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setTemplate(java.lang.String)">
<h3>setTemplate</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setTemplate</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the informational name of the document template. <p>Use this property to set the template name stored in the built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setTemplate("Quarterly Report Template");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The informational name of the document template.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTitle()">
<h3>getTitle</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getTitle</span>()</div>
<div class="block">Gets the title of the document. <p>This method returns the value of the built-in Title document property.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setTitle("Quarterly Sales Report");
 String title = properties.getTitle();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The title of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setTitle(java.lang.String)">
<h3>setTitle</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setTitle</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the title of the document. <p>This method Sets the value of the built-in Title document property.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setTitle("Quarterly Sales Report");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The title of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTotalEditingTime()">
<h3>getTotalEditingTime</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getTotalEditingTime</span>()</div>
<div class="block">Gets the total editing time in minutes. <p>This property stores the cumulative editing time recorded for the document.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setTotalEditingTime(90);
 int totalEditingTime = properties.getTotalEditingTime();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The total editing time, in minutes.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setTotalEditingTime(int)">
<h3>setTotalEditingTime</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setTotalEditingTime</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the total editing time in minutes. <p>This property stores the cumulative editing time recorded for the document.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setTotalEditingTime(90);
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The total editing time, in minutes.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getDocumentVersion()">
<h3>getDocumentVersion</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getDocumentVersion</span>()</div>
<div class="block">Gets the version of the file. <p>This property represents the built-in document version stored in the workbook.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setDocumentVersion("2.1");
 String documentVersion = properties.getDocumentVersion();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The document version of the file.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setDocumentVersion(java.lang.String)">
<h3>setDocumentVersion</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDocumentVersion</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the version of the file. <p>This property represents the built-in document version stored in the workbook.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setDocumentVersion("2.1");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The document version of the file.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getScaleCrop()">
<h3>getScaleCrop</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getScaleCrop</span>()</div>
<div class="block">Gets the display mode of the document thumbnail. <p>Use this property to determine whether the document thumbnail is displayed  with scale-crop mode.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setScaleCrop(true);
 boolean scaleCrop = properties.getScaleCrop();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd><code>true</code> if the document thumbnail uses scale-crop mode; otherwise, <code>false</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setScaleCrop(boolean)">
<h3>setScaleCrop</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setScaleCrop</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the display mode of the document thumbnail. <p>Use this property to set whether the document thumbnail is displayed with scale-crop mode.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setScaleCrop(true);
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - <code>true</code> if the document thumbnail uses scale-crop mode; otherwise, <code>false</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getSubject()">
<h3>getSubject</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getSubject</span>()</div>
<div class="block">Gets the subject of the document. <p>Use this method to retrieve the built-in subject property from the document metadata.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setSubject("Quarterly Sales Report");
 String subject = properties.getSubject();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The subject of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setSubject(java.lang.String)">
<h3>setSubject</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setSubject</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the subject of the document. <p>Use this method to set the built-in subject property from the document metadata.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setSubject("Quarterly Sales Report");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The subject of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getLastSavedTime()">
<h3>getLastSavedTime</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a></span>&nbsp;<span class="element-name">getLastSavedTime</span>()</div>
<div class="block">Gets the time of the last save in the local time zone. <p>This property is not automatically updated when the document is modified.  Use  <a href="#setLastSavedTime(java.util.Calendar)"><code>setLastSavedTime(Calendar)</code></a> to change the stored value.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 Calendar lastSavedTime = Calendar.getInstance();
 lastSavedTime.set(2024, Calendar.JANUARY, 15, 10, 30, 0);
 properties.setLastSavedTime(lastSavedTime);
 Calendar savedTime = properties.getLastSavedTime();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The time of the last save in the local time zone.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setLastSavedTime(java.util.Calendar)">
<h3>setLastSavedTime</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setLastSavedTime</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a>&nbsp;value)</span></div>
<div class="block">Sets the time when the document was last saved in the local time zone. <p>Use this method to assign a built-in document property value explicitly.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 Calendar lastSavedTime = Calendar.getInstance();
 lastSavedTime.set(2024, Calendar.JANUARY, 15, 10, 30, 0);
 properties.setLastSavedTime(lastSavedTime);
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The last saved time in the local time zone. <code>null</code> is allowed.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getLastSavedBy()">
<h3>getLastSavedBy</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getLastSavedBy</span>()</div>
<div class="block">Gets the name of the author who last saved the document. <p>This property is not automatically updated when the document is modified.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setLastSavedBy("Author");
 String lastSavedBy = properties.getLastSavedBy();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The name of the author who last saved the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setLastSavedBy(java.lang.String)">
<h3>setLastSavedBy</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setLastSavedBy</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the name of the author who last saved the document. <p>This property is not automatically updated when the document is modified.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setLastSavedBy("Author");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The name of the author who last saved the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getLastPrinted()">
<h3>getLastPrinted</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a></span>&nbsp;<span class="element-name">getLastPrinted</span>()</div>
<div class="block">Gets the UTC time when the document was last printed. <p>Use  <a href="#setLastPrinted(java.util.Calendar)"><code>setLastPrinted(Calendar)</code></a> to store the last printed time in the built-in document properties before reading it back.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 Calendar lastPrinted = Calendar.getInstance();
 lastPrinted.set(2024, Calendar.JANUARY, 15, 10, 30, 0);
 properties.setLastPrinted(lastPrinted);
 Calendar printedTime = properties.getLastPrinted();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The UTC time when the document was last printed.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setLastPrinted(java.util.Calendar)">
<h3>setLastPrinted</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setLastPrinted</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a>&nbsp;value)</span></div>
<div class="block">Sets the UTC time when the document was last printed. <p>Use this method to store the last printed timestamp in the built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 Calendar lastPrinted = new GregorianCalendar(TimeZone.getTimeZone("UTC"));
 lastPrinted.set(2024, Calendar.JANUARY, 15, 9, 30, 0);
 properties.setLastPrinted(lastPrinted);
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The UTC time when the document was last printed.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getLanguage()">
<h3>getLanguage</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getLanguage</span>()</div>
<div class="block">Gets the document language.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setLanguage("en-US");
 String language = properties.getLanguage();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The document language.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setLanguage(java.lang.String)">
<h3>setLanguage</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setLanguage</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the document language.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setLanguage("en-US");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The document language.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getAuthor()">
<h3>getAuthor</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getAuthor</span>()</div>
<div class="block">Gets the name of the document's author. <p>Use  <a href="#setAuthor(java.lang.String)"><code>setAuthor(String)</code></a> to assign the author name before retrieving it.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setAuthor("Author");
 String author = properties.getAuthor();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The name of the document's author.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setAuthor(java.lang.String)">
<h3>setAuthor</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setAuthor</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the name of the document's author.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setAuthor("Author");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The name of the document's author.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getComments()">
<h3>getComments</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getComments</span>()</div>
<div class="block">Gets the document comments. <p>Use this property to retrieve the built-in document metadata that stores  descriptive comments for the workbook. To assign a value, use  <a href="#setComments(java.lang.String)"><code>setComments(String)</code></a>.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setComments("Quarterly sales report for internal review.");
 String comments = properties.getComments();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The document comments, or <code>null</code> if no comments have been set.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setComments(java.lang.String)">
<h3>setComments</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setComments</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the document comments.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setComments("Quarterly sales report for internal review.");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The document comments. This value can be <code>null</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getCategory()">
<h3>getCategory</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getCategory</span>()</div>
<div class="block">Gets the category of the document. <p>Use this property to retrieve the built-in document metadata that stores  the workbook category. To assign a value, use  <a href="#setCategory(java.lang.String)"><code>setCategory(String)</code></a>.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setCategory("Finance");
 String category = properties.getCategory();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The category of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setCategory(java.lang.String)">
<h3>setCategory</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCategory</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the category of the document.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setCategory("Finance");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The category of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getContentType()">
<h3>getContentType</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getContentType</span>()</div>
<div class="block">Gets the content type of the document. <p>Use this property to retrieve the built-in document metadata that describes  the document's content type. To assign a value, use  <a href="#setContentType(java.lang.String)"><code>setContentType(String)</code></a>.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setContentType("Monthly Report");
 String contentType = properties.getContentType();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The content type of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setContentType(java.lang.String)">
<h3>setContentType</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setContentType</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the content type of the document.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setContentType("Monthly Report");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The content type of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getContentStatus()">
<h3>getContentStatus</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getContentStatus</span>()</div>
<div class="block">Gets the content status of the document. <p>Use this property to read the built-in content status stored in the document  properties collection returned by  <a href="Workbook.html#getBuiltInDocumentProperties()"><code>Workbook.getBuiltInDocumentProperties()</code></a>.  To update the value, use  <a href="#setContentStatus(java.lang.String)"><code>setContentStatus(String)</code></a>.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setContentStatus("Final");
 String contentStatus = properties.getContentStatus();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The content status of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setContentStatus(java.lang.String)">
<h3>setContentStatus</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setContentStatus</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the content status of the document.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setContentStatus("Final");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The content status of the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getCompany()">
<h3>getCompany</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getCompany</span>()</div>
<div class="block">Gets the company property. <p>Use this property to retrieve the company information stored in the workbook's built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setCompany("Example");
 String company = properties.getCompany();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The company property value. Returns <code>null</code> if the company property is not set.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setCompany(java.lang.String)">
<h3>setCompany</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCompany</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the company property. <p>Use this property to set the company information stored in the workbook's built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setCompany("Example");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The company property value. This value can be <code>null</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getHyperlinkBase()">
<h3>getHyperlinkBase</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getHyperlinkBase</span>()</div>
<div class="block">Gets the hyperlink base property. <p>This property stores the base path or URL used for hyperlinks in the document.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setHyperlinkBasey("https://www.example.com/docs/");
 String hyperlinkBase = properties.getHyperlinkBase();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The hyperlink base property value.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setHyperlinkBasey(java.lang.String)">
<h3>setHyperlinkBasey</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHyperlinkBasey</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the hyperlink base property.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setHyperlinkBasey("https://example.com/docs/");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The hyperlink base property value.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getCreatedDate()">
<h3>getCreatedDate</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a></span>&nbsp;<span class="element-name">getCreatedDate</span>()</div>
<div class="block">Gets the document creation date in the local time zone. <p>This property is not updated automatically when the document is modified.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 Calendar createdDateValue = new GregorianCalendar(2024, Calendar.JANUARY, 15, 10, 30, 0);
 properties.setCreatedDate(createdDateValue);
 Calendar createdDate = properties.getCreatedDate();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The document creation date in the local time zone.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setCreatedDate(java.util.Calendar)">
<h3>setCreatedDate</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCreatedDate</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Calendar.html" title="class or interface in java.util">Calendar</a>&nbsp;value)</span></div>
<div class="block">Sets the document creation date in the local time zone. <p>Use this method to store the built-in created date property for the workbook.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 Calendar createdDate = new GregorianCalendar(2024, Calendar.JANUARY, 15, 9, 30, 0);
 properties.setCreatedDate(createdDate);
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The document creation date in the local time zone. <code>null</code> is allowed if no created date is specified.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getKeywords()">
<h3>getKeywords</h3>
<div class="member-signature"><span class="return-type"><a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a></span>&nbsp;<span class="element-name">getKeywords</span>()</div>
<div class="block">Gets the document keywords. <p>Returns the keywords stored in the built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setKeywords("Budget, Forecast, Sales");
 String keywords = properties.getKeywords();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The document keywords.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setKeywords(java.lang.String)">
<h3>setKeywords</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setKeywords</span><wbr><span class="parameters">(<a class="external-link" href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang">String</a>&nbsp;value)</span></div>
<div class="block">Sets the document keywords. <p>Sets the keywords stored in the built-in document properties.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setKeywords("Budget, Forecast, Sales");
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The document keywords.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getLinksUpToDate()">
<h3>getLinksUpToDate</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getLinksUpToDate</span>()</div>
<div class="block">Gets whether hyperlinks in the document are up to date. <p>This built-in document property indicates whether the document's hyperlink  information is marked as current.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setLinksUpToDate(true);
 boolean linksUpToDate = properties.getLinksUpToDate();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd><code>true</code> if the document's hyperlinks are marked as up to date; otherwise, <code>false</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setLinksUpToDate(boolean)">
<h3>setLinksUpToDate</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setLinksUpToDate</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether hyperlinks in the document are up to date. <p>This built-in document property indicates whether the document's hyperlink  information is marked as current.</p>
<pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setLinksUpToDate(true);
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - <code>true</code> if the document's hyperlinks are marked as up to date; otherwise, <code>false</code>.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getWords()">
<h3>getWords</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getWords</span>()</div>
<div class="block">Gets an estimate of the number of words in the document.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setWords(320);
 int words = properties.getWords();
 </code></pre></div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The estimated number of words in the document.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setWords(int)">
<h3>setWords</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setWords</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets an estimate of the number of words in the document.
 <pre><code data-language="Java">
 IBuiltInDocumentPropertyCollection properties = workbook.getBuiltInDocumentProperties();
 properties.setWords(320);
 </code></pre></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>value</code> - The estimated number of words in the document.</dd>
</dl>
</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>