Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 8,824 for

header

(0.46 sec)
  1. How to Build a Table from a DataTable in Java|A...

    Example of filling document table from external database using Java....columns from our DataTable as a header row then iterate through each...

    docs.aspose.com/words/java/how-to-build-a-table...
  2. Create and Format Table|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....has filtering enabled in the header row so that you can filter...

    docs.aspose.com/cells/go-cpp/create-and-format-...
  3. NodeType enumeration | Aspose.Words for Node.js

    Aspose.Words.NodeType enumeration. Specifies the type of a Word document node....contains text of a particular header or footer inside a section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Working with Attachments and Embedded Objects u...

    Add, remove, extract, and display email attachments and embedded objects using Aspose.Email for C++ classes and methods....attachment’s Content-Description header for additional metadata. Code...

    docs.aspose.com/email/cpp/working-with-attachme...
  5. Replace Text in PDF|Aspose.PDF for Java

    Explore how to replace text within a PDF document in Java using Aspose.PDF for content updates and document customization....); } Replaceable symbols in Header/Footer area Replaceable symbols...can also be placed inside the Header/Footer section of PDF file...

    docs.aspose.com/pdf/java/replace-text-in-a-pdf-...
  6. Limiting memory usage when concatenating large ...

    I am trying to concatenate two large PDF documents together using Aspose.PDF (23.1) in Java like this: Document doc1 = new Document("D:/input1.pdf"); Document doc2 = new Document("D:/input2.pdf"); for (final Page p : do…...page and a small amount of header/footer text. I can provide...

    forum.aspose.com/t/limiting-memory-usage-when-c...
  7. View DIB images via Python | products.aspose.com

    Try our On-Premise document APIs to View DIB image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....files (BMP) but has a different header. It can be opened with almost...

    products.aspose.com/imaging/python-net/viewer/dib/
  8. Aspose::Words::Settings::Odso class | Aspose.Wo...

    Aspose::Words::Settings::Odso class. Specifies the Office Data Source Object (ODSO) settings for a mail merge data source. To learn more, visit the documentation article in C++....specified external data source as a header row containing the names of...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. Save images as EPS via JavaScript | Aspose.Page

    Empower your JavaScript applications with our API solution for save images to EPS file....works directly on the image header and setup section of your EPS...

    products.aspose.com/page/javascript-cpp/image-a...
  10. Word文件,如何去掉页眉页脚,同时保持内容排版不变 - Free Support Forum...

    import com.aspose.words.*; public class RemoveHeaderFooter { public static void main(String[] args) throws Exception { Document doc = new Document("input.doc"); for (Section section : doc.getSection…...clear(); // 清空所有 header/footer } } doc.save("output...

    forum.aspose.com/t/word/322768