Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 6,332 for

header

(0.05 sec)
  1. Aspose::Words::DocumentVisitor::VisitHeaderFoot...

    Aspose::Words::DocumentVisitor::VisitHeaderFooterStart method. Called when enumeration of a Header or footer in a section has started in C++....Called when enumeration of a header or footer in a section has...the node structure of every header and footer in a document. void...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. How to use Aspose.CAD in React|CAD Documentation

    Use Aspose.CAD in React...className="App"> <header className="App-header"> <input id="file"...alt="converted" id="image" /> </header> </div> ); } window.onload...

    docs.aspose.com/cad/javascript-net/how-to-use-a...
  3. CustomAnswerSheet|Documentation

    CustomAnswerSheet element generates a numbered list of answers with full control over the layout and content of an answer....CustomAnswerSheet element includes Header and CustomRow elements. These...children array Must contain Header and CustomRow elements. CustomAnswerSheet...

    docs.aspose.com/omr/net/json-markup/customanswe...
  4. How to Create Tagged PDF using Python

    This short tutorial describes how to create tagged PDF using Python. It contains the IDE settings, a set of tasks for the application and a runnable sample code for adding tags to PDF files using Python....the tagged content Create a header and a paragraph element and...and set the text Append the header and paragraph elements to the...

    kb.aspose.com/pdf/python/how-to-create-tagged-p...
  5. Comparison of Aspose.Email.Mail with MS APIs|Do...

    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....Customized Mail Header X Importance Header X Sensitivity Header X X-Mailer...X-Mailer Header X Reply to X Send Date X Template-based Mail Merge...

    docs.aspose.com/email/net/comparison-of-aspose-...
  6. Public API Changes in Aspose.Email 4.1.0|Docume...

    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....control of whether the top header is visible in MHT output. The...provides control of the top header visibility in MHT output. Public...

    docs.aspose.com/email/java/public-api-changes-i...
  7. Aspose::Words::Tables::RowFormat::get_Height me...

    Aspose::Words::Tables::RowFormat::get_Height method. Gets or sets the height of the table row in points in C++.... builder -> Write ( u "Header Row, \n Cell 1" ); builder...InsertCell (); builder -> Write ( u "Header Row, \n Cell 2" ); builder...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....Find and Replace String in Header/Footer of a Document You can...find and replace text in the header/footer section of a Word document...

    docs.aspose.com/words/java/find-and-replace/
  9. 通过 C++ 使用 Node.js 获取标题或页脚|Documentation

    本文介绍了如何使用 C++ API 通过 Node.js 编程方式从 Excel 或 OpenOffice 文件中获取标题和页脚。...); // Gets left section of header console . log ( sheet . getPageSetup...)); // Gets center section of header console . log ( sheet . getPageSetup...

    docs.aspose.com/cells/zh/nodejs-cpp/get-headers...
  10. 表格样式问题 - Free Support Forum - aspose.com

    运行的同样的代码为什么我的表格会突然变成这样子,另外一个是正常的 不正常表格: 正常表格: 代码中没有看出来任何问题 @Override public int replacing(ReplacingArgs args) throws Exception { // 获取文档对象 Document doc = (Document) args.getMatchNode().getDocument(); …...List<String> headers = (List<String>) tableData.get("header"); // 表头...addTableAndAddSummar(builder, headers, tableDataList, summaryRowMap);...

    forum.aspose.com/t/topic/311952