Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 8,132 for

header

(0.14 sec)
  1. Setting Margins with JavaScript via C++|Documen...

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set margins for page center, Header, and footer using the JavaScript API via C++....> </ html > Header and Footer Margins Set header and footer margins...Aspose.Cells Example - Set Header/Footer Margins </ title > </...

    docs.aspose.com/cells/javascript-cpp/setting-ma...
  2. CompareOptions.ignore_formatting property | Asp...

    CompareOptions.ignore_formatting property. True indicates that formatting is ignored....new_comment ) # Header: builder . move_to_header_footer ( aw ....HeaderFooterType . HEADER_PRIMARY ) builder . writeln ( 'Original header contents...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompareOptions.ignore_fields property | Aspose....

    CompareOptions.ignore_fields property. Specifies whether to compare differences in fields....new_comment ) # Header: builder . move_to_header_footer ( aw ....HeaderFooterType . HEADER_PRIMARY ) builder . writeln ( 'Original header contents...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Setting Margins with Node.js via C++|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. Also learn how to programmatically set margins for page center, Header, and footer using the Node.js API via C++....xls" )); Header and Footer Margins Set header and footer margins...getPageSetup (); // Specify header/footer margins pageSetup ....

    docs.aspose.com/cells/nodejs-cpp/setting-margins/
  5. Working with stamps and watermarks|Aspose.PDF f...

    This section explains how you can use PdfFileStamp Class by Aspose.PDF Facades in working with PDF....Text and Image Stamp Manage Header and Footer Create various kinds...

    docs.aspose.com/pdf/net/pdffilestamp-class/
  6. Create or Add Table In PDF|Aspose.PDF for Java

    Discover how to add a table to an existing PDF document in Java using Aspose.PDF, enabling structured data presentation.... add ( mytable ); //Add header Row com . aspose . pdf . Row...= row . getCells (). add ( "header 1" ); cell . setColSpan ( 2...

    docs.aspose.com/pdf/java/add-table-in-existing-...
  7. Elements|Aspose.Slides Documentation

    Browse Aspose.Slides for Android elements examples: add, style, and animate shapes, text, images, charts, and tables in PowerPoint and OpenDocument presentations....Connector ActiveX OLE Object Header Footer Comment Note...

    docs.aspose.com/slides/androidjava/examples/ele...
  8. Replace Fields with Text Java|Aspose.Words for ...

    Learn how to replace fields with text in Java. Replace fields with static data using the Java API....properly for some fields in a header or footer. For example, trying...convert the PAGE field in a header or footer to static text will...

    docs.aspose.com/words/java/replace-fields/
  9. BreakType | Aspose.Words for Java

    Specifies type of a break inside a document in Java....Examples: Shows how to create headers and footers in a document using...Specify that we want different headers and footers for first, even...

    reference.aspose.com/words/java/com.aspose.word...
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document document, HeaderFooter Header, String htmlContent) throws Exception { …...ent document, HeaderFooter header, String htmlContent) throws...the section that contains the header to determine page dimensions...

    forum.aspose.com/t/topic/324972