Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 726 for

add section break

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

    Aspose::Words::ControlChar::Cell method. End of a table cell or end of a table row character: "\x0007" or "\a" in C++....Cell () 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...
  2. Aspose::Words::ControlChar::ParagraphBreak meth...

    Aspose::Words::ControlChar::ParagraphBreak method. End of paragraph character: "\x000d" or "\r". Same as Cr in C++....ParagraphBreak () 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...
  3. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n...in text files for paragraph breaks. @property def CR_LF ( self...: ... Examples Shows how to add various control characters to...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::ControlChar::NonBreakingHyphenCh...

    Aspose::Words::ControlChar::NonBreakingHyphenChar field. Non-Breaking Hyphen in Microsoft Word is (char)30 in C++....NonBreakingHyphenCha field Non-breaking Hyphen in Microsoft Word is...NonBreakingHyphenCha Remarks Non-breaking Hyphen in Microsoft Word does...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. ControlChar.ColumnBreakChar | Aspose.Words for ...

    Discover the ControlChar ColumnBreakChar field—optimize your data with the powerful end-of-column character, char14, for seamless formatting!...ColumnBreakChar ; 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...
  6. ControlChar.DefaultTextInputChar | Aspose.Words...

    Discover the ControlChar DefaultTextInputChar field, featuring the 'o' character as the ideal default for your text input forms. Enhance user experience!...DefaultTextInputChar ; 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...
  7. ControlChar.Lf | Aspose.Words for .NET

    Discover ControlChar Lf, the essential line feed character (x000a) for seamless text formatting. Enhance your coding efficiency today!...string Lf ; 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...
  8. Aspose::Words::ControlChar::SectionBreak method...

    Aspose::Words::ControlChar::SectionBreak method. End of Section character: "\x000c" or "\f". Note it has the same value as PageBreak in C++....ControlChar::SectionBreak method End of section character: “\x000c” or “\f”...SectionBreak () Examples Shows how to add various control characters to...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. ControlChar.LINE_BREAK property | Aspose.Words ...

    ControlChar.LINE_Break property. Line Break character: \x000b or \v....LINE_BREAK property ControlChar.LINE_BREAK property Line break...LINE_BREAK ( self ) -> str : ... Examples Shows how to add various...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ControlChar.CELL_CHAR property | Aspose.Words f...

    ControlChar.CELL_CHAR property. End of a table cell or end of a table row character: (char)7 or \a.... Examples Shows how to add various control characters to.... DocumentBuilder ( doc ) # Add a regular space. builder . write...

    reference.aspose.com/words/python-net/aspose.wo...