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...
Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++....> ( doc ); // Add a regular space. builder -> Write ( System ::...:: String ( u "Before space." ) + Aspose :: Words :: ControlChar...
Aspose::Words::ControlChar::SectionBreak method. End of section character: "\x000c" or "\f". Note it has the same value as PageBreak in C++....> ( doc ); // Add a regular space. builder -> Write ( System ::...:: String ( u "Before space." ) + Aspose :: Words :: ControlChar...
Aspose::Words::ControlChar::ParagraphBreakChar field. End of paragraph character: (char)13 or "\r" in C++....> ( doc ); // Add a regular space. builder -> Write ( System ::...:: String ( u "Before space." ) + Aspose :: Words :: ControlChar...
Aspose::Words::ControlChar::OptionalHyphenChar field. Optional Hyphen in Microsoft Word is (char)31 in C++....> ( doc ); // Add a regular space. builder -> Write ( System ::...:: String ( u "Before space." ) + Aspose :: Words :: ControlChar...
Aspose::Words::ControlChar::CellChar field. End of a table cell or end of a table row character: (char)7 or "\a" in C++....> ( doc ); // Add a regular space. builder -> Write ( System ::...:: String ( u "Before space." ) + Aspose :: Words :: ControlChar...
ControlChar.FIELD_END_CHAR property. End of MS Word field character: (char)21....Add a regular space. builder . write ( 'Before space.' + aw . ControlChar...ControlChar . SPACE_CHAR + 'After space.' ) # Add an NBSP, which...