| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
InsertPersonRequest |
InsertPersonRequest.clone() |
InsertPersonRequest |
Request.getInsertPerson()
Inserts a person mention.
|
InsertPersonRequest |
InsertPersonRequest.set(String fieldName,
Object value) |
InsertPersonRequest |
InsertPersonRequest.setEndOfSegmentLocation(EndOfSegmentLocation endOfSegmentLocation)
Inserts the person mention at the end of a header, footer, footnote or the document body.
|
InsertPersonRequest |
InsertPersonRequest.setLocation(Location location)
Inserts the person mention at a specific index in the document.
|
InsertPersonRequest |
InsertPersonRequest.setPersonProperties(PersonProperties personProperties)
The properties of the person mention to insert.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.setInsertPerson(InsertPersonRequest insertPerson)
Inserts a person mention.
|
Copyright © 2011–2025 Google. All rights reserved.