LEADTOOLS OCR C DLL Help > Quick Reference > Data Types > OCR Professional > EXCEL2000SETTINGS |
typedef struct _tagExcel2000Settings
{
L_UINT32 uStructSize;
L_BOOL bBullets;
L_CHAR * pszDocAuthor;
L_CHAR * pszDocCategory;
L_CHAR * pszDocComments;
L_CHAR * pszDocCompany;
L_CHAR * pszDocKeywords;
L_CHAR * pszDocManager;
L_CHAR * pszDocSubject;
L_CHAR * pszDocTitle;
DOC2_HEADERFOOTERSETTING HFSetng;
L_CHAR * pszOverviewSheetName;
L_BOOL bPageBreaks;
L_BOOL bPageColor;
L_CHAR * pszSheetNamePrefix;
} EXCEL2000SETTINGS, * pEXCEL2000SETTINGS;
The EXCEL2000SETTINGS structure provides information about settings for the DOC2_EXCEL_2000 output format.
Member |
Description |
|
uStructSize |
Structure size. It should be equal to size of(EXCEL2000SETTINGS). |
|
bBullets |
Specifies whether bullets are in the document. Possible values are: |
|
|
Value |
Meaning |
|
TRUE |
Bullets are in the document. |
|
FALSE |
Bullets are not in the document. |
pszDocAuthor |
Character string that specifies the author of the document. |
|
pszDocCategory |
Character string that specifies the category of the document. |
|
pszDocComments |
Character string that specifies the comments for the document. |
|
pszDocCompany |
Character string that specifies the company name of the document. |
|
pszDocKeywords |
Character string that specifies the keywords for the document. |
|
pszDocManager |
Character string that specifies the name of the manager of the document. |
|
pszDocSubject |
Character string that specifies the subject of the document. |
|
pszDocTitle |
Character string that specifies the title of the document. |
|
HFSetng |
Specifies the header and footer settings for the document. For a list of possible values, refer to DOC2_HEADERFOOTERSETTING. |
|
pszOverviewSheetName |
Character string that contains the name of the last sheet. |
|
bPageBreaks |
Specifies whether to use page breaks. Possible values are:. |
|
|
Value |
Meaning |
|
TRUE |
Use page breaks. |
|
FALSE |
Do not use page breaks. |
bPageColor |
Specifies whether to retain the page background color or use the default. |
|
|
Value |
Meaning |
|
TRUE |
Retain the page background color. |
|
FALSE |
Use the default color. |
pszSheetNamePrefix |
Character string that contains the generated sheet names. |
Comments
pEXCEL2000SETTINGS is a pointer to a EXCEL2000SETTINGS structure. If the function parameter type is pEXCEL2000SETTINGS, declare a EXCEL2000SETTINGS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pEXCEL2000SETTINGS variable is necessary only if the program requires a pointer.
This structure is used with the following functions: