Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 223,089 for

new

(0.18 sec)
  1. Manage Slide Show on Android|Aspose.Slides Docu...

    Learn how to manage slide shows in Aspose.Slides for Android via Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....code example below creates a new presentation and sets the show...Presentation presentation = new Presentation (); BrowsedByIndividual...

    docs.aspose.com/slides/androidjava/manage-slide...
  2. Updated Embedded Excel Data Not Updating, Requi...

    In a C# environment using these packages <PackageReference Include="Aspose.Cells" Version="24.10.0" /> <PackageReference Include="Aspose.Slides.NET" Version="24.10.0" /> I have this powerpoint file with 1 slide slide …...Slides; List<string> queryKeys = new() { "6780253.SLIDE2147483647_OBJECT...Aspose.Slides.Presentation ap = new(ReportStream); foreach (ISlide...

    forum.aspose.com/t/updated-embedded-excel-data-...
  3. FieldPrivate | Aspose.Words for Java

    Implements the PRIVATE field in Java.... Document doc = new Document(getMyDir() + "Field...builder. DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...display "2". DataTable table = new DataTable("Employees"); table...

    reference.aspose.com/words/java/com.aspose.word...
  5. Apply a theme to a presentation|Aspose.Slides D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....ThemeFileName ); // Apply a new theme to the presentation. public...themeDocument ); } } // Apply a new theme to the presentation. public...

    docs.aspose.com/slides/net/apply-a-theme-to-a-p...
  6. 档案

    档案...pngOptions = new PngOptions(); pngOptions.MultiPageOptions = new MultiPageOptions(new...MultiPageOptions(new IntRange(startPage, countPage)); image.Save("image...

    blog.aspose.com/zh/imaging/access-and-export-pa...
  7. Working with Hyperlinks | Aspose.Note Documenta...

    A comprehensive guide on creating and managing hyperlinks within your project....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-hyperlinks/
  8. Aspose.PSD for Java 25.7 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PsdLoadOptions psdLoadOptions = new PsdLoadOptions (); psdLoadOptions...psdImage . save ( output1 , new PngOptions ()); (( TextLayer...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  9. 使用 C# 进行 PDF 多媒体注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从 PDF 文档中添加、获取和删除多媒体注释。...PDF document using ( cument = new Aspose . Pdf . Document ( dataDir...Annotation var screenAnnotation = new Aspose . Pdf . Annotations ....

    docs.aspose.com/pdf/zh/net/multimedia-annotation/
  10. Add Image stamps in PDF using C#|Aspose.PDF for...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF library....document using ( var document = new Aspose . Pdf . Document ( dataDir...image stamp var imageStamp = new Aspose . Pdf . ImageStamp ( dataDir...

    docs.aspose.com/pdf/net/image-stamps-in-pdf-page/