Searched refs:wrapText (Results 1 – 8 of 8) sorted by relevance
49 public $wrapText; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1DecoratedText180 public function setWrapText($wrapText) argument182 $this->wrapText = $wrapText;189 return $this->wrapText;
150 var wrapText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'wrap' );151 editor.insertText ( open + wrapText + close);
166 var wrapText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'wrap' );167 editor.insertText ( open + wrapText + close);
20585 wrapText: function wrapText(value) {20688 add('wrapText', validation.wrapText(model.wrapText) ? '1' : false);20716 add(node.attributes.wrapText, 'wrapText', !!node.attributes.wrapText);
5152 return wrapText(param.value,true)
19527 return wrapText(param.value, true);
5163 return wrapText(param.value,true)
10925 if(y.wrapText) alignment.wrapText = parsexmlbool(y.wrapText);