ATTR_TEXT_WRAP
- Updated2023-02-21
- 1 minute(s) read
ATTR_TEXT_WRAP
Type: | Print attribute |
Description: | Specifies whether to wrap text when printed text extends past the defined width. Linux: If you enable ATTR_TEXT_WRAP, LabWindows/CVI wraps text at the number of characters you specify with the ATTR_CHARS_PER_LINE attribute, if the number is smaller than the page width. If you disable ATTR_TEXT_WRAP, LabWindows/CVI wraps text at the edge of the paper, regardless of the number you specify with ATTR_CHARS_PER_LINE. 0 = Text does not wrap 1 = Text wraps |
Types of Printing: | Text. |
Data Type: | integer |
Default Value: | 1 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 4.0 and later |
Values
0 | False |
1 | True |