Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 196,914 for

new

(0.42 sec)
  1. How to Update Microsoft Project MPP Files | Asp...

    Learn how to update and modify Microsoft Project MPP files using Aspose.Tasks for .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/microsoft-project-mpp...
  2. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineStory FirstParagraph property to easily access and enhance the first paragraph of your story for improved engagement....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...world!" ); Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words/inl...
  3. NodeImporter.importNode method | Aspose.Words f...

    NodeImporter.importNode method. Imports a node from one document into another....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...docToInsert = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartAxis.displayUnit property | Aspose.Words f...

    ChartAxis.displayUnit property. Specifies the scaling value of the display units for the value axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... axis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...startTrackRevisions("John Doe", new Date()); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  6. LayoutCollector | Aspose.Words for Java

    This class allows to compute page numbers of document nodes in Java....doc = new Document(); LayoutCollector layoutCollector = new LayoutCollector(doc);...content. DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  7. Color inversion|Documentation

    How to swap colors in an image to improve recognition accuracy.... AsposeOCR api = new AsposeOCR (); // Invert colors...PreprocessingFilter filters = new PreprocessingFilter (); filters...

    docs.aspose.com/ocr/java/invert/
  8. Disable Files Compression when Adding as Embedd...

    This article explains how to disable files compression when Adding as Embedded Resources...ByteArray contents InputStream is = new ByteArrayInputStream ( data );...pdfDocument = new Document ( is ); // setup new file to be added...

    docs.aspose.com/pdf/java/disable-files-compress...
  9. Redlines in pdf - Free Support Forum - aspose.com

    when we compare two pdf files and the resulting pdf has redlines to indicate the changes, how can we programmatically identify which pages has the redlines?...pagesWithRedlines = new List<int>(); Document pdfDocument = new Document(pdfFilePath);...following code: Document doc1 = new Document(@"C:\Temp\file1.docx");...

    forum.aspose.com/t/redlines-in-pdf/315965
  10. 将圆形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将圆形对象创建到您的PDF中。...document using ( var document = new Aspose . Pdf . Document ()) {...certain dimensions var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/zh/net/add-circle/