Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 85,307 for

update

(0.13 sec)
  1. C# 3D Formats Compression | products.aspose.com

    Compress 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via .NET library using a few lines of C# code....easily read, create, convert, update and control the substance of...

    products.aspose.com/3d/net/compression/
  2. BUG: Datavalidation with REGEXTEST does not wor...

    I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL. Consider the following code: public void AddDataValidation(CellArea cellArea, Column column, Worksheet worksheet) { …... Update Aspose.Cells : Ensure that...version of Aspose.Cells, as updates may include bug fixes and improvements...

    forum.aspose.com/t/bug-datavalidation-with-rege...
  3. Features|Aspose.Imaging for .NET

    C# image processing library core features includes read and write images, draw images, process images and convert between formats....Brightness, contrast, gamma update (v2.6) Xmp data support Drawing...

    docs.aspose.com/imaging/net/features/
  4. DOCX to XPS conversion issue with content posit...

    Hi, I have application that uses Aspose.Words for .Net for many thing, among others for conversion doc files to XPS. I am using SQL ReportServer for generation of Doc files. Doc files are converted to XPS using Aspose,…... Can you please update me on this issue? When can...Unfortunately, there is no update available on this issue at...

    forum.aspose.com/t/docx-to-xps-conversion-issue...
  5. 用C++修改现有样式|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库,允许用户修改现有单元格样式。本文将介绍如何使用Aspose.Cells库修改现有单元格样式,以便用户根据需要改变单元格的外观。...Update 方法。 创建和修改样式 此示例创建一个 Style 对象,将其应用于一范围的单元格,并修改...and range (B1:D1). style . Update (); // Save the excel file...

    docs.aspose.com/cells/zh/cpp/modify-an-existing...
  6. JsonDataSource fails with large integer value -...

    When using a JSON object with a large integer value, the application throws an error indicating that the integer is too large for an Int64 . How can I modify the code to handle large integers in JSON without encountering…...for me since they require an update to every template that references...Aspose.Words for Java 24.12 update . aspose.notifier April 22...

    forum.aspose.com/t/jsondatasource-fails-with-la...
  7. FieldChar class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldChar class. Base class for nodes that represent field characters in a document... update (); let fieldStart = field...\"dddd, MMMM dd, yyyy\"" ); // Update the field to show the current...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Signature - Free Support Forum - aspose.com

    Hello, i would like to download the Signing (signature ) of Exchange. it exist in ExchangeMessageInfo ?? Best regards, Amirox...possible implementation and update you accordingly. nacata April...soon write back here with updates in this regard and appreciate...

    forum.aspose.com/t/signature/34402
  9. Installation|Documentation

    Adding or updating Aspose.OCR for JavaScript via C++ package in your web app....js" ></ script > Updating the library To update Aspose.OCR for...

    docs.aspose.com/ocr/javascript-cpp/installation/
  10. How to find and iterate list lead in and childr...

    Hi Team, I am trying to find and iterate lists in an word documents using aspose words python library. Current approach : I have tried iterating all paragraphs and filtering list items using is_list_item method. Furt…...docx") # Update list labels to make them accessible...Paragraph.list_label property. doc.update_list_labels() # print list...

    forum.aspose.com/t/how-to-find-and-iterate-list...