Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 7,774 for

header

(0.13 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Znaczki tekstowe, obrazowe lub strony w formacie PDF przy użyciu C++https://products.aspose.com/pdf/pl/cpp/stamps/Recent content in Znaczki tek...... message mx-6 message-header Package Manager Console message-body...cloud/templates/aspose/img/products/pdf/headers/aspose_pdf-for-net.svg", "height":...

    products.aspose.com/pdf/pl/cpp/stamps/index.xml
  2. Generate PDF from XML|Aspose.PDF for .NET

    Aspose.PDF for .NET provides several ways to convert an XML file into a PDF document requiring that the input XML file....example, we can customize a page header. In this case, table were used...used to divide the header into 2 columns. <?xml version="1.0"...

    docs.aspose.com/pdf/net/generate-pdf-from-xml/
  3. FieldStyleRef | Aspose.Words for Java

    Implements the STYLEREF field in Java....Place a STYLEREF field in the header and display the first "List...moveToHeaderFooter(HeaderFooterType.HEADER_PRIMARY); FieldStyleRef field...

    reference.aspose.com/words/java/com.aspose.word...
  4. ViewOptions | Aspose.Words for Java

    Provides various options that control how a document is shown in Microsoft Word in Java....hide vertical whitespace and headers/footers in view options. Document...writeln("Paragraph 3, Page 3."); // Insert a header and a footer. builder.move...

    reference.aspose.com/words/java/com.aspose.word...
  5. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the Node.js API with C++....0 ); // Put some data into header rows (A1:A4) for ( let i =...get ( i , 0 ). putValue ( `Header Row ${ i } ` ); } // Put some...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – دستکاری حاشیه نویسی ها در PDF با استفاده از C++https://products.aspose.com/pdf/fa/cpp/annotation/Recent content in دستکاری حاشیه نویسی ها در PD...... message mx-6 message-header Package Manager Console message-body...cloud/templates/aspose/img/products/pdf/headers/aspose_pdf-for-net.svg", "height":...

    products.aspose.com/pdf/fa/cpp/annotation/index...
  7. Excel Specifications and Limits|Documentation

    In this article, find all workbook, worksheet, and feature specifications and limits. In Excel 2010, the maximum worksheet size is 1,048,576 rows by 16,384 columns....characters Characters in a header or footer 255 Maximum number...characters Characters in a header or footer 255 Maximum number...

    docs.aspose.com/cells/net/excel-specifications-...
  8. How to Add Bookmark in Word using C#

    This article explains how to add bookmark in Word using C#. It contains all the information required to set the environment, step-wise approach to write the program and a runnable code to insert a bookmark in Word using C#....learn the process to insert headers and footers, then refer to...the article on how to insert header and footer in DOCX using C#...

    kb.aspose.com/words/net/how-to-add-bookmark-in-...
  9. Insert a Table of Contents in Word using C#

    Insert a table of contents in Word using C#. Get details to configure the IDE, a list of steps, and a sample code to add a table of contents in Word using C#.... To insert headers and footers, refer to the article...article on how to insert header and footer in DOCX using C# ...

    kb.aspose.com/words/net/insert-a-table-of-conte...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...Insert page numbers in the header builder.moveToHeaderFooter(HeaderFooterType...moveToHeaderFooter(HeaderFooterType.HEADER_PRIMARY); builder.insertField("PAGE");...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...