From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-text-transform/-c-a-p-i-t-a-l-i-z-e.html | 14 ++++ .../-text-transform/-i-n-h-e-r-i-t.html | 14 ++++ .../-text-transform/-i-n-i-t-i-a-l.html | 14 ++++ .../-text-transform/-l-o-w-e-r-c-a-s-e.html | 14 ++++ .../-text-transform/-n-o-n-e.html | 14 ++++ .../-text-transform/-u-p-p-e-r-c-a-s-e.html | 14 ++++ .../-text-transform/index.html | 75 ++++++++++++++++++++++ 7 files changed, 159 insertions(+) create mode 100644 api1/pl.treksoft.kvision.core/-text-transform/-c-a-p-i-t-a-l-i-z-e.html create mode 100644 api1/pl.treksoft.kvision.core/-text-transform/-i-n-h-e-r-i-t.html create mode 100644 api1/pl.treksoft.kvision.core/-text-transform/-i-n-i-t-i-a-l.html create mode 100644 api1/pl.treksoft.kvision.core/-text-transform/-l-o-w-e-r-c-a-s-e.html create mode 100644 api1/pl.treksoft.kvision.core/-text-transform/-n-o-n-e.html create mode 100644 api1/pl.treksoft.kvision.core/-text-transform/-u-p-p-e-r-c-a-s-e.html create mode 100644 api1/pl.treksoft.kvision.core/-text-transform/index.html (limited to 'api1/pl.treksoft.kvision.core/-text-transform') diff --git a/api1/pl.treksoft.kvision.core/-text-transform/-c-a-p-i-t-a-l-i-z-e.html b/api1/pl.treksoft.kvision.core/-text-transform/-c-a-p-i-t-a-l-i-z-e.html new file mode 100644 index 00000000..52537045 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-text-transform/-c-a-p-i-t-a-l-i-z-e.html @@ -0,0 +1,14 @@ + + + +TextTransform.CAPITALIZE - kvision + + + +kvision / pl.treksoft.kvision.core / TextTransform / CAPITALIZE
+
+

CAPITALIZE

+ +CAPITALIZE + + diff --git a/api1/pl.treksoft.kvision.core/-text-transform/-i-n-h-e-r-i-t.html b/api1/pl.treksoft.kvision.core/-text-transform/-i-n-h-e-r-i-t.html new file mode 100644 index 00000000..d467b811 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-text-transform/-i-n-h-e-r-i-t.html @@ -0,0 +1,14 @@ + + + +TextTransform.INHERIT - kvision + + + +kvision / pl.treksoft.kvision.core / TextTransform / INHERIT
+
+

INHERIT

+ +INHERIT + + diff --git a/api1/pl.treksoft.kvision.core/-text-transform/-i-n-i-t-i-a-l.html b/api1/pl.treksoft.kvision.core/-text-transform/-i-n-i-t-i-a-l.html new file mode 100644 index 00000000..57fdead0 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-text-transform/-i-n-i-t-i-a-l.html @@ -0,0 +1,14 @@ + + + +TextTransform.INITIAL - kvision + + + +kvision / pl.treksoft.kvision.core / TextTransform / INITIAL
+
+

INITIAL

+ +INITIAL + + diff --git a/api1/pl.treksoft.kvision.core/-text-transform/-l-o-w-e-r-c-a-s-e.html b/api1/pl.treksoft.kvision.core/-text-transform/-l-o-w-e-r-c-a-s-e.html new file mode 100644 index 00000000..2118ef93 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-text-transform/-l-o-w-e-r-c-a-s-e.html @@ -0,0 +1,14 @@ + + + +TextTransform.LOWERCASE - kvision + + + +kvision / pl.treksoft.kvision.core / TextTransform / LOWERCASE
+
+

LOWERCASE

+ +LOWERCASE + + diff --git a/api1/pl.treksoft.kvision.core/-text-transform/-n-o-n-e.html b/api1/pl.treksoft.kvision.core/-text-transform/-n-o-n-e.html new file mode 100644 index 00000000..c68e539b --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-text-transform/-n-o-n-e.html @@ -0,0 +1,14 @@ + + + +TextTransform.NONE - kvision + + + +kvision / pl.treksoft.kvision.core / TextTransform / NONE
+
+

NONE

+ +NONE + + diff --git a/api1/pl.treksoft.kvision.core/-text-transform/-u-p-p-e-r-c-a-s-e.html b/api1/pl.treksoft.kvision.core/-text-transform/-u-p-p-e-r-c-a-s-e.html new file mode 100644 index 00000000..b5db1350 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-text-transform/-u-p-p-e-r-c-a-s-e.html @@ -0,0 +1,14 @@ + + + +TextTransform.UPPERCASE - kvision + + + +kvision / pl.treksoft.kvision.core / TextTransform / UPPERCASE
+
+

UPPERCASE

+ +UPPERCASE + + diff --git a/api1/pl.treksoft.kvision.core/-text-transform/index.html b/api1/pl.treksoft.kvision.core/-text-transform/index.html new file mode 100644 index 00000000..344c312a --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-text-transform/index.html @@ -0,0 +1,75 @@ + + + +TextTransform - kvision + + + +kvision / pl.treksoft.kvision.core / TextTransform
+
+

TextTransform

+enum class TextTransform +

Definitions of CSS text transform options.

+

Enum Values

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

NONE

+
+
+

CAPITALIZE

+
+
+

UPPERCASE

+
+
+

LOWERCASE

+
+
+

INITIAL

+
+
+

INHERIT

+
+
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit