Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 213,277 for

new

(0.11 sec)
  1. 使用 C# 製作 WORD

    通過幾個步驟在 C# 中創建一個新的 WORD。使用 .NET 庫輕鬆創建 WORD。...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/zh-hant/net/make/word/
  2. 在 C# 中製作文檔

    使用 .NET 庫創建文件。只需幾個步驟即可在 C# 中輕鬆創建新文檔。...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/zh-hant/net/make/
  3. CustomXmlProperty | Aspose.Words for Java

    Represents a single custom XML attribute or a smart tag property in Java....throws Exception { Document doc = new Document(); // A smart tag appears...underline. SmartTag smartTag = new SmartTag(doc); // Smart tags...

    reference.aspose.com/words/java/com.aspose.word...
  4. Licensing|Documentation

    Aspose.Cells for Java provides different plans for purchase or offers a free trial and a 30‑day Temporary License for evaluation using Licensing and Subscription policies in Java.... License license = new com . aspose . cells . License.... cells . License license = new com . aspose . cells . License...

    docs.aspose.com/cells/java/licensing/
  5. License | Aspose.Words for Java

    Provides methods to license the component in Java....lic"); License license = new License(); license.setLicense(licenseFileName...copyFile(new File(licenseFileName.toString()), new File(licenseCopyFileName...

    reference.aspose.com/words/java/com.aspose.word...
  6. Extracting Pages programmatically Python|Aspose...

    You can extract pages from your PDF file using Aspose.PDF for Python via .NET library....PDF document and save it as a new file. Using the Aspose.PDF library...copies the desired page to a new PDF, leaving the original document...

    docs.aspose.com/pdf/python-net/extract-pages/
  7. FontSourceBase | Aspose.Words for Java

    This is an abstract base class for the classes that allow the user to specify various font sources in Java....FileFontSource fileFontSource = new FileFontSource(getMyDir() + "Alte...Document doc = new Document(); doc.setFontSettings(new FontSettings());...

    reference.aspose.com/words/java/com.aspose.word...
  8. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for .NET, providing flexibility in document modification.... In this new release, we have implemented new feature of searching...exist on page of PDF document. A new class named Aspose.PDF.Text.TableAbsorber...

    docs.aspose.com/pdf/net/manipulate-tables-in-ex...
  9. Working with PDF File Metadata|Aspose.PDF for Java

    Discover how to manage and extract metadata from PDF files in Java using Aspose.PDF to handle document properties....Create a new PDF document Document pdfDocument = new Document...document Document pdfDocument = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/pdf-file-metadata/
  10. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; import com.aspose.words.*; import com.asp…...TemplateDataUtilServ templateDataUtilServ = new TemplateDataUtilServ(); public...Exception { String test[] = new String[1]; System.out.println(test);...

    forum.aspose.com/t/chinese-date-language-locale...