Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 726 for

add section break

(0.07 sec)
  1. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. 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 in C++....in text files for paragraph breaks. static System :: String &...CrLf () Examples Shows how to add various control characters to...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. Aspose::Words::ControlChar::NonBreakingSpaceCha...

    Aspose::Words::ControlChar::NonBreakingSpaceChar field. Non-Breaking space character: (char)160 in C++....NonBreakingSpaceChar field Non-breaking space character: (char)160...NonBreakingSpaceChar Examples Shows how to add various control characters to...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Aspose::Words::ControlChar::NonBreakingSpace me...

    Aspose::Words::ControlChar::NonBreakingSpace method. Non-Breaking space character: "\x00a0" in C++....ControlChar::NonBreakingSpace method Non-breaking space character: “\x00a0”...NonBreakingSpace () Examples Shows how to add various control characters to...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. Aspose::Words::ControlChar::FieldSeparatorChar ...

    Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++....FieldSeparatorChar Examples Shows how to add various control characters to...DocumentBuilder > ( doc ); // Add a regular space. builder -> Write...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Aspose::Words::ControlChar::FieldEndChar field ...

    Aspose::Words::ControlChar::FieldEndChar field. End of MS Word field character: (char)21 in C++....FieldEndChar Examples Shows how to add various control characters to...DocumentBuilder > ( doc ); // Add a regular space. builder -> Write...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::ControlChar::LineFeedChar field ...

    Aspose::Words::ControlChar::LineFeedChar field. Line feed character: (char)10 or "\n" in C++....LineFeedChar Examples Shows how to add various control characters to...DocumentBuilder > ( doc ); // Add a regular space. builder -> Write...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::ColumnBreak method ...

    Aspose::Words::ControlChar::ColumnBreak method. End of column character: "\x000e" in C++....ColumnBreak () Examples Shows how to add various control characters to...DocumentBuilder > ( doc ); // Add a regular space. builder -> Write...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::SectionBreakChar fi...

    Aspose::Words::ControlChar::SectionBreakChar field. End of Section character: (char)12 or "\f" in C++....SectionBreakChar field End of section character: (char)12 or “\f”...SectionBreakChar Examples Shows how to add various control characters to...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line Break character: (char)11 or "\v" in C++....] LineBreakChar field Line break character: (char)11 or “\v”...LineBreakChar Examples Shows how to add various control characters to...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. ControlChar.OptionalHyphenChar | Aspose.Words f...

    Discover how to use the Optional Hyphen in Microsoft Word (char31) to enhance your document formatting and improve readability. Learn more now!... Examples Shows how to add various control characters to...DocumentBuilder ( doc ); // Add a regular space. builder . Write...

    reference.aspose.com/words/net/aspose.words/con...