Sort Score
Result 10 results
Languages All
Labels All
Results 8,661 - 8,670 of 213,939 for

new

(0.18 sec)
  1. Extract Assets from PLY File Formats via Java |...

    Sample Java extract assets code for PLY file. Use this example code to extract assets from PLY file within any Web or Desktop Java based application....instance of Scene Scene scene = new Scene(); scene.open(file, FileFormat..."OutputFile.zip" ; File newFile= new File(zipOutput); newFile.createNewFile();...

    products.aspose.com/3d/java/extractor/ply/
  2. Extract Assets from RVM File Formats via Java |...

    Sample Java extract assets code for RVM file. Use this example code to extract assets from RVM file within any Web or Desktop Java based application....instance of Scene Scene scene = new Scene(file); //Create zip files..."OutputFile.zip" ; File newFile= new File(zipOutput); newFile.createNewFile();...

    products.aspose.com/3d/java/extractor/rvm/
  3. 插入切片器|Documentation

    通过C++管理带有Aspose.Cells for JavaScript的Excel文件的切片器。...uploaded file const wb = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blobXlsx = new Blob ([ outputDataXlsx ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  4. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; builder.InsertParagraph(); b…...table, it defaults to Times New Roman, and since we had applied...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  5. Შეკუმშოს JPG Java

    შეკუმშოს JPG Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/ka/java/compress/jpg/
  6. 用JavaScript通过C++创建和复制命名范围|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中创建、访问和复制命名范围。...input const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  7. OleControl | Aspose.Words for Java

    Represents OLE ActiveX control in Java.... Document doc = new Document(getMyDir() + "ActiveX...ActiveX control. Document doc = new Document(getMyDir() + "ActiveX...

    reference.aspose.com/words/java/com.aspose.word...
  8. Change SVG Background Color – C# Examples with ...

    Learn how to change SVG background color in C# with Aspose.SVG – by modifying the SVG directly, using inline and internal CSS, and using JavaScript....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/net/change-svg-background-c...
  9. Convert HTML from ZIP archive to JPG – Aspose.H...

    Learn how to convert HTML from a ZIP archive to JPG using C# message handlers in Aspose.HTML for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/message-handlers/conve...
  10. Font change in HTML list - Free Support Forum -...

    Hello, while testing ticket WORDSJR-313 with the ALLOW_HTML_LISTS parameter (Aspose 23.10.2), I noticed that the original font (in my case, Arial) is set to TimesNewRoman in the output. Could you please check this? I’ve …...output is defaulting to Times New Roman instead of the expected...to a default font like Times New Roman. Use HtmlSaveOptions :...

    forum.aspose.com/t/font-change-in-html-list/312295