Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 8,923 for

header

(0.16 sec)
  1. 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-...
  2. 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...
  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. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node in Java.... HEADER_FOOTER A HeaderFooter object...contains text of a particular header or footer inside a section...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. WUX File Format & .wux extension - Everything Y...

    Explore the WUX extension and file format, a versatile archive format with wide compatibility and efficient compression methods. Learn how WUX simplifies data compression and archive management for a variety of applications....the WUX archive structure: Header: Magic Number: The WUX file...archive. Version Information: The header may contain version information...

    products.aspose.com/zip/most-common-archives/wh...
  7. 用 JavaScript 通过 C++ 格式化工作簿中的工作表单元格|Documentation

    学习如何使用 C++ 脚本格式化工作簿中的工作表单元格,定制电子表格中数据的外观和样式。...Sales 2006 " ); const headers = [ " January " ..." Total " ]; headers.forEach((header, index) = > { cells...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  8. 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...
  9. PageSetup.PaperSize | Aspose.Words for .NET

    Discover the PageSetup PaperSize property to easily customize and manage your document's paper size for optimal printing results....page between the section's header and footer. Body body = new...

    reference.aspose.com/words/net/aspose.words/pag...
  10. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...BottomMargin = 0; // Clear any header/footer as they'll be captured...BottomMargin = 0; // Clear any header/footer as they'll be captured...

    forum.aspose.com/t/shapes-in-charts-rendered-by...