| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DateElementProperties |
DateElementProperties.clone() |
DateElementProperties |
DateElement.getDateElementProperties()
The properties of this DateElement.
|
DateElementProperties |
InsertDateRequest.getDateElementProperties()
The properties of the date to insert.
|
DateElementProperties |
SuggestedDateElementProperties.getDateElementProperties()
DateElementProperties that only includes the changes made in this suggestion.
|
DateElementProperties |
DateElementProperties.set(String fieldName,
Object value) |
DateElementProperties |
DateElementProperties.setDateFormat(String dateFormat)
Determines how the date part of the DateElement will be displayed in the document.
|
DateElementProperties |
DateElementProperties.setDisplayText(String displayText)
Output only.
|
DateElementProperties |
DateElementProperties.setLocale(String locale)
The locale of the document, as defined by the Unicode Common Locale Data Repository (CLDR)
project.
|
DateElementProperties |
DateElementProperties.setTimeFormat(String timeFormat)
Determines how the time part of the DateElement will be displayed in the document.
|
DateElementProperties |
DateElementProperties.setTimestamp(String timestamp)
The point in time to represent, in seconds and nanoseconds since Unix epoch: January 1, 1970 at
midnight UTC.
|
DateElementProperties |
DateElementProperties.setTimeZoneId(String timeZoneId)
The time zone of the DateElement, as defined by the Unicode Common Locale Data Repository
(CLDR) project.
|
| Modifier and Type | Method and Description |
|---|---|
DateElement |
DateElement.setDateElementProperties(DateElementProperties dateElementProperties)
The properties of this DateElement.
|
InsertDateRequest |
InsertDateRequest.setDateElementProperties(DateElementProperties dateElementProperties)
The properties of the date to insert.
|
SuggestedDateElementProperties |
SuggestedDateElementProperties.setDateElementProperties(DateElementProperties dateElementProperties)
DateElementProperties that only includes the changes made in this suggestion.
|
Copyright © 2011–2025 Google. All rights reserved.