Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 213,309 for

new

(0.65 sec)
  1. Introduction to Java Programming | Aspose.Zip D...

    This document provides an overview of Java programming fundamentals and concepts....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/introduction/
  2. IMailMergeCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications while mail merge is performed in Java....Exception { Document document = new Document(); document.getMailMerge()...MailMergeCallbackStu mailMergeCallbackStu = new MailMergeCallbackStu(); document...

    reference.aspose.com/words/java/com.aspose.word...
  3. TableSubstitutionRule.load method | Aspose.Word...

    aspose.words.fonts.TableSubstitutionRule.load method...font_settings = font_settings # Create a new table substitution rule and load..."Times New Roman" since they do not exist in our new font folder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. Get Warning Callbacks for Font Substitution in ...

    Learn to get warning callbacks for font substitution in Aspose.Slides for .NET and display PowerPoint and OpenDocument presentations accurately.... var options = new RenderingOptions (); options...options . WarningCallback = new FontWarningHandler (); // Load the presentation...

    docs.aspose.com/slides/net/getting-warning-call...
  6. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for Java and display PowerPoint and OpenDocument presentations accurately.... RenderingOptions options = new RenderingOptions (); options...options . setWarningCallback ( new FontWarningHandler ()); // Load the...

    docs.aspose.com/slides/java/getting-warning-cal...
  7. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and save all faces into the supported image formats....//load the scene Scene scene = new Scene ( path ); //create a camera...capturing the cube map Camera cam = new Camera ( ProjectionType . Perspective...

    docs.aspose.com/3d/net/render-a-scene-into-the-...
  8. Add Watermark To PDF with JavaScript via C++|Do...

    Learn how to add text and image watermark to PDF while converting Excel to PDF using Aspose.Cells for JavaScript via C++....The example will also create a new workbook with 3 pages and apply...file) const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/add-waterm...
  9. Source | Aspose.Words for Java

    Represents an individual source such as a book journal article or interview in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...
  10. Section | Aspose.Words for Java

    Represents a single section in a document in Java.... Document doc = new Document(); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/java/com.aspose.word...