ControlChar.CELL property. End of a table cell or end of a table row character: \x0007 or \a....Add a regular space. builder . write ( 'Before space.' + aw . ControlChar...ControlChar . SPACE_CHAR + 'After space.' ) # Add an NBSP, which...
ControlChar.CELL_CHAR property. End of a table cell or end of a table row character: (char)7 or \a....Add a regular space. builder . write ( 'Before space.' + aw . ControlChar...ControlChar . SPACE_CHAR + 'After space.' ) # Add an NBSP, which...
ControlChar.FIELD_START_CHAR property. Start of MS Word field character: (char)19....Add a regular space. builder . write ( 'Before space.' + aw . ControlChar...ControlChar . SPACE_CHAR + 'After space.' ) # Add an NBSP, which...
Aspose::Words::ControlChar::NonBreakingHyphenChar field. Non-breaking Hyphen in Microsoft Word is (char)30 in C++....a hyphen and not to break a line. Useful info: http://www.cs...> ( doc ); // Add a regular space. builder -> Write ( System ::...
Aspose::Words::ControlChar::NonBreakingSpaceChar field. Non-breaking space character: (char)160 in C++....NonBreakingSpaceChar field Non-breaking space character: (char)160. static...> ( doc ); // Add a regular space. builder -> Write ( System ::...
Aspose::Words::ControlChar::ColumnBreak method. End of column character: "\x000e" in C++....> ( doc ); // Add a regular space. builder -> Write ( System ::...:: String ( u "Before space." ) + Aspose :: Words :: ControlChar...
Aspose::Words::ControlChar::FieldEndChar field. End of MS Word field character: (char)21 in C++....> ( doc ); // Add a regular space. builder -> Write ( System ::...:: String ( u "Before space." ) + Aspose :: Words :: ControlChar...