Sort Score
Result 10 results
Languages All
Labels All
Results 8,301 - 8,310 of 216,861 for

new

(0.33 sec)
  1. Public API Changes in Aspose.Cells 8.7.0|Docume...

    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.... It includes not only new and updated public methods, added...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); //Set the...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Convert SVG to JPEG – C# Code and Online Converter

    Convert SVG to JPEG format online or in C# with Aspose.SVG for .NET. Learn C# code example for SVG to JPEG conversion....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/svg/net/conversion/svg-to-j...
  3. Convert SVG to GIF – C# Code and Online Converter

    Convert SVG to GIF format online or in C# with Aspose.SVG for .NET. Learn C# code example for SVG to GIF conversion....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/svg/net/conversion/svg-to-gif/
  4. 用JavaScript通过C++从模板文件加载工作簿时筛选数据类型|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....load data const loadOptions = new LoadOptions ( LoadFormat . Xlsx...); loadOptions . loadFilter = new LoadFilter ( LoadDataFilterOption...

    docs.aspose.com/cells/zh/javascript-cpp/filteri...
  5. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Create Pdf...

    docs.aspose.com/cells/javascript-cpp/avoid-blan...
  6. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows....PPTX file Presentation pres = new Presentation (); // Accesses...using ( Presentation pres = new Presentation ()) { // Accesses...

    docs.aspose.com/slides/net/manage-table/
  7. 如何通过 JavaScript 和 C++ 控制工作表标签栏|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 控制工作表标签栏。...load it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  8. FieldHyperlink.open_in_new_window property | As...

    FieldHyperlink.open_in_New_window property. Gets or sets whether to open the destination site in a New web browser window....open_in_new_window property FieldHyperlink.open_in_new_window...in a new web browser window. @property def open_in_new_window...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FrameFormat | Aspose.Words for Java

    Represents frame related formatting for a paragraph in Java.... Document doc = new Document(getMyDir() + "Paragraph...that are frames. Document doc = new Document(getMyDir() + "Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  10. Unable to change Run font with tracked changes ...

    Hi, I’m trying to change the font of a run in a document that has tracked changes enabled. The following code doesn’t work for me unless I call AcceptAllRevisions() before, but I need to retain the revisions. Any ideas…... var document = new Document(@"c:\temp\support\TrackedChangesDoc...Assert(run.Font.Name == "Times New Roman"); } foreach (var run in...

    forum.aspose.com/t/unable-to-change-run-font-wi...