DESCRIPTION |
This saves the copy/paste identifier options. The saved data will
contain 4 to 5 data pieces, comma delimited. The five data pieces
represent Bold (B), Italicize (I), Underline (UL), Highlight (HL), and
Highlight Color (HLC). The first four pieces are binary (1 or 0) with
a 1 indicating the attribute is active. The fifth piece is the selected
color of the Highlight if the Highlight attribute is active (1). To
save yellow highlight and underline the input data might be
"0,0,1,1,65535", with 65535 representing the color yellow.
|