From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- .../-align/-c-e-n-t-e-r.html | 26 +++++++++ .../-align/-j-u-s-t-i-f-y.html | 26 +++++++++ .../pl.treksoft.kvision.html/-align/-l-e-f-t.html | 26 +++++++++ .../-align/-n-o-w-r-a-p.html | 26 +++++++++ .../-align/-r-i-g-h-t.html | 26 +++++++++ .../-align/class-name.html | 14 +++++ .../api/pl.treksoft.kvision.html/-align/index.html | 66 ++++++++++++++++++++++ 7 files changed, 210 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.html/-align/-c-e-n-t-e-r.html create mode 100644 docs/api/pl.treksoft.kvision.html/-align/-j-u-s-t-i-f-y.html create mode 100644 docs/api/pl.treksoft.kvision.html/-align/-l-e-f-t.html create mode 100644 docs/api/pl.treksoft.kvision.html/-align/-n-o-w-r-a-p.html create mode 100644 docs/api/pl.treksoft.kvision.html/-align/-r-i-g-h-t.html create mode 100644 docs/api/pl.treksoft.kvision.html/-align/class-name.html create mode 100644 docs/api/pl.treksoft.kvision.html/-align/index.html (limited to 'docs/api/pl.treksoft.kvision.html/-align') diff --git a/docs/api/pl.treksoft.kvision.html/-align/-c-e-n-t-e-r.html b/docs/api/pl.treksoft.kvision.html/-align/-c-e-n-t-e-r.html new file mode 100644 index 00000000..bdcab44e --- /dev/null +++ b/docs/api/pl.treksoft.kvision.html/-align/-c-e-n-t-e-r.html @@ -0,0 +1,26 @@ + + + +Align.CENTER - kvision + + + +kvision / pl.treksoft.kvision.html / Align / CENTER
+
+

CENTER

+ +CENTER +

Inherited Properties

+ + + + + + + +
+

className

+
+val className: String
+ + diff --git a/docs/api/pl.treksoft.kvision.html/-align/-j-u-s-t-i-f-y.html b/docs/api/pl.treksoft.kvision.html/-align/-j-u-s-t-i-f-y.html new file mode 100644 index 00000000..cc038aab --- /dev/null +++ b/docs/api/pl.treksoft.kvision.html/-align/-j-u-s-t-i-f-y.html @@ -0,0 +1,26 @@ + + + +Align.JUSTIFY - kvision + + + +kvision / pl.treksoft.kvision.html / Align / JUSTIFY
+
+

JUSTIFY

+ +JUSTIFY +

Inherited Properties

+ + + + + + + +
+

className

+
+val className: String
+ + diff --git a/docs/api/pl.treksoft.kvision.html/-align/-l-e-f-t.html b/docs/api/pl.treksoft.kvision.html/-align/-l-e-f-t.html new file mode 100644 index 00000000..34996ada --- /dev/null +++ b/docs/api/pl.treksoft.kvision.html/-align/-l-e-f-t.html @@ -0,0 +1,26 @@ + + + +Align.LEFT - kvision + + + +kvision / pl.treksoft.kvision.html / Align / LEFT
+
+

LEFT

+ +LEFT +

Inherited Properties

+ + + + + + + +
+

className

+
+val className: String
+ + diff --git a/docs/api/pl.treksoft.kvision.html/-align/-n-o-w-r-a-p.html b/docs/api/pl.treksoft.kvision.html/-align/-n-o-w-r-a-p.html new file mode 100644 index 00000000..684bcfe1 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.html/-align/-n-o-w-r-a-p.html @@ -0,0 +1,26 @@ + + + +Align.NOWRAP - kvision + + + +kvision / pl.treksoft.kvision.html / Align / NOWRAP
+
+

NOWRAP

+ +NOWRAP +

Inherited Properties

+ + + + + + + +
+

className

+
+val className: String
+ + diff --git a/docs/api/pl.treksoft.kvision.html/-align/-r-i-g-h-t.html b/docs/api/pl.treksoft.kvision.html/-align/-r-i-g-h-t.html new file mode 100644 index 00000000..d1fb9939 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.html/-align/-r-i-g-h-t.html @@ -0,0 +1,26 @@ + + + +Align.RIGHT - kvision + + + +kvision / pl.treksoft.kvision.html / Align / RIGHT
+
+

RIGHT

+ +RIGHT +

Inherited Properties

+ + + + + + + +
+

className

+
+val className: String
+ + diff --git a/docs/api/pl.treksoft.kvision.html/-align/class-name.html b/docs/api/pl.treksoft.kvision.html/-align/class-name.html new file mode 100644 index 00000000..ca68fe46 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.html/-align/class-name.html @@ -0,0 +1,14 @@ + + + +Align.className - kvision + + + +kvision / pl.treksoft.kvision.html / Align / className
+
+

className

+ +val className: String + + diff --git a/docs/api/pl.treksoft.kvision.html/-align/index.html b/docs/api/pl.treksoft.kvision.html/-align/index.html new file mode 100644 index 00000000..8f3154e3 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.html/-align/index.html @@ -0,0 +1,66 @@ + + + +Align - kvision + + + +kvision / pl.treksoft.kvision.html / Align
+
+

Align

+enum class Align +

CSS align attributes.

+

Enum Values

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

LEFT

+
+
+

CENTER

+
+
+

RIGHT

+
+
+

JUSTIFY

+
+
+

NOWRAP

+
+
+

Properties

+ + + + + + + +
+

className

+
+val className: String
+ + -- cgit