string trimming definitions.
Variables | |
constexpr xtd::int32 | ST_NONE |
Specifies no trimming. | |
constexpr xtd::int32 | ST_CHARACTER |
Specifies that the text is trimmed to the nearest character. | |
constexpr xtd::int32 | ST_WORD |
Specifies that text is trimmed to the nearest word. | |
constexpr xtd::int32 | ST_ELLIPSIS_CHARACTER |
Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. | |
constexpr xtd::int32 | ST_ELLIPSIS_WORD |
Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. | |
constexpr xtd::int32 | ST_ELLIPSIS_PATH |
The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. | |
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/string_trimmings.h>
Specifies no trimming.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/string_trimmings.h>
Specifies that the text is trimmed to the nearest character.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/string_trimmings.h>
Specifies that text is trimmed to the nearest word.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/string_trimmings.h>
Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/string_trimmings.h>
Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/string_trimmings.h>
The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible.