Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 214,458 for

new

(0.15 sec)
  1. FontNameSubstitutionRule | Aspose.Words for Java

    Font substitution rule for processing font name in Java....FontSettings fontSettings = new FontSettings(); FontConfigSubstituti...Document doc = new Document(); doc.setFontSettings(new FontSettings());...

    reference.aspose.com/words/java/com.aspose.word...
  2. 档案

    档案... Document docA = new Document(dataDir + "DocumentA..."DocumentA.doc"); Document docB = new Document(dataDir + "DocumentB.doc");...

    blog.aspose.com/zh/words/compare-ms-word-docume...
  3. NodeChangingArgs | Aspose.Words for Java

    Provides data for methods of the INodeChangingCallback interface in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...HandleNodeChangingFo callback = new HandleNodeChangingFo(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  4. 搜索

    搜索...//獲取文本行中每個符號的字形標識符 GlyphId[] gids = new GlyphId[text.length()]; for (int...準備輸出位圖 BufferedImage outBitmap = new BufferedImage(960, 720, BufferedImage...

    blog.aspose.com/zh-hant/font/render-text-with-t...
  5. ExternalSignature with SignData - Free Support ...

    Dear Aspose Support Team, Hello, I have an external signing service that uses the RSA.SignData method for digital signatures. I’m trying to integrate this service with Aspose.PDF using the ExternalSignature functionali…...pdfDocument = new Document("input.pdf"); var signature = new MyExte...certificate var cer = GetCer(new PSE3Request()); if (cer == null...

    forum.aspose.com/t/externalsignature-with-signd...
  6. 档案

    档案...//获取文本行中每个符号的字形标识符 GlyphId[] gids = new GlyphId[text.length()]; for (int...准备输出位图 BufferedImage outBitmap = new BufferedImage(960, 720, BufferedImage...

    blog.aspose.com/zh/font/render-text-with-truety...
  7. SdtListItemCollection | Aspose.Words for Java

    Provides access to SdtListItem elements of a structured document tag in Java....Document doc = new Document(); StructuredDocumentTa tag = new StructuredDocumentTa(doc...getListItems(); listItems.add(new SdtListItem("Value 1")); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  8. DigitalSignatureUtil | Aspose.Words for Java

    Provides methods for signing document in Java....FileStream: InputStream stream = new FileInputStream(getMyDir() +...streams: InputStream streamIn = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  9. 创建或添加表格到PDF|Aspose.PDF for Java

    学习如何在PDF文档中创建或添加表格,应用单元格样式,拆分表格到页面上,并自定义行和列等。... Table table = new Aspose . Pdf . Table (); 在现有PDF文档中添加表格...CreateTable () { Document doc = new Document ( _dataDir + "input...

    docs.aspose.com/pdf/zh/java/add-table-in-existi...
  10. IncorrectPasswordException Class | Aspose.Words...

    Discover the Aspose.Words.IncorrectPasswordException class, which handles password errors for encrypted documents, ensuring secure and seamless access....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); DocSaveOptions options = new DocSaveOptions ( SaveFormat ...

    reference.aspose.com/words/net/aspose.words/inc...