Sort Score
Result 10 results
Languages All
Labels All
Results 5,011 - 5,020 of 213,541 for

new

(0.08 sec)
  1. Working with ContentTypeProperties with JavaScr...

    Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for JavaScript via C++....Creating a new Workbook with Xlsx format const workbook = new Workbook...contentTypePropertie . add ( "MK32" , new Date (). toISOString (), "DateTime"...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  2. Comment.setText method | Aspose.Words for Node.js

    Comment.setText method. This is a convenience method that allows to easily set text of the comment....Description text string The new text of the comment. Remarks...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Send Emails & Forward Messages using SMTP Clien...

    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....MailMessage instance MailMessage msg = new MailMessage (); // Create an...SmtpClient class SmtpClient client = new SmtpClient (); // Specify your...

    docs.aspose.com/email/net/sending-and-forwardin...
  4. 搜索

    搜索...(Presentation presentation = new Presentation()) { // Adds a smile...33 ; List< string > frames = new List< string >(); using ( var...

    blog.aspose.com/zh-hant/slides/convert-mp4-to-m...
  5. Add Figures Annotations using C++|Aspose.PDF fo...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for C++...Annotations: Load the PDF file - new Document . Create a Circle Annotation...Annotation and set Circle parameters (new Rectangle, title, color, InteriorColor...

    docs.aspose.com/pdf/cpp/figures-annotation/
  6. aspose.barcode.loadfonts.zip

    Aspose.Barcode.LoadFonts/Aspose.Barcode.LoadFonts/Aspose.Barcode.LoadFonts.csproj Exe net6.0new FileStream(fontName, FileMode...PrivateFontCollectio collection = new Aspose.Drawing.Text.PrivateFontCollectio();...

    docs.aspose.com/barcode/net/aspose-barcode-load...
  7. 使用 .NET 创建 PDF 表单 | Aspose.PDF

    通过 COM Interop 在.NET Framework、.NET Core 和 PHP、VbScript、Delphi、C++ 上使用这个 C# 源代码创建 PDF 表单并添加字段。...pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...inputFile ); var textBoxField = new Aspose . Pdf . Forms . TextBoxField...

    products.aspose.com/pdf/zh-hant/net/acroforms/c...
  8. ChartSeriesCollection.GetEnumerator | Aspose.Wo...

    Discover the ChartSeriesCollection GetEnumerator method—efficiently retrieve enumerator objects for seamless data manipulation and analysis....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...// We can add a series with new values for existing categories...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Customize Chart Axes in Presentations Using PHP...

    Discover how to use Aspose.Slides for PHP via Java to customize chart axes in PowerPoint presentations for reports and visualizations....the required values : $pres = new Presentation (); try { $chart...between axes on a chart: $pres = new Presentation (); try { $chart...

    docs.aspose.com/slides/php-java/chart-axis/
  10. Replace Text in a Workbook Using Regular Expres...

    Replace text in a workbook using a regular expression in JavaScript via C++....(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); const replaceOptions = new ReplaceOptions (); replaceOptions...

    docs.aspose.com/cells/javascript-cpp/replace-te...