跳转到主要内容
ParameterDescription
Void AllowFractionalPartOmission( Logic )指定数值是否必须包含小数部分。
Void AllowSeparatorOmission( Logic )指定数值中是否必须包含小数分隔符。
Void CurrencyNames( String )指定可能的币种名称。多个选项须用竖线(`)分隔。**示例:** Currency: “USD$EUREURO”;`
Void CurrencyOmissionQuality( Real )设置缺少币种名称时的惩罚权重。
Void CurrencyPosition( CurrencyPositionTypes )设置币种名称的位置(在数值左侧或右侧)。示例: CurrencyPosition: CurrencyPos_Left;
Void FindOnlyIntegers( Logic )仅查找整数。由 Separators 函数(或在相应对话框中)设置的符号将被忽略。AllowSeparatorOmission 会自动设置为 TrueAllowFractionalPartOmission 会自动设置为 False
Void MaximalValue( Real )设置最大数值。
Void MaxXOutsidePart( Real )指定字符在水平方向可超出搜索区域的比例。该比例用 0 到 1 的数值表示。超出比例不超过该值的字符将被纳入假设。
Void MaxYOutsidePart( Real )指定字符在垂直方向可超出搜索区域的比例。该比例用 0 到 1 的数值表示。超出比例不超过该值的字符将被纳入假设。
Void MaxRelativeGapInLine( Real )相邻字符之间的最大间距,占行高的百分比。
Void MinimalValue( Real )设置最小数值。
Void Separators( String )设置可用于分隔整数和小数部分的符号。示例: Separators: ",.";
Void AllowedTextRotations( TextRotations )指定允许进行元素查找的识别文本方向集合。