Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 210,843 for

new

(0.28 sec)
  1. 使用 Java 製作 DOCX

    通過幾個步驟在 Java 中創建一個新的 DOCX。使用 Java 庫輕鬆創建 DOCX。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/docx/
  2. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/
  3. VbaProject | Aspose.Words for .NET

    Create a New VbaProject effortlessly with our constructor tool. Start your programming journey with a blank project and unleash your creativity!...Document doc = new Document (); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject (); project . Name = "Aspose...

    reference.aspose.com/words/net/aspose.words.vba...
  4. FontSettings.DefaultInstance | Aspose.Words for...

    Discover the FontSettings DefaultInstance property for streamlined static font management. Optimize your design with customizable default settings!...instance to use the "Courier New" font // as a backup substitute... DefaultFontName = "Courier New" ; Assert . That ( FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  5. Add Arc Object to PDF file|Aspose.PDF for Java

    This article explains how to create a arc object to your PDF using Aspose.PDF for Java....instance Document pdfDocument = new Document (); // Add page to pages...certain dimensions Graph graph = new Graph ( 400 , 400 ); // Set border...

    docs.aspose.com/pdf/java/add-arc/
  6. PageConfig|Documentation

    PageConfig element allows you to break large forms into several pages that are recognized as a single document.... At the moment, new pages are not automatically created...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/page...
  7. PSD PSB 圧縮ソリューション | products.aspose.com

    Adobe Photoshop 画像を圧縮してファイルサイズを小さくする...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/jp/compress/
  8. AdvancedCompareOptions | Aspose.Words for Java

    Allows to set advanced compare options in Java.... Document docA = new Document(getMyDir() + "Document...SDT 1.docx"); Document docB = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  9. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your documents by controlling item removal seamlessly.... DataTable tableCustomers = new DataTable ( "A" ); tableCustomers...tableCustomers . Rows . Add ( new object [] { 1 , "John Doe" });...

    reference.aspose.com/words/net/aspose.words.mai...
  10. Convert various file formats to PDF|Aspose.PDF ...

    Explore the functionality of converting other document formats like Word, Excel, and PowerPoint to PDF with Aspose.PDF for PHP via Java....Create a new instance of EpubLoadOptions $loadOption = new EpubLoadOptions...EpubLoadOptions (); // Create a new Document object and load the EPUB...

    docs.aspose.com/pdf/php-java/convert-other-file...