Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 8,132 for

header

(0.12 sec)
  1. PageSetup.header_distance property | Aspose.Wor...

    PageSetup.Header_distance property. Returns or sets the distance (in points) between the Header and the top of the page....header_distance property PageSetup.header_distance property Returns...the header and the top of the page. @property def header_distance...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSetup.page_height property | Aspose.Words f...

    PageSetup.page_height property. Returns or sets the height of the page in points....# Insert the image into the header so that it will be visible...move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.pageHeight property | Aspose.Words fo...

    PageSetup.pageHeight property. Returns or sets the height of the page in points....// Insert the image into the header so that it will be visible...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Navigation with Cursor in Node.js|Aspose.Words ...

    Navigate between different nodes within a document such as a paragraph, bookmark, or a specific character using Node.js....specific field: Navigate to a Header or Footer You can move to the...the beginning of a header or footer by using the moveToHeaderFooter...

    docs.aspose.com/words/nodejs-net/navigation-wit...
  5. Order of child nodes in the Word document with ...

    Hello, I am using Aspose Words for Java version 24.6. I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules. To do so, …...there are different types of header/footer (first, primary, even/odd)...are likely to use any type of header and/or footer and define variables...

    forum.aspose.com/t/order-of-child-nodes-in-the-...
  6. How to Add Headers & Footers to Presentations i...

    Learn how to add Headers and footers in PowerPoint PPT, PPTX and ODP presentations in Java using both legacy and modern Aspose.Slides APIs....How to Add Headers & Footers to Presentations in Java Contents...simple code snippet for adding header footer in presentation in legacy...

    docs.aspose.com/slides/java/how-to-add-header-f...
  7. Export Document Structure While Converting to P...

    Learn how to Export Document Structure While Converting to PDF with Aspose.Cells for Python via .NET API....worksheets, images, shapes, header/footer, etc. With the option...

    docs.aspose.com/cells/python-net/export-documen...
  8. Aspose::Words::Saving::PdfSaveOptions::get_Cach...

    Aspose::Words::Saving::PdfSaveOptions::get_CacheBackgroundGraphics method. Gets or sets a value determining whether or not to cache graphics placed in document's background in C++....images placed in the footer or header, well as background and border...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Navigation with Cursor in C#|Aspose.Words for .NET

    Navigate between different nodes within a document, such as a paragraph, bookmark, or a specific character using C#....specific field: Navigate to a Header or Footer You can move to the...the beginning of a header or footer by using the MoveToHeaderFooter...

    docs.aspose.com/words/net/navigation-with-cursor/
  10. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...docx) to change the header and footer for that content...margins, as the size of the header/footer remains the same or...

    forum.aspose.com/t/tables-colliding-on-docx-to-...