Oasys.REPORTER.Reporter class¶
Constants¶
Autotable source and row types¶
Condition types¶
- Reporter.CONDITION_BETWEEN¶
Treats the value as a number. True if value is between the two condition values
- Reporter.CONDITION_CONTAINS_STRING¶
Treats the vlue as a string. True if the value contains the string
- Reporter.CONDITION_DOESNT_CONTAIN_STRING¶
Treats the vlue as a string. True if the value does not contain the string
- Reporter.CONDITION_DOESNT_MATCH_REGEX¶
Treats the value as a regular expression. True if the regular expression does not match
- Reporter.CONDITION_EQUAL_TO¶
Treats the value as a string. True if the strings are equal
- Reporter.CONDITION_GREATER_THAN¶
Treats the value as a number. True if value is greater than the condition value
- Reporter.CONDITION_LESS_THAN¶
Treats the value as a number. True if value is less than the condition value
- Reporter.CONDITION_MATCHES_REGEX¶
Treats the value as a regular expression. True if the regular expression matches
- Reporter.CONDITION_NOT_BETWEEN¶
Treats the value as a number. True if value is between the two condition values
- Reporter.CONDITION_NOT_EQUAL_TO¶
Treats the value as a string. True if the strings are not equal
Justification¶
- Reporter.JUSTIFY_BOTTOM¶
Bottom justification of text
- Reporter.JUSTIFY_CENTRE¶
Centre justification of text
- Reporter.JUSTIFY_LEFT¶
Left justification of text
- Reporter.JUSTIFY_MIDDLE¶
Middle justification of text
- Reporter.JUSTIFY_RIGHT¶
Right justification of text
- Reporter.JUSTIFY_TOP¶
Top justification of text
Line cap style¶
Line join style¶
Line style¶
- Reporter.LINE_DASH¶
A dashed line (dashes separated by a few pixels)
- Reporter.LINE_DASH_DOT¶
A line drawn with alternate dashes and dots
- Reporter.LINE_DASH_DOT_DOT¶
A line drawn with one dash and two dots
- Reporter.LINE_DOT¶
A dotted line (dots separated by a few pixels)
- Reporter.LINE_NONE¶
Invisible line
- Reporter.LINE_SOLID¶
A simple continuous line