10,730
edits
(→Image cells: add "Image fit") |
|||
Line 56: | Line 56: | ||
* '''Align horizontally''' – NEAR aligns the text to the left side of the cell, FAR aligns text to the right side of the cell and CENTER aligns the text to middle of the cell. | * '''Align horizontally''' – NEAR aligns the text to the left side of the cell, FAR aligns text to the right side of the cell and CENTER aligns the text to middle of the cell. | ||
* '''Align vertically''' – NEAR aligns the text to the upper side of the cell, FAR aligns the text to the bottom of the cell, CENTER aligns the text to the middle of the cell. | * '''Align vertically''' – NEAR aligns the text to the upper side of the cell, FAR aligns the text to the bottom of the cell, CENTER aligns the text to the middle of the cell. | ||
* '''Format string''' – You can format the way the field data is represented, e.g. you can enter a format string in the way “Personal: {0}” where Personal: is a static text, and the field data is entered where the element {0} is. | |||
:: You can learn more about FormatString in [https://docs.microsoft.com/en-us/dotnet/api/system.string.format?view=net-6.0 Microsoft documentation]. See also [[Formatting strings in rules]] for inspiration. | |||
* '''Font name''', '''Font size''', '''Font weight''' - Specify the font. | * '''Font name''', '''Font size''', '''Font weight''' - Specify the font. | ||
* '''Auto height''' – Adjusts the row’s height to fit the field in case the field element in designer is smaller than the font. | * '''Auto height''' – Adjusts the row’s height to fit the field in case the field element in designer is smaller than the font. | ||
* '''Ellipsis position''' – When a text string does not fit on the screen, it displays an ellipsis (...) indicating that the text is longer than what can be displayed. Configure the position of this ellipsis in the text. | * '''Ellipsis position''' – When a text string does not fit on the screen, it displays an ellipsis (...) indicating that the text is longer than what can be displayed. Configure the position of this ellipsis in the text. | ||
== Forms == | == Forms == |