Sort Score
Result 10 results
Languages All
Labels All
Results 6,561 - 6,570 of 222,946 for

new

(0.36 sec)
  1. Փոխարկել DOC HTML Java

    Փոխարկեք DOC ը HTML ձևաչափի Java կոդով: Պահեք DOC որպես HTML օգտագործելով 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...
  2. Გადაიყვანეთ TEXT HTML Java

    გადაიყვანეთ TEXT HTML Java ფორმატში კოდით. შეინახეთ TEXT როგორც HTML Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/te...
  3. Გადაიყვანეთ HTML DOC Java

    გადაიყვანეთ HTML DOC Java ფორმატში კოდით. შეინახეთ HTML როგორც DOC Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/ht...
  4. Page Setup and Printing Options with JavaScript...

    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....data in Microsoft Excel: Open a new workbook in Microsoft Excel....default options, before the new options are applied. Default...

    docs.aspose.com/cells/javascript-cpp/page-setup...
  5. PdfSaveOptions.open_hyperlinks_in_new_window pr...

    PdfSaveOptions.open_hyperlinks_in_New_window property. Gets or sets a value determining whether hyperlinks in the output Pdf document are forced to be opened in a New window (or tab) of a browser....open_hyperlinks_in_new_window property PdfSaveOptions.open_h...open_hyperlinks_in_new_window property Gets or sets a value determining...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 操作 Visio 中的嵌入式 OLE 对象 Diagram|Documentation

    本页介绍如何使用 Aspose.Diagram 库操作 ole 对象。...Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...Object ) { Stream Ole_stream = new MemoryStream ( OLE_Shape . ForeignData...

    docs.aspose.com/diagram/zh/net/manipulate-the-e...
  7. Გადაიყვანეთ Გამოსახულება PNG Java

    გადაიყვანეთ Გამოსახულება PNG Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PNG Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.png" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/ka/java/conversion/im...
  8. Edit HTML in PHP | products.aspose.com

    Edit HTML in PHP. Use PHP library API to edit HTML files...edit a HTML file by adding a new line of text to it. Edit HTML...PHP via Java , you can add a new line of text to the HTML document...

    products.aspose.com/slides/php-java/editor/html/
  9. Creating an Outlook Message (MSG) File|Document...

    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.... C# // Creates a new Outlook Application instance...objOutlook = new Outlook . Application (); // Creating a new Outlook...

    docs.aspose.com/email/java/creating-an-outlook-...
  10. Import and Export Annotations to XFDF|Aspose.PD...

    This section explains how to import and export annotations from PDF file to XFDF with Aspose.PDF Facades....with annotations var sources = new string [] { dataDir + "ImportAnnotations...using ( var annotationEditor = new Aspose . Pdf . Facades . PdfAnnotationEditor...

    docs.aspose.com/pdf/net/import-export-annotations/