Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 213,276 for

new

(0.15 sec)
  1. Make A Document In Javascript

    Create a file using Node.js via .NET library. Easily create a New document in JavaScript in a few steps....documents in JavaScript Create a new document in almost any format...the following example: Make a new document using JavaScript Copy...

    products.aspose.com/words/nodejs-net/make/
  2. 2023年新功能|Aspose.PDF for .NET

    本页面介绍了在2023年引入的Aspose.PDF for .NET中最受欢迎的新功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir...text fragments var absorber = new Aspose . Pdf . Text . TextFragmentAbsorber...

    docs.aspose.com/pdf/zh/net/whatsnew/2023/
  3. 使用 C# 在 PDF 中旋转文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中旋转 PDF 文件中的文本,以调整文本对齐和改善展示效果。...document using ( var document = new Aspose . Pdf . Document ()) {...fragment var textFragment1 = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/zh/net/rotate-text-inside-pdf/
  4. 档案

    档案...您可以通过从 New Releases 部分下载 DLL 文件或使用 NuGet...diagramObject = new Input() { InputRectangles = new List<InputRectangle>()...

    blog.aspose.com/zh/diagram/create-flowchart-csh...
  5. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...( "Numbers" , "Numbers&p" , new FindReplaceOptions ()); Shows...

    reference.aspose.com/words/net/aspose.words/ran...
  6. PDF Sticky Annotations|Aspose.PDF for PHP via Java

    Explore how to add sticky annotations to PDF files for feedback, using Aspose.PDF in PHP/Java....$document = new Document ( $inputFile ); $fontRepository = new FontRepository...FontRepository (); $colors = new Color (); // get particular page...

    docs.aspose.com/pdf/php-java/sticky-annotations/
  7. ChartLegendEntryCollection Class | Aspose.Words...

    Explore Aspose.Words.ChartLegendEntryCollection to efficiently manage chart legend entries and enhance your document visuals with ease....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "AW Category 1" ...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ComparerContext.CompareOptions | Aspose.Words f...

    Discover the CompareOptions property in ComparerContext to enhance document comparison with powerful and flexible options for accurate results....ComparerContext comparerContext = new ComparerContext (); comparerContext...comparerContext . DateTime = new DateTime (); Comparer . Create...

    reference.aspose.com/words/net/aspose.words.low...
  9. 向PDF文件添加椭圆对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java向PDF中创建椭圆对象。...创建文档实例 Document pdfDocument = new Document (); // 向PDF文件的页面集合添加页面...创建具有特定尺寸的Drawing对象 Graph graph = new Graph ( 400 , 400 ); // 设置Drawing对象的边框...

    docs.aspose.com/pdf/zh/java/add-ellipse/
  10. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....document using ( var document = new Aspose . Pdf . Document ()) {...certain dimensions var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/net/add-ellipse/