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

new

(0.59 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. 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...
  4. 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...
  5. 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...
  6. Make Markdown Using Java

    Make a New Markdown in Java in a few steps. Easily create Markdown using Java library....the following example: Make a new MD using Java Copy Examples Output...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/words/java/make/md/
  7. 使用连接索引连接形状|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...
  8. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Comment comment = new Comment(doc, "John Doe", "JD", new Date()); builder...

    reference.aspose.com/words/java/com.aspose.word...
  9. Split Screen of Excel Worksheet with Node.js vi...

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using Node.js C++ Addon....Instantiate a new Workbook. const workbook = new AsposeCells ...Instantiate a new Workbook. const workbook = new AsposeCells ...

    docs.aspose.com/cells/nodejs-cpp/how-to-split-s...
  10. Manage Header and Footer|Aspose.PDF for Java

    Learn how to add, remove, or modify headers and footers in a PDF document using Aspose.PDF in Java....object PdfFileStamp fileStamp = new PdfFileStamp (); // Open Document...FormattedText formattedText = new FormattedText ( "Aspose - Your...

    docs.aspose.com/pdf/java/manage-header-and-footer/