Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 15,246 for

section

(0.23 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word document in Java....CompositeNode to remove a section before the last section in the document...DocumentBuilder(doc); builder.writeln("Section 1 text."); builder.insertBreak(BreakType...

    reference.aspose.com/words/java/com.aspose.word...
  5. Working with Headers and Footers in Ruby|Docume...

    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....Ruby Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/diagram/java/working-with-heade...
  6. HeaderFooterType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.HeaderFooterType enum for easy identification of header and footer types in Word documents. Enhance your document processing today!...for the first page of the section. FooterFirst 5 Footer for the...the first page of the section. Examples Shows how to create headers...

    reference.aspose.com/words/net/aspose.words/hea...
  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.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...
  9. 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...
  10. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word documents using Ruby....all headers of each document section. sects . each do | sect | headerFooterType...different headers in each section, since we want # the watermark...

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