Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 222,895 for

new

(0.65 sec)
  1. ShapeBase.Target | Aspose.Words for .NET

    Discover ShapeBase Target property to easily set or retrieve hyperlink target frames for your shapes, enhancing user navigation and experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.com/" ; shape . Target = "New Window" ; shape . ScreenTip =...

    reference.aspose.com/words/net/aspose.words.dra...
  2. StyleCollection.count property | Aspose.Words f...

    StyleCollection.count property. Gets the number of styles in the collection.... let doc = new aw . Document (); let styles...// Set default parameters for new styles that we may later add...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Add XML namespace in XMP metadata of EPS |Java

    The process of adding XML namespace in XMP metadata of EPS with Aspose.Page for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xmp-metadata/add-name...
  4. How to Zip Files Without Compression via Java

    How to add files to archives without compression for enhanced file management, providing convenience in transportation, quick access, and compatibility across various applications....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/zip/java/advanced-api-featu...
  5. Working with Hyperlinks | Aspose.Note Documenta...

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

    docs.aspose.com/note/java/working-with-hyperlinks/
  6. Create a Presentation Viewer in PHP|Aspose.Slid...

    Create a custom presentation viewer using Aspose.Slides for PHP via Java. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....$slideIndex = 0 ; $presentation = new Presentation ( "sample.pptx"...$slideIndex ); $svgStream = new Java ( "java.io.FileOutputStream"...

    docs.aspose.com/slides/php-java/presentation-vi...
  7. Continuous Section Break Not Functioning Proper...

    Hi Team, I am working on merging multiple Word documents. I have set the section start to Aspose.Words.SectionStart.Continuous, but the sections are still not appearing as continuous. Could you please help me resolve …...List<string> documentPathList = new List<string>(); //here is the...Document doc = new Aspose.Words.Document(new MemoryStream(bytes));...

    forum.aspose.com/t/continuous-section-break-not...
  8. Customize Presentation Shapes on Android|Aspose...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for Android via Java: geometry paths, curved corners, composite shapes....curvature for a corner or point add new points to the square manipulate...to change a shape or create a new shape from an existing shape...

    docs.aspose.com/slides/androidjava/custom-shape/
  9. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...an error. Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words/com...
  10. FieldUserInitials | Aspose.Words for Java

    Implements the USERINITIALS field in Java.... Document doc = new Document(); // Create a UserInformation...UserInformation userInformation = new UserInformation(); userInformation...

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