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

section

(0.18 sec)
  1. PageSetup.odd_and_even_pages_header_footer prop...

    PageSetup.odd_and_even_pages_header_footer property. True if the document has different headers and footers for odd-numbered and even-numbered pages....this property affects all sections in the document. Examples...pages' ) builder . move_to_section ( 0 ) builder . writeln ( 'Page1'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Managing DjVu Format in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PHP Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/imaging/java/managing-djvu-form...
  3. Working with Text in Python via Java|Aspose.PDF...

    Master text operations in PDF files using Aspose.PDF for Python. Add, extract, and format text with ease....Java Contents [ Hide ] This section covers the following positions:...

    docs.aspose.com/pdf/python-java/working-with-text/
  4. Working with Barcode Image in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PHP Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/barcode/java/working-with-barco...
  5. Basic Barcode Recognition Features in PHP|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PHP Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/barcode/java/basic-barcode-reco...
  6. Aspose.Email .NET for Umbraco|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Umbraco Contents [ Hide ] This section has the following topics: Umbraco...

    docs.aspose.com/email/net/aspose-email-net-for-...
  7. DocumentVisitor.visitHeaderFooterEnd method | A...

    DocumentVisitor.visitHeaderFooterEnd method. Called when enumeration of a header or footer in a Section has ended....of a header or footer in a section has ended. visitHeaderFooterEnd...document's header/footers section-by-section is by accessing the collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentVisitor.VisitHeaderFooterStart | Aspose...

    Discover the DocumentVisitor VisitHeaderFooterStart method, essential for tracking header and footer enumeration in Sections. Enhance your document management!...of a header or footer in a section has started. public virtual...document's header/footers section-by-section is by accessing the collection...

    reference.aspose.com/words/net/aspose.words/doc...
  9. DocumentVisitor.VisitHeaderFooterEnd | Aspose.W...

    Discover the DocumentVisitor VisitHeaderFooterEnd method, essential for efficiently managing header and footer enumeration in your documents....of a header or footer in a section has ended. public virtual VisitorAction...document's header/footers section-by-section is by accessing the collection...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...nodes) { Section section = node.GetAncestor(NodeType.Section) as Section;...Section; if (section == null) continue; int pageIndex = ReportEngineHelper...

    forum.aspose.com/t/finding-node-no-paragraph-pa...