Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 6,332 for

header

(0.04 sec)
  1. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java....more, visit the Working with Headers and Footers documentation article...new Document(getMyDir() + "Header and footer types.docx"); //...

    reference.aspose.com/words/java/com.aspose.word...
  2. Creating and setting contents of Emails|Documen...

    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....mail header. For example, below is a common mail header, where...receipt. Set Email Headers Email headers represent an Internet...

    docs.aspose.com/email/python-net/creating-and-s...
  3. Aspose::Words::Section::get_HeadersFooters meth...

    Aspose::Words::Section::get_HeadersFooters method. Provides access to the Headers and footers nodes of the section in C++....method Provides access to the headers and footers nodes of the section...MakeObject < Document > ( MyDir + u "Header and footer types.docx" ); //...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set Headers and footers of Excel worksheet Page Setup using Aspose.Cells for Node.js via C++. Set Headers and footers for first, odd, and even pages....Setting Different Headers and Footers For Different Pages with...supports setting different headers and footers for the first page...

    docs.aspose.com/cells/nodejs-cpp/setting-differ...
  5. DocumentBuilder.move_to_section method | Aspose...

    DocumentBuilder.move_to_section method. Moves the cursor to the beginning of the body in a specified section....Examples Shows how to create headers and footers in a document using...Specify that we want different headers and footers for first, even...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StoryType enumeration | Aspose.Words for Python

    aspose.words.StoryType enumeration. Text of a Word document is stored in stories...EVEN_PAGES_HEADER Contains text of the even pages header, represented... PRIMARY_HEADER Contains text of the primary header. When header...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IReplacingCallback Interface | Aspose.Words for...

    Enhance your document processing with Aspose.Words' IReplacingCallback interface. Create custom find and replace methods for tailored results....doc = new Document ( MyDir + "Header and footer types.docx" ); Section...logger ); // Using a different header/footer for the first page will...

    reference.aspose.com/words/net/aspose.words.rep...
  8. PageSetup.border_surrounds_footer property | As...

    PageSetup.border_surrounds_footer property. Specifies whether the page border includes or excludes the footer....apply a border to the page and header/footer. doc = aw . Document...move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::PageSetup::get_BorderSurroundsFo...

    Aspose::Words::PageSetup::get_BorderSurroundsFooter method. Specifies whether the page border includes or excludes the footer in C++....apply a border to the page and header/footer. auto doc = MakeObject...builder -> Write ( u "This is the header." ); builder -> MoveToHeaderFooter...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. Working with Footers|Aspose.Words for Java

    Remove footers from a document easily and fast instead of using Apache POI....(); // Specify if we want headers/footers of the first page to...property to specify // different headers/footers for odd and even pages...

    docs.aspose.com/words/java/working-with-footers/