| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
InsertDateRequest |
InsertDateRequest.clone() |
InsertDateRequest |
Request.getInsertDate()
Inserts a date.
|
InsertDateRequest |
InsertDateRequest.set(String fieldName,
Object value) |
InsertDateRequest |
InsertDateRequest.setDateElementProperties(DateElementProperties dateElementProperties)
The properties of the date to insert.
|
InsertDateRequest |
InsertDateRequest.setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the date at the end of the given header, footer or document body.
|
InsertDateRequest |
InsertDateRequest.setLocation(Location location)
Inserts the date at a specific index in the document.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.setInsertDate(InsertDateRequest insertDate)
Inserts a date.
|
Copyright © 2011–2025 Google. All rights reserved.