LibreOffice Module oox (master) 1
Classes | Namespaces | Enumerations
axfontdata.hxx File Reference
#include <oox/dllapi.h>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for axfontdata.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< AxFontFlags >
 
struct  oox::ole::AxFontData
 All entries of a font property. More...
 

Namespaces

namespace  oox
 
namespace  o3tl
 
namespace  oox::ole
 

Enumerations

enum class  AxFontFlags {
  NONE = 0x00000000 ,
  Bold = 0x00000001 ,
  Italic = 0x00000002 ,
  Underline = 0x00000004 ,
  Strikeout = 0x00000008 ,
  Disabled = 0x00002000 ,
  AutoColor = 0x40000000
}
 
enum class  oox::ole::AxHorizontalAlign {
  oox::ole::Left = 1 ,
  oox::ole::Right = 2 ,
  oox::ole::Center = 3
}
 

Enumeration Type Documentation

◆ AxFontFlags

enum class AxFontFlags
strong
Enumerator
NONE 
Bold 
Italic 
Underline 
Strikeout 
Disabled 
AutoColor 

Definition at line 33 of file axfontdata.hxx.