11 #ifndef HTMLOBJECT_BE_H
12 #define HTMLOBJECT_BE_H
15 #include <gwenhywfar/tree.h>
16 #include <gwenhywfar/inherit.h>
17 #include <gwenhywfar/xmlctx.h>
30 #define HTML_OBJECT_FLAGS_START_ON_NEWLINE 0x00000001
31 #define HTML_OBJECT_FLAGS_END_WITH_NEWLINE 0x00000002
33 #define HTML_OBJECT_FLAGS_JUSTIFY_LEFT 0x00000000
34 #define HTML_OBJECT_FLAGS_JUSTIFY_RIGHT 0x00000004
35 #define HTML_OBJECT_FLAGS_JUSTIFY_HCENTER 0x00000008
36 #define HTML_OBJECT_FLAGS_JUSTIFY_TOP 0x00000000
37 #define HTML_OBJECT_FLAGS_JUSTIFY_BOTTOM 0x00000010
38 #define HTML_OBJECT_FLAGS_JUSTIFY_VCENTER 0x00000020
59 #include <gwenhywfar/htmlprops_be.h>
60 #include <gwenhywfar/htmlctx_be.h>