KVRevisionMark
This structure defines the information generated when the revision feature is enabled and how the information is displayed. (see Include Revision Information). It defines the following:
-
the contents of the
title
attribute for an<ins>
or<del>
tag. See Configure the Revision Title. -
the style used to display revised text by different reviewers. See Configure the Revision Style.
-
the revision summary file. See Generate a Revision Summary.
typedef struct tag_KVRevisionMark { KVStructHeader; KV_RM_Title InsTitle; KV_RM_Title DelTitle; char **ppAuthorStyles; int nAuthorStyles; BOOL bCreateSummary; char *pszRevSumStartBlock; char *pszRevSumEndBlock; int nReserved; void *pReserved; } KVRevisionMark;
Member Description
|
The KeyView version of the structure. See KVStructHead. |
|
The prefix and revision information for the |
|
The prefix and revision information for the |
|
The HTML style you want applied to the revised content for a particular reviewer. |
|
The number of HTML styles to be defined. |
|
When you set this flag, a revision summary file is created in the directory where the HTML output is generated. The default file name is |
|
The markup and tokens inserted at the beginning of the revision summary file. |
|
The markup and tokens inserted at the end of the revision summary file. |
|
Reserved for internal use. |
|
Reserved for internal use. |