Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 15,320 for

section

(0.14 sec)
  1. LayoutCollector.get_num_pages_spanned method | ...

    LayoutCollector.get_num_pages_spanned method. Gets number of pages the specified node spans... write ( 'Section 1' ) builder . insert_break...BreakType . SECTION_BREAK_EVEN_PAGE ) builder . write ( 'Section 2' )...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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-...
  3. Merge MD files using C++ | Aspose.PDF

    Merge MD files programmatically with C++ sample code using Aspose.PDF for C++...attention that the current section describes only popular conversions...supported formats, see the section Supported File Formats . Check...

    products.aspose.com/pdf/cpp/merger/md/
  4. Merge PCL files using C++ | Aspose.PDF

    Merge PCL files programmatically with C++ sample code using Aspose.PDF for C++...attention that the current section describes only popular conversions...supported formats, see the section Supported File Formats . Check...

    products.aspose.com/pdf/cpp/merger/pcl/
  5. Merge EPUB files using C++ | Aspose.PDF

    Merge EPUB files programmatically with C++ sample code using Aspose.PDF for C++...attention that the current section describes only popular conversions...supported formats, see the section Supported File Formats . Check...

    products.aspose.com/pdf/cpp/merger/epub/
  6. Document Builder Overview in Node.js|Aspose.Wor...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using Node.js. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in Node.js....specify fonts, paragraph or section formatting, and perform other... such as text, paragraph, section, and others. For example, the...

    docs.aspose.com/words/nodejs-net/document-build...
  7. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....Examples: Shows how to remove all sections from a document. Document...docx"); // This document has one section with a few child nodes containing...

    reference.aspose.com/words/java/com.aspose.word...
  8. LayoutCollector.GetEndPageIndex | Aspose.Words ...

    Discover LayoutCollector's GetEndPageIndex method to easily find the 1-based index of a node's ending page. Simplify your page mapping today!... Write ( "Section 1" ); builder . InsertBreak...SectionBreakEvenPage ); builder . Write ( "Section 2" ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words.lay...
  9. LayoutCollector | Aspose.Words for .NET

    Discover the LayoutCollector constructor for seamless instance initialization. Enhance your development efficiency with this powerful tool!... Write ( "Section 1" ); builder . InsertBreak...SectionBreakEvenPage ); builder . Write ( "Section 2" ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library....or footer with a specific section ID. #include <iostream> #include...(). Get ( 0 ); // Get left section of header U16String headerSection...

    docs.aspose.com/cells/cpp/get-headers-or-footers/