Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 164,131 for

new

(0.07 sec)
  1. Gawe DOCX Nganggo Java

    Gawe DOCX anyar ing Java ing sawetara langkah. Nggawe DOCX kanthi gampang nggunakake perpustakaan Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/jv/java/make/docx/
  2. Gawe HTML Nganggo Java

    Gawe HTML anyar ing Java ing sawetara langkah. Nggawe HTML kanthi gampang nggunakake perpustakaan Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/jv/java/make/html/
  3. Ustvari WORD Z Uporabo Java

    Ustvarite novo WORD v Java v nekaj korakih. Preprosto ustvarite WORD s knjižnico Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/sl/java/make/word/
  4. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for Node.js via Java 提供了AmfSaveOptions类,允许您根据需要设置压缩的布尔值。...scene = new aspose . threed . Scene (); var box = new aspose ...getTransform (). setScale ( new aspose . threed . Vector3 ( 12...

    docs.aspose.com/3d/zh/nodejs-java/export-scene-...
  5. Create a Reminder for an Appointment|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....Room 5" ; DateTime startDate = new DateTime ( 1997 , 3 , 18 , 18...18 , 30 , 00 ), endDate = new DateTime ( 1997 , 3 , 18 , 19 ,...

    docs.aspose.com/email/net/create-a-reminder-for...
  6. AxisBound | Aspose.Words for Java

    Represents minimum or maximum bound of axis values in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getSeries().add("Aspose Test Series", new Date[] { DocumentHelper.createDate(2017...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose words转换word为pdf,页数不对了 - Free Support For...

    技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 转换代码: public static boolean doc2pdf(String inPath, String outPath) { File file = New File(outPath); try (FileOutputStream os = New FileOutputSt…...file = new File(outPath); try (FileOutputStream os = new FileOutputStream(file))...FileOutputStream(file)) { Document doc = new Document(inPath); doc.save(os...

    forum.aspose.com/t/aspose-words-word-pdf/314404
  8. Გააკეთეთ PDF C# Ის Გამოყენებით

    შექმენით ახალი PDF C# ში რამდენიმე ნაბიჯით. მარტივად შექმენით PDF .NET ბიბლიოთეკის გამოყენებით....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/ka/net/make/pdf/
  9. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....Document doc = new Document(); Comment newComment = new Comment(doc);...setInitial("VD"); newComment.setDateTime(new Date()); } newComment.setText("Comment...

    reference.aspose.com/words/java/com.aspose.word...
  10. Make HTML Using C#

    Make a New HTML in C# in a few steps. Easily create HTML using .NET library....the following example: Make a new HTML using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/html/