Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 4,259 for

footer

(0.25 sec)
  1. PdfSaveOptions.CacheBackgroundGraphics | Aspose...

    Discover the PdfSaveOptions CacheBackgroundGraphics property to optimize document graphics caching, enhancing your PDF creation and performance....charts, images placed in the footer or header, well as background...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PdfSaveOptions.cacheBackgroundGraphics property...

    PdfSaveOptions.cacheBackgroundGraphics property. Gets or sets a value determining whether or not to cache graphics placed in document's background....charts, images placed in the footer or header, well as background...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HeaderFooter.nodeType property | Aspose.Words f...

    HeaderFooter.nodeType property. Returns [NodeType.HeaderFooter](../../nodetype/#HeaderFooter).... write ( "Primary footer" ); let section = doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Adding Reporting Services Global Variables to R...

    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....text area of a table header or footer. To add global variables to...

    docs.aspose.com/cells/reportingservices/adding-...
  5. Aspose::Words::PageSetup::get_FooterDistance me...

    Aspose::Words::PageSetup::get_FooterDistance method. Returns or sets the distance (in points) between the Footer and the bottom of the page in C++....distance (in points) between the footer and the bottom of the page...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. PdfSaveOptions.cache_background_graphics proper...

    PdfSaveOptions.cache_background_graphics property. Gets or sets a value determining whether or not to cache graphics placed in document's background....charts, images placed in the footer or header, well as background...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Add Table of Contents to PDF using Java

    Add table of contents to PDF using Java. Learn the process using the detailed steps and a sample code for adding a clickable table of contents in PDF using Java.... To add header and footer in the PDF, refer to the article...article on how to add header and footer in PDF using Java . Updated...

    kb.aspose.com/pdf/java/add-table-of-contents-to...
  8. How to Convert EPUB to PDF using Java

    This article explains the simple process of how to convert EPUB to PDF using Java. You can write a quick EPUB to PDF converter software using Java with the help of a step wise process and runnable sample code shared in this article....the process to add header and footer in the output PD, refer to...article on how to add header and footer in PDF using Java . Updated...

    kb.aspose.com/pdf/java/how-to-convert-epub-to-p...
  9. Reading Page Setup Information from MPP File | ...

    Learn how to read Microsoft Project (MPP/XML) page setup information using Aspose.Tasks for Java....capability to read the Header and Footer information from MPP file....Visualization.PageMargins class Header, footer tabs -> Aspose.Tasks.Visualization...

    docs.aspose.com/tasks/java/reading-page-setup-i...
  10. Count PDF Artifacts in Java|Aspose.PDF for Java

    Learn how to inspect and count pagination artifacts in PDF documents using Java with Aspose.PDF....0 ; int headers = 0 ; int footers = 0 ; for ( Artifact artifact...Artifact . ArtifactSubtype . Footer ) { footers ++ ; } } } System . out...

    docs.aspose.com/pdf/java/counting-artifacts/