Skip to content

Commit

Permalink
Updating generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Aug 31, 2024
1 parent cc5ea11 commit 52eadf2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//[kformat](../../../../../../index.md)/[de.m3y.kformat](../../../../index.md)/[Table](../../../index.md)/[Hints](../../index.md)/[Alignment](../index.md)/[CENTER](index.md)

# CENTER

[JVM]\
[CENTER](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276) | [JVM]<br>val [name](../../-key/-prefix/index.md#-372974862%2FProperties%2F-1067530276): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276) | [JVM]<br>val [ordinal](../../-key/-prefix/index.md#-739389684%2FProperties%2F-1067530276): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
2 changes: 1 addition & 1 deletion docs/dokka/kformat/de.m3y.kformat/-table/-hints/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Holds additional hints for rendering cells, such as cell content alignment.
|---|---|
| [alignment](alignment.md) | [JVM]<br>fun [alignment](alignment.md)(columnIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Table.Hints.Alignment](-alignment/index.md)<br>[JVM]<br>fun [alignment](alignment.md)(headerColumnIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), alignment: [Table.Hints.Alignment](-alignment/index.md))<br>Defines the alignment of a column specified by the header column index.<br>[JVM]<br>fun [alignment](alignment.md)(headerLabel: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), alignment: [Table.Hints.Alignment](-alignment/index.md))<br>Defines the alignment of a column specified by the header label. |
| [formatFlag](format-flag.md) | [JVM]<br>fun [formatFlag](format-flag.md)(columnIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), flag: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Provides a formatting flag instruction. |
| [leftMargin](left-margin.md) | [JVM]<br>fun [leftMargin](left-margin.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?<br>Gets the left margin value used for indenting rendered table.<br>[JVM]<br>fun [leftMargin](left-margin.md)(margin: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Prepends the margin value for each output row. Can be e.g. used to indent a table. |
| [leftMargin](left-margin.md) | [JVM]<br>fun [leftMargin](left-margin.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?<br>Gets the left margin value used for indenting rendered table.<br>[JVM]<br>fun [leftMargin](left-margin.md)(margin: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Prepends the margin value for each output row. Can be used to indent a table. |
| [postfix](postfix.md) | [JVM]<br>fun [postfix](postfix.md)(columnIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)<br>Gets the postfix for given column, or an empty string if not set.<br>[JVM]<br>fun [postfix](postfix.md)(columnIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), postfix: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Defines a postfix for a column specified by the column index.<br>[JVM]<br>fun [postfix](postfix.md)(headerLabel: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), postfix: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Defines a postfix for a column specified by the header label. |
| [precision](precision.md) | [JVM]<br>fun [precision](precision.md)(columnIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), value: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))<br>Defines the floating point precision of a column specified by the header column index.<br>[JVM]<br>fun [precision](precision.md)(headerLabel: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), value: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))<br>Defines the floating point precision of a column specified by the header label. |
| [prefix](prefix.md) | [JVM]<br>fun [prefix](prefix.md)(columnIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)<br>Gets the prefix value for given column.<br>[JVM]<br>fun [prefix](prefix.md)(columnIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), prefix: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Defines a prefix for a column specified by the column index.<br>[JVM]<br>fun [prefix](prefix.md)(headerLabel: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), prefix: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Defines a prefix for a column specified by the header label. |
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[JVM]\
fun [leftMargin](left-margin.md)(margin: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))

Prepends the margin value for each output row. Can be e.g. used to indent a table.
Prepends the margin value for each output row. Can be used to indent a table.

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion docs/dokka/kformat/de.m3y.kformat/-table/print.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ JVM

| | |
|---|---|
| printStream | stream to print to. Defaults to System.out |
| printStream | stream to print to. Defaults to [System.out](https://docs.oracle.com/javase/8/docs/api/java/lang/System.html#out--) |

0 comments on commit 52eadf2

Please sign in to comment.