Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 213,589 for

new

(0.19 sec)
  1. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    Discover the UseSubstitutions property in FindReplaceOptions. Easily enable substitutions in replacement patterns for enhanced text editing flexibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...money to Paul." ); Regex regex = new Regex ( @"([A-z]+) gave money...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Choose Recognition Symbology|Documentation

    Learn how to choose and configure barcode symbologies when using BarCodeReader in Aspose.BarCode for Java....BarcodeGenerator barcodeGenerator = new BarcodeGenerator ( EncodeTypes...BarcodeGenerator barcodeGenerator = new BarcodeGenerator ( EncodeTypes...

    docs.aspose.com/barcode/java/developer-guide/ba...
  3. Import and Export Form Field|Aspose.PDF for .NET

    Fill Form fields using DataTable with FormEditor Class by Aspose.PDF for .NET...orms (); using ( var form = new Aspose . Pdf . Facades . Form...using ( var xfdfInputStream = new FileStream ( dataDir + "student...

    docs.aspose.com/pdf/net/import-export-form-field/
  4. TableSubstitutionRule.get_substitutes method | ...

    TableSubstitutionRule.get_substitutes method. Returns array containing substitute font names for the specified original font name....font_settings = font_settings # Create a new table substitution rule and load..."Times New Roman" since they do not exist in our new font folder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FindReplaceOptions.ApplyFont | Aspose.Words for...

    Discover the ApplyFont property in FindReplaceOptions for seamless text formatting. Enhance your content with tailored styles effortlessly!...property Text formatting applied to new content. public Font ApplyFont...to apply a different font to new content via FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Set PDF Expiration in Python|Aspose.PDF for Java

    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....var month=4;today = new Date();today = new Date(today.getFullYear()... today.getMonth());expiry = new Date(year, month);if (today.getTime()...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...
  7. ResourceLoadingArgs | Aspose.Words for Java

    Provides data for the IResourceLoadingCallback.resourceLoadingcom.aspose.words.ResourceLoadingArgs method in Java....Document doc = new Document(); doc.setResourceLoadingCa(new ImageNameHandler());...ImageNameHandler()); DocumentBuilder builder = new DocumentBuilder(doc); // Images...

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "PDFOperators...

    docs.aspose.com/pdf/zh/net/working-with-operators/
  9. 线性挤出加工|Documentation

    Aspose.3D for Node.js via Java 提供了 LinearExtrusion 类,该类接受一个 2D 形状作为输入,并在 3 维空间中扩展该形状。...// 初始化要挤压的基础轮廓 var profile = new aspose . threed . RectangleShape...3 维空间中执行线性挤压 var extrusion = new aspose . threed . LinearExtrusion...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  10. 将 PDF 转换为 TIFF|Aspose.PDF for Android via Java

    本文介绍如何将 PDF 文档中的页面转换为 TIFF 图像。您将学习如何使用 Aspose.PDF for Android via Android via Java 将所有或单个页面转换为 TIFF 图像。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...创建Resolution对象 Resolution resolution = new Resolution ( 300 ); // 创建TiffSettings对象...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...