Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 12,206 for

section

(0.16 sec)
  1. Aspose::Words::ControlChar::DefaultTextInputCha...

    Aspose::Words::ControlChar::DefaultTextInputChar field. This is the "o" character used as a default value in text input form fields in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. Aspose::Words::ControlChar::Lf method | Aspose....

    Aspose::Words::ControlChar::Lf method. Line feed character: "\x000a" or "\n". Same as LineFeed in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Aspose::Words::ControlChar::ColumnBreakChar fie...

    Aspose::Words::ControlChar::ColumnBreakChar field. End of column character: (char)14 in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...for (Section section : doc.getSections()) { // section.get Paragraph...deepClone(true)); // HeaderFooter header = section.getHeadersFooters().getByHeaderFooterTyp(com...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  5. Range.UnlinkFields | Aspose.Words for .NET

    Discover the Range UnlinkFields method to effortlessly unlink fields in your document range, enhancing your workflow and document management....docx" ); Section newSection = ( Section ) doc . Sections [ 0 ]....); doc . Sections . Add ( newSection ); doc . Sections [ 1 ]. Range...

    reference.aspose.com/words/net/aspose.words/ran...
  6. Orientation enumeration | Aspose.Words for Python

    aspose.words.Orientation enumeration. Specifies page orientation....revert page setup settings to sections in a document. doc = aw ....for the builder's current section and add text. builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.document property. Gets or sets the [DocumentBuilder.document](./) object that this object is attached to....revert page setup settings to sections in a document. doc = aw ....for the builder's current section and add text. builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Remove Page Breaks from a Document|Aspose.Words...

    Remove page breaks from a document easily and fast instead of using Open XML SDK in C#....please visit Remove Page and Section Breaks . Remove Hidden Text...Text from Document Remove Section Breaks from a Document Analyzing...

    docs.aspose.com/words/net/remove-page-breaks-fr...
  9. DocumentBuilder.insert_field method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_field method...set up page numbering in a section. doc = aw . Document () builder...doc ) builder . writeln ( 'Section 1, page 1.' ) builder . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentBuilder.insertField method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertField method...set up page numbering in a section. let doc = new aw . Document...doc ); builder . writeln ( "Section 1, page 1." ); builder . insertBreak...

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