Package | Description |
---|---|
com.google.api.services.keep.v1.model |
Modifier and Type | Method and Description |
---|---|
TextContent |
TextContent.clone() |
TextContent |
Section.getText()
Used if this section's content is a block of text.
|
TextContent |
ListItem.getText()
The text of this item.
|
TextContent |
TextContent.set(String fieldName,
Object value) |
TextContent |
TextContent.setText(String text)
The text of the note.
|
Modifier and Type | Method and Description |
---|---|
Section |
Section.setText(TextContent text)
Used if this section's content is a block of text.
|
ListItem |
ListItem.setText(TextContent text)
The text of this item.
|
Copyright © 2011–2025 Google. All rights reserved.