This enumerated type defines the options for paragraphs that do not contain content. This enumerated type is defined in kvxml.h
.
typedef enum tag_KVXMLEmptyParaType { KVEPT_SUPPRESS, /* No markup generated */ KVEPT_EMPTY, /* Use <p/> */ KVEPT_VERBOSE /* Use <p id="...> </p> */ } KVXMLEmptyParaType;
|