Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CommonOption Struct Reference

Common option for the data-merge More...

#include <DataMergeParams.h>

List of all members.

Public Types

enum  AddingStrPlacePattern { Head, Tail }
 Position of the additional character string to the output file name More...

enum  CellStrOverflowRule { Normal, FontSizeChange, CutExcess, Padding }
 Control when cell data-merge overflows the cell width More...

enum  DataType { CSV, JSON }
 File format for merging data More...

enum  DataFileEncoding { SJIS, UTF8 }
 File encoding More...


Detailed Description

Common option for the data-merge


Member Enumeration Documentation

enum CommonOption::AddingStrPlacePattern
 

Position of the additional character string to the output file name

Enumeration values:
Head  Add to the beginning of the output file name (default)
Tail  Add to the end of the output file name

enum CommonOption::CellStrOverflowRule
 

Control when cell data-merge overflows the cell width

Enumeration values:
Normal  Line break (default)
FontSizeChange  Adjust font size
CutExcess  Remove excess characters
Padding  Converts to paddingfill character

enum CommonOption::DataType
 

File format for merging data

Enumeration values:
CSV 
JSON 

enum CommonOption::DataFileEncoding
 

File encoding

Enumeration values:
SJIS  Shift_JIS
UTF8  UTF-8


The documentation for this struct was generated from the following file:
Generated on 10 Apr 2023 for Word API C/C++ Interface by Doxygen 1.3-rc2