KVPartitionInfo
This structure defines the individual partition information objects. This structure is defined in kvpartition.h
.
typedef struct tag_KVPartitionInfoList { KVStructHeader; const char* anchor; KVPartitionStartReason startReason; KVPartitionDimensions dimensions; const char* backgroundColor; } KVPartitionInfo;
Member Descriptions
KVStructHeader
|
The KeyView version of the structure. See KVStructHead. |
anchor
|
The anchor name corresponding to the file or stream this partition was written to. |
startReason
|
The reason this partition was created. The reasons are defined in the KVPartitionStartReason enum in kvpartition.h . |
dimensions
|
The dimensions of the partition, given as a KVPartitionDimensions structure. |
backgroundColor
|
The background color of the partition, as a hex code of the form #RRGGBB . If KeyView does not find background color information in the source document, this value is NULL. |