Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 164,131 for

new

(0.06 sec)
  1. FormField.TextInputDefault | Aspose.Words for .NET

    Discover the FormField TextInputDefault property, easily set default text or calculations for your forms, enhancing user experience and data accuracy.... When you set a new expression using this property...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  2. PaperSize | Aspose.Words for Java

    Specifies paper size in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...document by hand. Document doc = new Document(); // A blank document...

    reference.aspose.com/words/java/com.aspose.word...
  3. Barcode Reading Settings|Documentation

    This article describes how to adjust various barcode recognition settings in Aspose.BarCode for Node.js via Java according to business needs...ChecksumValidation let generator = new BarcodeGenerator ( EncodeTypes...( "test.png" ); let reader = new BarCodeReader ( "test.png" ,...

    docs.aspose.com/barcode/nodejsjava/barcode-read...
  4. 将 PowerPoint 转换为视频|Aspose.Slides 文档

    在 C# 或 .NET 中将 PowerPoint 转换为视频...Configure(new FFOptions { BinaryFolder = @...Presentation presentation = new Presentation ()) { // 添加一个笑脸形状并给它添加动画效果...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  5. Manage OLE|Aspose.Slides for PHP Documentation

    Manage OLE objects in PowerPoint presentations in PHP... $presentation = new Presentation (); $slideSize =...( "book.xlsx" ); $dataInfo = new OleEmbeddedDataInfo ( $fileData...

    docs.aspose.com/slides/php-java/manage-ole/
  6. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....throws Exception { Document doc = new Document(); doc.protect(ProtectionType..."MyPassword"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  7. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....throws Exception { Document doc = new Document(); doc.protect(ProtectionType..."MyPassword"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

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

    Implement this interface to allow mail merge from a custom data source such as a list of objects in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...customers = new CustomerList(); customers.add(new Customer("Thomas...

    reference.aspose.com/words/java/com.aspose.word...
  9. Convert XPS files | .NET API Solution

    XPS to PNG conversion functionality included in Aspose.Page API solution for .NET is described and illustrated with the code snippets here....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/net/convert-xps/
  10. ListCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.ListCollection class for efficient management of bulleted and numbered lists, enhancing document formatting and organization....Add ( ListTemplate ) Creates a new list based on a predefined template...document. Add ( Style ) Creates a new list that references a list style...

    reference.aspose.com/words/net/aspose.words.lis...