setContentText method

void setContentText(
  1. String text
)

(en) Sets the content text for this element.

(ja) このエレメントにコンテンツテキストを設定します。

  • text : The content text.

Implementation

void setContentText(String text) {
  spwmlParams.p.text = text;
}