Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 33,831 for

new

(0.17 sec)
  1. Manage Blob|Aspose.Slides Documentation

    Manage Blob in PowerPoint Presentation using Java. Use Blob to reduce memory consumption in PowerPoint Presentation using Java. Add large file through Blob to PowerPoint Presentation using Java. Export large file through Blob from PowerPoint Presentation using Java. Load a large PowerPoint Presentation as Blob using Java....avi" ; // Creates a new presentation to which the video...be added Presentation pres = new Presentation (); try { FileInputStream...

    docs.aspose.com/slides/androidjava/manage-blob/
  2. Environment Configuration – Aspose.HTML for Java

    Learn how to create different environment configurations where the application runs – use Sandboxing, Runtime Service, Network Service, etc....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/html/java/environment-configura...
  3. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions(); // If we save...

    reference.aspose.com/words/java/com.aspose.word...
  4. Convert PowerPoint Presentations to TIFF in C#|...

    Learn how to easily convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for .NET. Step-by-step guide with code examples included....Presentation presentation = new Presentation ( "Demo_File.pptx"...TIFF: TiffOptions tiffOptions = new TiffOptions { CompressionType...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  5. Msg file to tiff conversion with complete email...

    Hi Team, Currently i am converting msg file to tiff image. But i need to show the complete sender address in the converted image. Is there any option to show complete address in the converted tiff image. Please see the…...= <span style="color:blue;">new</span> <span style="color:#2...= <span style="color:blue;">new</span> <span style="color:#2...

    forum.aspose.com/t/msg-file-to-tiff-conversion-...
  6. Convert PowerPoint Presentations to TIFF in And...

    Learn how to easily convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for Android via Java. Step-by-step guide with code examples included....Presentation presentation = new Presentation ( "presentation...TIFF: TiffOptions tiffOptions = new TiffOptions (); tiffOptions ...

    docs.aspose.com/slides/androidjava/convert-powe...
  7. Chart Axis|Aspose.Slides Documentation

    How to edit PowerPoint chart axis in Java...in Java: Presentation pres = new Presentation (); try { Chart...a chart: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/java/chart-axis/
  8. Writing and Reading Formulas

    The page contains examples of reading/writing formulas used by Aspose.Tasks for .NET library for calculations....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/writing-and-reading-f...
  9. 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...
  10. NodeList class | Aspose.Words for Node.js

    Aspose.Words.NodeList class. Represents a collection of nodes matching an XPath query executed using the [CompositeNode.selectNodes()](../compositenode/selectNodes/#string) method...nodes from the collection to a new array of nodes. Examples Shows...'Fields' , () => { let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...