Class ListItem

ListItem

リスト項目。各リスト項目には複数の TextFormatElement を含めることができます。

Google Workspace Studio を拡張する Google Workspace アドオンでのみ使用できます。

const listItem = AddOnsResponseService.newListItem()
      .addTextFormatElements(AddOnsResponseService.newStyledText());

メソッド

メソッド戻り値の型概要
addTextFormatElement(textFormatElement)ListItemリストアイテムに TextFormatElement を追加します。

詳細なドキュメント

addTextFormatElement(textFormatElement)

リストアイテムに TextFormatElement を追加します。

パラメータ

名前説明
textFormatElementTextFormatElementリスト項目に追加する TextFormatElement

戻る

ListItem - チェーン用のこのリスト アイテム オブジェクト。