KVHeadingCreateOptions
This enumerated type defines whether Export generates blocks and block chunks based only on the heading styles defined in a source document (if they are available), or based on both the source document’s heading styles and headings that are created automatically by Export. Headings that are created automatically by Export are based on the text attributes of the source document as defined by KVHTMLHeadingInfo
). This enumerated type is defined in kv
.h
.
Definition
typedef enum tag_KVHeadingCreateOptions { KVHC_DocHeadingsOnly, KVHC_CreateHeadingsAlways } KVHeadingCreateOptions;