Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 117,305 for

note

(0.63 sec)
  1. Break Table Rows|Aspose.Words for JasperReports

    Aspose Words for JasperReports will allow breaking table rows when a row does not fit on the current page.... Note : this option affects only exporting...

    docs.aspose.com/words/jasperreports/break-table...
  2. 创建、删除和获取GridCell注释|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.... note, author, isvisible cell . createComment...createComment ( "This is a B4 note." , "Peter" , true ); 从单元格中移除注释对象...

    docs.aspose.com/cells/zh/java/create-remove-and...
  3. How to Find Field Properties|Aspose.Words for C++

    How to find some field properties like field code and field result in C++....field code and field result: Note if you are only looking for...

    docs.aspose.com/words/cpp/find-field-properties/
  4. 在VSTO和Aspose.Cells中插入和移除工作表中的单元格注释|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....//Setting the comment note comment . Note = "This is my comment"...

    docs.aspose.com/cells/zh/net/inserting-and-remo...
  5. CompositeNode.getChild method | Aspose.Words fo...

    CompositeNode.getChild method. Returns an Nth child node that matches the specified type.... Note that markup nodes ( NodeType...; shape . height = 200 ; // Note that the 'CustomNodeId' is not...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Round Points|Aspose.Words for Reporting Services

    Round Points setting of the Aspose.Words for Reporting Services.... Note that the value is set in points...

    docs.aspose.com/words/reportingservices/round-p...
  7. Absorber - How to get the rows without spaces (...

    Hello I am using Aspose.Pdf (9.4.0) and after using the command "pdfDocument.Pages [page] Accept (textAbsorber);". I get the rows from the page with their respective spaces at the beginning of each line. Is there any pa…... Moreover, please note TextDevice class supports to...Thanks for your patience. Please note TextAbsorber also supports raw...

    forum.aspose.com/t/absorber-how-to-get-the-rows...
  8. 通过 C++ 使用 JavaScript 改变评论的文本方向|Documentation

    学习如何使用 C++ 通过脚本改变评论的文本方向。有效自定义评论对齐设置。...; // Set the Comment note comment . note = "This is my Comment...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  9. Aspose::Words::Saving::PdfPageMode enum | Aspos...

    Aspose::Words::Saving::PdfPageMode enum. Specifies how the PDF document should be displayed when opened in the PDF reader in C++.... Note that if there’re no outlines...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...对象 创建一个 TextFragment 对象 创建一个 Note 实例并将其值传递给 TextFragment FootNote...( 1 ); auto note = MakeObject < Note > (); note -> set_Text (...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/