LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations
DrawTextFlags.hxx File Reference
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for DrawTextFlags.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< DrawTextFlags >
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  DrawTextFlags {
  NONE = 0x00000000 ,
  Disable = 0x00000001 ,
  Mnemonic = 0x00000002 ,
  Mono = 0x00000004 ,
  Clip = 0x00000008 ,
  Left = 0x00000010 ,
  Center = 0x00000020 ,
  Right = 0x00000040 ,
  Top = 0x00000080 ,
  VCenter = 0x00000100 ,
  Bottom = 0x00000200 ,
  EndEllipsis = 0x00000400 ,
  PathEllipsis = 0x00000800 ,
  MultiLine = 0x00001000 ,
  WordBreak = 0x00002000 ,
  NewsEllipsis = 0x00004000 ,
  WordBreakHyphenation = 0x00008000 | WordBreak ,
  CenterEllipsis = 0x00010000
}
 

Enumeration Type Documentation

◆ DrawTextFlags

enum class DrawTextFlags
strong
Enumerator
NONE 
Disable 
Mnemonic 
Mono 
Clip 
Left 
Center 
Right 
Top 
VCenter 
Bottom 
EndEllipsis 
PathEllipsis 
MultiLine 
WordBreak 
NewsEllipsis 
WordBreakHyphenation 
CenterEllipsis 

Definition at line 24 of file DrawTextFlags.hxx.