Template table is set by table layout if the table can’t be detected automatically:
TemplateTableLayoutlayout=newTemplateTableLayout(newdouble[]{50,95,275},newdouble[]{325,340,365});TemplateTabletable=newTemplateTable(layout,"Details",null);// Create a document templateTemplatetemplate=newTemplate(newTemplateItem[]{table});
The width of the page that was used to create the template item.
Examples
Template table is set by table layout if the table can’t be detected automatically:
TemplateTableLayoutlayout=newTemplateTableLayout(newdouble[]{50,95,275},newdouble[]{325,340,365});TemplateTabletable=newTemplateTable(layout,"Details",null);// Create a document templateTemplatetemplate=newTemplate(newTemplateItem[]{table});
The width of the page that was used to create the template item.
useUpperCaseName
Boolean
The value that indicates whether a name is converted to UPPER CASE.
Examples
Template table is set by table layout if the table can’t be detected automatically:
TemplateTableLayoutlayout=newTemplateTableLayout(newdouble[]{50,95,275},newdouble[]{325,340,365});TemplateTabletable=newTemplateTable(layout,"Details",null,false);// Create a document templateTemplatetemplate=newTemplate(newTemplateItem[]{table});
The parameters to detect the table in the automatic mode.
name
String
The table name.
Examples
If a template table is set by detector parameters, the table is detected automatically:
TemplateTableParametersparameters=newTemplateTableParameters(newRectangle(newPoint(175,350),newSize(400,200)),newdouble[]{185,370,425,485,545});TemplateTabletable=newTemplateTable(parameters,"Details",0);// Create a document templateTemplatetemplate=newTemplate(newTemplateItem[]{table});
The parameters to detect the table in the automatic mode.
name
String
The table name.
pageWidth
Nullable`1
The width of the page that was used to create the template item.
Examples
If a template table is set by detector parameters, the table is detected automatically:
TemplateTableParametersparameters=newTemplateTableParameters(newRectangle(newPoint(175,350),newSize(400,200)),newdouble[]{185,370,425,485,545});TemplateTabletable=newTemplateTable(parameters,"Details",0,false);// Create a document templateTemplatetemplate=newTemplate(newTemplateItem[]{table});
The parameters to detect the table in the automatic mode.
name
String
The table name.
pageWidth
Nullable`1
The width of the page that was used to create the template item.
useUpperCaseName
Boolean
The value that indicates whether a name is converted to UPPER CASE.
Examples
If a template table is set by detector parameters, the table is detected automatically:
TemplateTableParametersparameters=newTemplateTableParameters(newRectangle(newPoint(175,350),newSize(400,200)),newdouble[]{185,370,425,485,545});TemplateTabletable=newTemplateTable(parameters,"Details",0,false);// Create a document templateTemplatetemplate=newTemplate(newTemplateItem[]{table});