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

textOverlineMode property

String get textOverlineMode

Gets the value of "text-overline-mode"

Implementation

String get textOverlineMode => getPropertyValue('text-overline-mode');
set textOverlineMode (String value)

Sets the value of "text-overline-mode"

Implementation

set textOverlineMode(String value) {
 setProperty('text-overline-mode', value, '');
}
CssStyleDeclarationBase class

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