Sort Score
Result 10 results
Languages All
Labels All
Results 9,811 - 9,820 of 213,245 for

new

(0.12 sec)
  1. How to use Aspose.Cells.GridWeb with .NET Core|...

    This article introduces how to use GridWeb in a .NET Core web application... Step 1: Creating a New Project Open Visual Studio 2019...menu, select New , then Project . The Create a new project dialog...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. 为工作簿渲染指定单独或私有字体集,使用 Node.js 通过 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 指定工作簿渲染的单独或私有字体集。... const fontConfigs = new AsposeCells . IndividualFontConfig...with font configs. const opts = new AsposeCells . LoadOptions ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-ind...
  3. 使用 C# 语言的 Hello World 示例|Aspose.PDF for .NET

    此示例演示如何使用 Aspose.PDF 创建一个简单的包含文本 Hello World 的 PDF 文档...document using ( var document = new Aspose . Pdf . Document ()) {...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/hello-world-example/
  4. Convert JPG to Image in Java | products.aspose.com

    Convert JPG to Image in Java. Use Java library API to convert JPG files to Images...into Image Presentation pres = new Presentation (); try { ISlide..., image ); Dimension size = new Dimension ( 960 , 720 ); for...

    products.aspose.com/slides/java/conversion/jpg-...
  5. Read a Task's Timephased Data in Ruby | Aspose....

    Learn how to read Microsoft Project (MPP/XML) task timephased data using Aspose.Tasks Java for Ruby....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/read-a-task-s-timeph...
  6. Put email in PST with different bodies - Free S...

    Is it possible to create a message in a PST that has different plain body and html body content? For example, HTML body might be “The HTML body” and the plain body might be “The plain body”...Pst; // Create a new instance of MailMessage MailMessage...MailMessage mailMessage = new MailMessage(); // Set the sender and...

    forum.aspose.com/t/put-email-in-pst-with-differ...
  7. ListFormat.removeNumbers method | Aspose.Words ...

    ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...level, // which will start a new self-contained list, with a deeper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Get Warnings While Loading an Excel File with N...

    Learn how to capture warnings while loading an Excel file using Aspose.Cells for Node.js via C++. Handle corrupt but loadable workbooks effectively....loading workbook const options = new AsposeCells . LoadOptions ();...options . setWarningCallback ( new WarningCallback ()); // Load...

    docs.aspose.com/cells/nodejs-cpp/get-warnings-w...
  9. 如何使用 Java 获取 Highlight 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Highlight 注释的 Java 示例代码。...PDF file Document document = new Document ( _dataDir + "sample_mod...annotationSelector1 = new AnnotationSelector ( new HighlightAnnotation...

    products.aspose.com/pdf/zh-hans/java/annotation...
  10. 如何用 Java 添加 Caret 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Caret 个注释。...PDF file Document document = new Document ( _dataDir + "sample...CaretAnnotation caretAnnotation1 = new CaretAnnotation ( document ....

    products.aspose.com/pdf/zh-hans/java/annotation...