Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 210,846 for

new

(0.1 sec)
  1. Կատարեք HTML՝ Օգտագործելով Java

    Ստեղծեք նոր HTML Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք HTML՝ օգտագործելով Java գրադարանը:...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/hy/java/make/html/
  2. Გააკეთეთ WORD Java Ის Გამოყენებით

    შექმენით ახალი WORD Java ში რამდენიმე ნაბიჯით. მარტივად შექმენით WORD Java ბიბლიოთეკის გამოყენებით....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/ka/java/make/word/
  3. Urobiť DOCX Pomocou Java

    Vytvorte nový DOCX v Java v niekoľkých krokoch. Jednoducho vytvorte DOCX pomocou knižnice Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/sk/java/make/docx/
  4. Buat Markdown Menggunakan Java

    Buat Markdown baharu dalam Java dalam beberapa langkah. Buat Markdown dengan mudah menggunakan pustaka Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/ms/java/make/md/
  5. MergeFieldImageDimension | Aspose.Words for .NET

    Create precise image dimensions in points with the MergeFieldImageDimension constructor. Enhance your design with accurate sizing for better results....MergeFieldImageDimen () { Document doc = new Document (); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  6. 在单元格中插入文本|Documentation

    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....name and text, // inserts a new work sheet and writes the text...text to cell "A1" of the new worksheet. public static void InsertText...

    docs.aspose.com/cells/zh/net/insert-text-into-a...
  7. MemoryFontSource | Aspose.Words for Java

    Represents the single TrueType font file stored in memory in Java....getBytesFromStream(new FileInputStream(getMyDir() +...memoryFontSource = new MemoryFontSource(fontBytes, 0); Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  8. DocSaveOptions | Aspose.Words for .NET

    Discover the DocSaveOptions constructor for seamless document saving in Doc format. Enhance your workflow with easy, efficient document management....DocSaveOptions() Initializes a new instance of this class that can...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Aspose 中的公共 API 更改。3D 16.11.0|Documentation

    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....Scene class object Scene scene = new Scene (); // create a node Node...Entities . Add ( new Sphere ()); //the new way to add an entity...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  10. Adding images to Header and footer along with p...

    Hi Aspose Team, We are converting HTML to PDF (multi page pdf) using HtmlLoadOptions class and then passing HTML to Aspose.Pdf.Document class. Now we have a requirement in which every page of generated pdf will have an i…... Document doc = new Document("Input.pdf"); Aspose...Aspose.Pdf.HeaderFooter header = new Aspose.Pdf.HeaderFooter(); Aspose...

    forum.aspose.com/t/adding-images-to-header-and-...