Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 165,027 for

new

(0.07 sec)
  1. Փոխարկել HTML PDF Java

    Փոխարկեք HTML ը PDF ձևաչափի Java կոդով: Պահեք HTML որպես PDF օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/ht...
  2. Փոխարկել DOC EPUB Java

    Փոխարկեք DOC ը EPUB ձևաչափի Java կոդով: Պահեք DOC որպես EPUB օգտագործելով Java:...*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/do...
  3. Փոխարկել WORD EPUB Java

    Փոխարկեք WORD ը EPUB ձևաչափի Java կոդով: Պահեք WORD որպես EPUB օգտագործելով Java:...*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/wo...
  4. Փոխարկել TEXT WORD Java

    Փոխարկեք TEXT ը WORD ձևաչափի Java կոդով: Պահեք TEXT որպես WORD օգտագործելով Java:...*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/te...
  5. DocumentVisitor.VisitShapeEnd | Aspose.Words fo...

    Explore the DocumentVisitor VisitShapeEnd method, essential for managing shape enumeration in your applications. Enhance your coding efficiency today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertShape methods. Shape balloon = new Shape ( doc , ShapeType . Balloon...

    reference.aspose.com/words/net/aspose.words/doc...
  6. GradientStop.Position | Aspose.Words for .NET

    Discover the GradientStop Position property, easily set and adjust gradient stop positions from 0% to 100% for stunning visual effects in your designs....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 添加曲线对象到PDF文件|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在您的PDF中创建一个曲线对象。...Document 实例 Document pdfDocument = new Document (); // 将页面添加到 PDF 文件的页面集合中...Drawing object Graph graph = new Graph ( 400 , 200 ); // 为 Drawing...

    docs.aspose.com/pdf/zh/java/add-curve/
  8. Public API Changes in Aspose.Cells 8.6.2|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.... It includes not only new and updated public methods, added...ISmartMarkerCallBack interface to define a new class that handles the call back...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Manage Slide Show|Aspose.Slides Documentation

    Manage slide show settings in PowerPoint presentations using C#...code example below creates a new presentation and sets the show...presentation = new Presentation (); var showType = new BrowsedByIndividual...

    docs.aspose.com/slides/net/manage-slide-show/
  10. Manage Slide Show|Aspose.Slides Documentation

    Manage slide show settings in PowerPoint presentations using Java...code example below creates a new presentation and sets the show...Presentation presentation = new Presentation (); BrowsedByIndividual...

    docs.aspose.com/slides/java/manage-slide-show/