Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 213,381 for

new

(0.11 sec)
  1. Apply custom class using mustache syntax - Free...

    Hi, I want to use {{name}} with custom implementation class for mail merge like <<[x.fmt(name,"LIKE THIS")]>> so i want similar implementation in mustache syntax. How it is possible? Thank you in advance....formatter = new CustomFormatter(); MustacheFactory mf = new DefaultMustacheFacto();...Map<String, Object> context = new HashMap<>(); context.put("name"...

    forum.aspose.com/t/apply-custom-class-using-mus...
  2. Document Processing Interruption in C#|Aspose.W...

    How to use the .NET CancellationToken in Aspose.Words to safely interrupt long-running document processing tasks in C#...( CancellationTokenSou cts = new CancellationTokenSou ()) { //...CancelationCallback cancelationCallback = new CancelationCallback ( token );...

    docs.aspose.com/words/net/document-processing-i...
  3. SummarizeOptions | Aspose.Words for Java

    Allows to specify various options for summarizing document content in Java.... Document firstDoc = new Document(getMyDir() + "Big document...docx"); Document secondDoc = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  4. FormField.Name | Aspose.Words for .NET

    Discover how to easily manage the FormField Name property to customize and optimize your forms for better user engagement and data collection....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "Apple" , "Banana" , "Cherry"...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Working with Text in PS file | Java

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-text/
  6. DocumentSecurity | Aspose.Words for Java

    Used as a value for the BuiltInDocumentProperties.getSecurity / BuiltInDocumentProperties.setSecurityint property in Java.... Document doc = new Document(); Assert.assertEqu...rity.READ_ONLY_RECOMMENDED, new Document(getArtifactsDir() +...

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

    Implements the TC field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  8. Read Barcodes from Word Documents|Documentation

    How to Read Barcodes from MS Word Files Using Aspose.BarCode and Aspose.Words for .NET... Document wordDoc = new Aspose . Words . Document ( ...ImageSaveOptions wordSaveOptions = new Aspose . Words . Saving . ImageSaveOptions...

    docs.aspose.com/barcode/net/recognize-barcode-f...
  9. MailMergeOptions.TrimWhitespaces | Aspose.Words...

    Optimize your mail merge with the TrimWhitespaces property. Easily manage leading and trailing spaces for cleaner, more professional documents....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  10. 使用连接索引连接形状|Documentation

    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....initialize a new drawing Diagram diagram = new Diagram (); //...points Connection connection1 = new Connection (); connection1 ....

    docs.aspose.com/diagram/zh/net/use-connection-i...