xtd 0.2.0
string_trimming.h File Reference
#include <xtd/enum>

Definition

Contains xtd::drawing::string_trimming enum class.

Include dependency graph for string_trimming.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::drawing
 The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functionality is provided in the xtd::drawing::drawing_2d, xtd::drawing::imaging, and xtd::drawing::text namespaces.
 

Enumerations

enum  xtd::drawing::string_trimming {
  xtd::drawing::string_trimming::none = 0,
  xtd::drawing::string_trimming::character = 1,
  xtd::drawing::string_trimming::word = 2,
  xtd::drawing::string_trimming::ellipsis_character = 3,
  xtd::drawing::string_trimming::ellipsis_word = 4,
  xtd::drawing::string_trimming::ellipsis_path = 5
}
 Specifies how to trim characters from a string that does not completely fit into a layout shape. More...