Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 32,415 for

test

(0.08 sec)
  1. 在 PDF 中创建或添加表格|Aspose.PDF for C++

    Aspose.PDF for C++ 是一个用于创建、读取和编辑 PDF 表格的库。使用该库,您可以使用 C++ 在 PDF 页面上分页显示表格。...Add ( String :: Format ( u "Test 1 {0}" , cellCount )); } //...-> get_Cells () -> Add ( u "Test 2 1" ); auto cell = row2 ->...

    docs.aspose.com/pdf/zh/cpp/add-table-in-existin...
  2. Add Tables to PDF in Python|Aspose.PDF for Pyth...

    Learn how to add and configure tables in existing PDF documents in Python.... add ( "Test 1" + str ( cell_count )) # Add...add ( "Test 2 1" ) cell = row2 . cells . add ( "Test 2 2" ) cell...

    docs.aspose.com/pdf/python-net/adding-tables/
  3. Free online OMR applications|Documentation

    Instantly create and recognize OMR forms from anywhere using only a web browser....Easily calculate a grade of the test, exam, quiz or assignment using...

    docs.aspose.com/omr/apps/web/
  4. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“Test.”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFor…...writeln(“test.”); SaveOptions saveOptions...save("template.pdf", pdfOptions); Test without memory optimisation...

    forum.aspose.com/t/aspose-word-save-pdf/321219
  5. Exception when loading a license file with Aspo...

    Hi, I have a big problem using Aspose E-Mail for Java 25.6 and higher. The version 25.5 works without problems. Every time i try to set our license with License.setLicense() i’m getting a strange exception i cannot debu…... We created a test project using the dependencies...glasenhardt , We have created a test build 25.11.0.2 to help verify...

    forum.aspose.com/t/exception-when-loading-a-lic...
  6. Copy Ranges of Excel with C++|Documentation

    Learn how to copy ranges in Excel using Aspose.Cells with C++.... PutValue ( u "Test" ); sourceRange . Get ( 1 ,...Get ( 0 , 0 ). PutValue ( u "Test" ); sourceRange . Get ( 1 ,...

    docs.aspose.com/cells/cpp/copy-ranges-of-excel/
  7. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Contains settings of the digital signature timestamp in Java....PdfDigitalSignatureD(certificateHolder, "Test Signing", "Aspose Office", new...PdfDigitalSignatureD(certificateHolder, "Test Signing", "Aspose Office", new...

    reference.aspose.com/words/java/com.aspose.word...
  8. Copy Ranges of Excel with Node.js via C++|Docum...

    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.... setValue ( "Test" ); sourceRange . get ( 1 ,... get ( 0 , 0 ). setValue ( "Test" ); sourceRange . get ( 1 ,...

    docs.aspose.com/cells/nodejs-cpp/copy-ranges-of...
  9. Incorrect formula processing - TOCOL and nested...

    Hi We are evaluating upgrading to the laTest version of Aspose Cells to take advantage of the support for newer Excel functions. We have found an issue where the formula =TOCOL(SIMPLE_TABLE *(100-MULTIPLIERS),TRUE) retur…... Test Without Multipliers : Since...omitted, isolate the issue by testing the multiplication separately...

    forum.aspose.com/t/incorrect-formula-processing...
  10. [Bug] Cell class. Cant set HtmlTitle any that e...

    Doesn’t work: titleCell.HtmlString = "Title " Works fine: titleCell.HtmlString = " Title" Same, works fine: titleCell.HtmlString = "Title Title2" Aspose.Cells updated in october 2024...12:58pm 2 @bloodboilAaromatic , I tested your scenario/case using latest...Worksheets[0]; string value = "Test "; worksheet.Cells[1,1].HtmlString...

    forum.aspose.com/t/bug-cell-class-cant-set-html...