Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 15,203 for

section

(0.4 sec)
  1. List.is_restart_at_each_section property | Aspo...

    List.is_restart_at_each_Section property. Specifies whether list should be restarted at each Section...is_restart_at_each_section property List.is_restart_at_each_section property...should be restarted at each section. Default value is False . @property...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Insert and Append Documents in C#|Aspose.Words ...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in C#....of your document, such as a section or a paragraph, then first...need to insert or append one section or paragraph to another, you...

    docs.aspose.com/words/net/insert-and-append-doc...
  3. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...inserting the footer text for (Section s : doc.getSections()) { s...setOddAndEvenPagesHe(false); // Move to the section. builder.moveToSection(doc...

    forum.aspose.com/t/footer-text-showing-in-grey-...
  4. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Section) { Section srcSection = (Section)node; Section importedSection...importedSection = (Section)importer.ImportNode(srcSection, false);...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  5. Aspose::Words::DocumentVisitor class | Aspose.W...

    Aspose::Words::DocumentVisitor class. Base class for custom document visitors. To learn more, visit the documentation article in C++....of the main text story in a section has ended. virtual VisitBodyStart...of the main text story in a section has started. virtual VisitBookmarkEnd...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. ListLevel.IsLegal | Aspose.Words for .NET

    Discover ListLevel IsLegal. Control inherited number styles with ease. Choose Arabic for a modern look or preserve original styles for a classic touch....these will look like "Section (1.01)", "Section (1.02)"... docList...ListLevels [ 1 ]. NumberFormat = "Section (\x0000.\x0001)" ; docList...

    reference.aspose.com/words/net/aspose.words.lis...
  7. HeaderFooter.accept method | Aspose.Words for N...

    HeaderFooter.accept method. Accepts a visitor....for all child nodes of the section and calls DocumentVisitor....document's header/footers section-by-section is by accessing the collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ListLevel.restart_after_level property | Aspose...

    ListLevel.restart_after_level property. Sets or returns the list level that must appear before the specified list level restarts numbering....these will look like "Section (1.01)", "Section (1.02)"... doc_list...list_levels [ 1 ] . number_format = 'Section ( \x00 . \x01 )' doc_list ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Extract Paragraph from PDF|Aspose.PDF for C++

    This article describes how to use ParagraphAbsorber - a special tool in Aspose.PDF to extract text from PDF documents....functionality for searching sections and paragraphs in the text...); for ( auto & section : markup -> get_Sections ()) { DrawRectangleOnPage...

    docs.aspose.com/pdf/cpp/extract-paragraph-from-...
  10. Add Watermark in PHP|Aspose.Words for Java

    Add Watermark to Document using PHP....all headers of each document section. foreach ( $ sects as $ sect...different headers in each section, since we want // the watermark...

    docs.aspose.com/words/java/add-watermark-in-php/