Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 196,987 for

new

(0.2 sec)
  1. LINQ Reporting Engine – Multiple Series in a Sc...

    Hello, I’m using Aspose.Words with the LINQ Reporting Engine and I’m trying to create a scatter chart with two series (temperature and conductivity), both using a common date as the X-axis. Here’s what I’ve implemented…...Select(g => new { Date = g.Key, Conductivity...[dailyTemp = GroupedTemp.Select(g => new { Date = g.Key, Temperature =...

    forum.aspose.com/t/linq-reporting-engine-multip...
  2. Page Break in existing PDF|Aspose.PDF for .NET

    Discover how to insert page breaks in an existing PDF file in .NET using Aspose.PDF for better page management....document using ( var document = new Aspose . Pdf . Document ( dataDir...document using ( var dest = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/page-break-in-existing-...
  3. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in C# or .NET...Presentation class Presentation pres = new Presentation ( "table.pptx" );...Presentation presentation = new Presentation ( "Test.pptx" ))...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  4. 档案

    档案...NetworkCredential windowsCredentials = new NetworkCredential(userName, password...ProjectServerCredent projectServerCredent = new ProjectServerCredent(url, windowsCredentials);...

    blog.aspose.com/zh/tasks/create-read-projects-o...
  5. ListCollection class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListCollection class. Stores and manages formatting of bulleted and numbered lists used in a document... To create a new list based on a predefined list...ListCollection.add() method. To create a new list with formatting identical...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PlainTextDocument.Text | Aspose.Words for .NET

    Access the PlainTextDocument's text property to retrieve the document's content as a single string, enhancing your data handling and analysis....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PlainTextDocument plaintext = new PlainTextDocument ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/pla...
  7. Convert JPG To TXT Java

    Convert JPG to TXT format in Java code. Save JPG as TXT using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.jpg"); doc.save("Output...

    products.aspose.com/words/java/conversion/jpg-t...
  8. Body.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with the Body EnsureMinimum method. Automatically add an empty paragraph if the last child isn't a paragraph for better formatting.... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/bod...
  9. MetafileRenderingOptions | Aspose.Words for Java

    Allows to specify additional metafile rendering options in Java....throws Exception { Document doc = new Document(getMyDir() + "WMF with...MetafileRenderingOpt metafileRenderingOpt = new MetafileRenderingOpt(); // Set...

    reference.aspose.com/words/java/com.aspose.word...
  10. Extend and Contribute to CRM Quote Generator|As...

    How to defined a custom workflow using Aspose.Words to convert HTML to word and Attach Generated Quotation with Quote in C#....); LoadOptions loadOptions = new LoadOptions (); loadOptions ...LoadFormat . Html ; Document myDoc = new Document ( stream , loadOptions...

    docs.aspose.com/words/net/extend-and-contribute...