menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. textCombine property
textCombine

textCombine property

String get textCombine

Gets the value of "text-combine"

Implementation

String get textCombine => getPropertyValue('text-combine');
set textCombine (String value)

Sets the value of "text-combine"

Implementation

set textCombine(String value) {
 setProperty('text-combine', value, '');
}
CssStyleDeclarationBase class

AltStyle によって変換されたページ (->オリジナル) /