From eeb8fdf8f890daeed907a6d0591ea6fae8421860 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Wed, 6 Mar 2019 13:53:58 +0100
Subject: API documentation for KVision 0.0.28
---
api/pl.treksoft.kvision.core/index.html | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
(limited to 'api/pl.treksoft.kvision.core/index.html')
diff --git a/api/pl.treksoft.kvision.core/index.html b/api/pl.treksoft.kvision.core/index.html
index 9a81f485..08e00ffc 100644
--- a/api/pl.treksoft.kvision.core/index.html
+++ b/api/pl.treksoft.kvision.core/index.html
@@ -177,6 +177,15 @@ backgrounds, fonts, text and position) and the main Widget class.
|
+ LineBreak
+ |
+
+enum class LineBreak
+Definitions of CSS line-break options.
+ |
+
+
+|
Overflow
|
@@ -186,6 +195,15 @@ backgrounds, fonts, text and position) and the main Widget class.
|
|
+ OverflowWrap
+ |
+
+enum class OverflowWrap
+Definitions of CSS overflow-wrap options.
+ |
+
+
+|
PosFloat
|
@@ -337,6 +355,15 @@ backgrounds, fonts, text and position) and the main Widget class.
This class allows to wrap a component into separately styled DIV element.
|
+
+|
+ WordBreak
+ |
+
+enum class WordBreak
+Definitions of CSS word-break options.
+ |
+
Type Aliases
--
cgit