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 --- .../-print-to-p-d-f-options/index.html | 67 ++++++++++++++++++++++ .../-print-to-p-d-f-options/landscape.html | 14 +++++ .../-print-to-p-d-f-options/margins-type.html | 14 +++++ .../-print-to-p-d-f-options/page-size.html | 14 +++++ .../-print-to-p-d-f-options/print-background.html | 14 +++++ .../print-selection-only.html | 14 +++++ 6 files changed, 137 insertions(+) create mode 100644 api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/index.html create mode 100644 api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/landscape.html create mode 100644 api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/margins-type.html create mode 100644 api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/page-size.html create mode 100644 api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/print-background.html create mode 100644 api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/print-selection-only.html (limited to 'api/pl.treksoft.kvision.electron/-print-to-p-d-f-options') diff --git a/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/index.html b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/index.html new file mode 100644 index 00000000..23ba635b --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/index.html @@ -0,0 +1,67 @@ + + + +PrintToPDFOptions - kvision + + + +kvision / pl.treksoft.kvision.electron / PrintToPDFOptions
+
+

PrintToPDFOptions

+external interface PrintToPDFOptions +

Properties

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

landscape

+
+open var landscape: Boolean?
+

marginsType

+
+open var marginsType: Number?
+

pageSize

+
+open var pageSize: String?
+

printBackground

+
+open var printBackground: Boolean?
+

printSelectionOnly

+
+open var printSelectionOnly: Boolean?
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/landscape.html b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/landscape.html new file mode 100644 index 00000000..1fcf5c5e --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/landscape.html @@ -0,0 +1,14 @@ + + + +PrintToPDFOptions.landscape - kvision + + + +kvision / pl.treksoft.kvision.electron / PrintToPDFOptions / landscape
+
+

landscape

+ +open var landscape: Boolean? + + diff --git a/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/margins-type.html b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/margins-type.html new file mode 100644 index 00000000..6a51ea48 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/margins-type.html @@ -0,0 +1,14 @@ + + + +PrintToPDFOptions.marginsType - kvision + + + +kvision / pl.treksoft.kvision.electron / PrintToPDFOptions / marginsType
+
+

marginsType

+ +open var marginsType: Number? + + diff --git a/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/page-size.html b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/page-size.html new file mode 100644 index 00000000..2ab22dc6 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/page-size.html @@ -0,0 +1,14 @@ + + + +PrintToPDFOptions.pageSize - kvision + + + +kvision / pl.treksoft.kvision.electron / PrintToPDFOptions / pageSize
+
+

pageSize

+ +open var pageSize: String? + + diff --git a/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/print-background.html b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/print-background.html new file mode 100644 index 00000000..91348d1e --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/print-background.html @@ -0,0 +1,14 @@ + + + +PrintToPDFOptions.printBackground - kvision + + + +kvision / pl.treksoft.kvision.electron / PrintToPDFOptions / printBackground
+
+

printBackground

+ +open var printBackground: Boolean? + + diff --git a/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/print-selection-only.html b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/print-selection-only.html new file mode 100644 index 00000000..f7c3952f --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-print-to-p-d-f-options/print-selection-only.html @@ -0,0 +1,14 @@ + + + +PrintToPDFOptions.printSelectionOnly - kvision + + + +kvision / pl.treksoft.kvision.electron / PrintToPDFOptions / printSelectionOnly
+
+

printSelectionOnly

+ +open var printSelectionOnly: Boolean? + + -- cgit