 Cell | End of a table cell or end of a table row character: "\x0007" or "\a". |
 CellChar | End of a table cell or end of a table row character: (char)7 or "\a". |
 ColumnBreak | Enf of column character: "\x000e". |
 ColumnBreakChar | Enf of column character: (char)14. |
 Cr | Carriage return character: "\x000d" or "\r". Same as ParagraphBreak. |
 CrLf | Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word documents, but commonly used in text files for paragraph breaks. |
 DefaultTextInputChar | This is the "o" character used as a default value in text input form fields. |
 FieldEndChar | End of MS Word fi |