Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 222,973 for

new

(0.21 sec)
  1. Manage Cells HTML String|Documentation

    Learn how to manage a cell's HTML string through the Aspose.Cells for JavaScript via C++ API....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Obtaining the...

    docs.aspose.com/cells/javascript-cpp/manage-cel...
  2. Get a failure when converting PUB to PDF - Free...

    we got an error: Aspose.Pub.Exceptions.ConvertException: Can't create PDF font with name = Times New Roman --> PDF: Font Times New Roman was not found at #=zsedkhgG8ahbpm5MGaxElEpPK9w6z.#=zunhvw5McAVAr(TextStyle #=zC…...name = Times New Roman --> PDF: Font Times New Roman was not...Parse(); using var pubStream = new MemoryStream(); PubFactory.CreatePdfConverter()...

    forum.aspose.com/t/get-a-failure-when-convertin...
  3. Insert Paragraph, Table, HMTL into existing Tex...

    We have docx files that have existing Text or Rich Text controls. Using java Aspose.words.2406, I can only append the Run to these existing Content Controls. For Paragraph or Table or using DocumentBuilder to insertHTM…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...StructuredDocumentTa sdtRichText = new StructuredDocumentTa(doc, SdtType...

    forum.aspose.com/t/insert-paragraph-table-hmtl-...
  4. Extracted text changed when updating to a newer...

    Hello. We are upgrading some code that was using Aspose.PDF 23.10 to the latest release (26.1, but quick tested against 26.2 since I saw it was now available), and we are seeing some minor differences in text that is bei…...textAbsorber = new TextFragmentAbsorber { ExtractionOptions = new Text...MemorySaving), TextSearchOptions = new TextSearchOptions(false) { SearchInAnnotations...

    forum.aspose.com/t/extracted-text-changed-when-...
  5. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... name = 'Courier New' builder . paragraph_format ...self . assertEqual ( 'Times New Roman' , imported_text_box ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.InsertBreak | Aspose.Words for ...

    Enhance your documents effortlessly with the DocumentBuilder InsertBreak method, allowing you to seamlessly add custom breaks for improved formatting....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Need Complete Documentation for Word Range Oper...

    Hello Team, I am using Aspose.Words for Node.js and I need complete documentation + practical examples related to the following areas: 1. Word Range Operations I am looking for full details and examples for: …...replace("old", "new", { isMatchCase: false, isWholeWord:...getRange(startNode, endNode) creates a new Range bounded by the two nodes...

    forum.aspose.com/t/need-complete-documentation-...
  8. Specific Parameters of 2D Barcode Types|Documen...

    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.... BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...barcode. BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...

    docs.aspose.com/barcode/net/2d-barcode-types/
  9. VariableCollection | Aspose.Words for Java

    A collection of document variables in Java.... Document doc = new Document(); VariableCollection...fields. DocumentBuilder builder = new DocumentBuilder(doc); FieldDocVariable...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用Node.js通过C++在饼图中自定义切片或扇区颜色|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自定义饼图中的切片和扇区颜色。我们的指南将展示如何为每个切片、扇区或扇团分配独特的颜色,以改善视觉效果和数据表现。...external links const workbook = new AsposeCells . Workbook ( filePath...getArea (). setForegroundColor ( new AsposeCells . Color ( 0 , 246

    docs.aspose.com/cells/zh/nodejs-cpp/custom-slic...