Property signature DocumentObject.name
The name of this item.
Signature
[Document.NAME]?: string;
Details
Type |
string |
Optional |
Yes |
Readonly |
No |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["This document element captures the name of the item, which can be accessed using `Document.NAME`."],["The signature is optional and modifiable, represented as a string data type."]]],["The `Document.NAME` is a string value that is optional. It represents the name of an item and can be modified. The entry's type is specified as `string`, and its optional nature is indicated by the 'Yes' in the 'Optional' column. Modifiability is confirmed by the 'No' in the 'Readonly' column. This information is provided alongside the \"Signature\" line and under the \"Details\" header.\n"]]