Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 14,882 for

section

(0.39 sec)
  1. ControlChar.SectionBreak | Aspose.Words for .NET

    Discover the ControlChar SectionBreak field, efficiently manage document Sections with the x000c character, enhancing formatting and readability....SectionBreak field End of section character: “\x000c” or “\f”...Add a section break. This does not make a new section or paragraph...

    reference.aspose.com/words/net/aspose.words/con...
  2. NodeCollection.Add | Aspose.Words for .NET

    Discover the NodeCollection Add method to effortlessly append nodes to your collection, enhancing your data management with ease and efficiency....Shows how to prepare a new section node for editing. Document...blank document comes with a section, which has a body, which in...

    reference.aspose.com/words/net/aspose.words/nod...
  3. NodeCollection.add method | Aspose.Words for No...

    NodeCollection.add method. Adds a node to the end of the collection....Shows how to prepare a new section node for editing. let doc =...blank document comes with a section, which has a body, which in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Paragraph.is_end_of_section property | Aspose.W...

    Paragraph.is_end_of_Section property. True if this paragraph is the last paragraph in the [Body](../../body/) (main text story) of a [Section](../../Section/); false otherwise....is_end_of_section property Paragraph.is_end_of_section property...Body (main text story) of a Section ; false otherwise. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::PageBorderAppliesTo enum | Aspos...

    Aspose::Words::PageBorderAppliesTo enum. Specifies which pages the page border is printed on in C++....shown on all pages of the section. FirstPage 1 Page border is...shown on the first page of the section only. OtherPages 2 Page border...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. Refresh Excel file power pivot charts (ODBC con...

    I have several Excel files that have Power Pivots and Power Queries using an ODBC connection to Oracle. I’ve tried to use RefreshPivotTables, RefreshData, CalculateData methods with no luck. I tried using datamashup bu…...); Section sectionToAdd1 = (Section)sectionToAdd.Sections.Last();...); Section sectionToAdd1 = (Section)sectionToAdd.Sections.Last();...

    forum.aspose.com/t/refresh-excel-file-power-piv...
  7. Aspose::Words::DocumentBuilder::MoveToParagraph...

    Aspose::Words::DocumentBuilder::MoveToParagraph method. Moves the cursor to a paragraph in the current Section in C++....a paragraph in the current section. void Aspose :: Words :: DocumentBuilder...current story of the current section. That is, if you moved the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Adding shape watermark removes the header - Fre...

    Hello, Describe the case I’m using this tutorial to add a shape watermark into my document. The document is created using HTML templates. The document has header and footer. I’m using Aspose.Words 25.3. Describe the i…...inserted into all headers of each section in the document. If the watermark...first, and even) for each section of the document. This ensures...

    forum.aspose.com/t/adding-shape-watermark-remov...
  9. ControlChar.SectionBreakChar | Aspose.Words for...

    Discover the ControlChar SectionBreakChar field, optimize your document formatting with the essential end-of-Section character for seamless text flow....SectionBreakChar field End of section character: (char)12 or “\f”...Add a section break. This does not make a new section or paragraph...

    reference.aspose.com/words/net/aspose.words/con...
  10. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....CONTINUE; } /// /// Called when a Section node is encountered in the...visitSectionStart(final Section section) { // Get the index of our section within...

    reference.aspose.com/words/java/com.aspose.word...