From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- .../-text-decoration/-init-.html | 26 ++++------------------ 1 file changed, 4 insertions(+), 22 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-text-decoration/-init-.html') diff --git a/api/pl.treksoft.kvision.core/-text-decoration/-init-.html b/api/pl.treksoft.kvision.core/-text-decoration/-init-.html index 5041e5aa..f03f45d0 100644 --- a/api/pl.treksoft.kvision.core/-text-decoration/-init-.html +++ b/api/pl.treksoft.kvision.core/-text-decoration/-init-.html @@ -8,33 +8,15 @@ kvision / pl.treksoft.kvision.core / TextDecoration / <init>

<init>

- -TextDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null) -

Creates CSS text decoration with given line and style.

-

Parameters

-

-line - text decoration line

-

-style - text decoration style

- -TextDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null, color: Int) -

Creates CSS text decoration with given line, style and color given in hex format.

-

Parameters

-

-line - text decoration line

-

-style - text decoration style

-

-color - color in hex format

- -TextDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null, color: Col) -

Creates CSS text decoration with given line, style and color given with named constant.

+ +TextDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null, color: Color? = null) +

Type-safe definition of CSS text decoration.

Parameters

line - text decoration line

style - text decoration style

-color - color named constant

+color - text decoration color

-- cgit