Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 8,066 for

header

(0.08 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_ZOrder m...

    Aspose::Words::Drawing::ShapeBase::get_ZOrder method. Determines the display order of overlapping shapes in C++....independent for shapes in the header and in the main text of the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Rotate PDF Pages Using C++|Aspose.PDF for C++

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C++....Page Size Programmatically Add Header and Footer to PDF...

    docs.aspose.com/pdf/cpp/rotate-pages/
  3. 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...
  4. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Python. Use PdfSaveOptions to change the result of saving a document to PDF format....the header/footer of the document, you can set the header_foo...output PDF. The bookmarks in headers/footers are not exported when...

    docs.aspose.com/words/python-net/specify-render...
  5. LayoutEntityType | Aspose.Words for Java

    Types of the layout entities in Java.... HEADER_FOOTER Represents placeholder for header/footer...child entities. HEADER_FOOTER public static int HEADER_FOOTER Represents...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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-...
  7. Modifying Images|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.... This header contains information specific...BMP file, but has different header information. In the example...

    docs.aspose.com/imaging/java/modifying-images/
  8. PDF Conversion Formatting Issue – Column Breaks...

    Description: We are facing a formatting issue during DOCX to PDF conversion using Aspose.Words. When generating documents in DOCX format, the output appears as expected with correct column and page breaks. However, whe…... Header Problem with PDF.docx (62.6 KB) Header Problem...

    forum.aspose.com/t/pdf-conversion-formatting-is...
  9. Aspose::Words::DocumentVisitor class | Aspose.W...

    Aspose::Words::DocumentVisitor class. Base class for custom document visitors. To learn more, visit the documentation article in C++....Called when enumeration of a header or footer in a section has...Called when enumeration of a header or footer in a section has...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. 使用C++在Node.js中复制和移动工作表|Documentation

    本文包含示例代码,描述如何使用C++的Node.js API在Excel工作簿内以及跨工作簿编程复制和移动工作表。...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/zh/nodejs-cpp/copying-and...