Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 9,290 for

header

(0.07 sec)
  1. 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/
  2. [Defect] Accessibility issues for document comp...

    Compare 2 docx files attached, Open a resulted pdf in acrobat pro, Enable voice over (cmd + f5), Run using key board by ctr+option + arrow buttons, Check observations. Actual: By navigate using right arrow, observing…...voice over, Unable to navigate header and footer. code snippet private...KB) Accessi_Doc_compliance_header_footer_v2.docx (335.3 KB) ...

    forum.aspose.com/t/defect-accessibility-issues-...
  3. 档案

    档案...Header 则使用 ((IAutoShape)shape).getTextFrame()...getType() == PlaceholderType.Header) { ((IAutoShape)shape).getTextFrame()...

    blog.aspose.com/zh/slides/sadd-header-footer-in...
  4. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET and speed up presentation editing and data updates....columns, mark the first row as a header, adjust sizing and layout,...Row as a Header Mark the table’s first row as a header to clearly...

    docs.aspose.com/slides/python-net/manage-rows-a...
  5. 在 Android 上管理演示文稿页眉和页脚|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 为 PowerPoint 和 OpenDocument 演示文稿添加并自定义页眉和页脚,以实现专业外观。... Header ) { (( IAutoShape ) shape )...(). setText ( "HI there new header" ); } } } } 在讲义页和备注页上管理页眉和页脚...

    docs.aspose.com/slides/zh/androidjava/presentat...
  6. 搜索

    搜索...Header 然後使用 ((IAutoShape)shape).getTextFrame()...getType() == PlaceholderType.Header) { ((IAutoShape)shape).getTextFrame()...

    blog.aspose.com/zh-hant/slides/sadd-header-foot...
  7. 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/
  8. 档案

    档案...Header 则使用 ((IAutoShape)shape).TextFrame...Placeholder.Type == PlaceholderType.Header) { ((IAutoShape)shape).TextFrame...

    blog.aspose.com/zh/slides/add-header-footer-in-...
  9. HtmlSaveOptions.CssClassNamePrefix | Aspose.Wor...

    Discover the HtmlSaveOptions CssClassNamePrefix property to easily customize CSS class names with a unique prefix, enhancing your web design consistency....Contains ( "<p class=\"myprefix-Header\">" ), Is . True ); Assert...outDocContents . Contains ( ".myprefix-Header { margin-bottom:0pt; line-height:normal;...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 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-...