Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 214,418 for

new

(0.14 sec)
  1. EmptyLineConfig|Documentation

    EmptyLineConfig element is used to add vertical spacing between elements.... new EmptyLineConfig () Optional properties...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/empt...
  2. IDocumentLoadingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during loading a document in Java....LoadingProgressCallb progressCallback = new LoadingProgressCallb(); LoadOptions...LoadOptions loadOptions = new LoadOptions(); { loadOptions.setPr...

    reference.aspose.com/words/java/com.aspose.word...
  3. Create, Save and Read Outlook Contacts|Document...

    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....contact to disc: Instantiate a new object of the MapiContact class... Java MapiContact contact = new MapiContact ( "Sebastian Wright"...

    docs.aspose.com/email/java/create-save-and-read...
  4. VbaModule.sourceCode property | Aspose.Words fo...

    VbaModule.sourceCode property. Gets or sets VBA project module source code.... let doc = new aw . Document (); // Create a new VBA project...project. let project = new aw . Vba . VbaProject (); project . name...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.sections property | Aspose.Words for N...

    Document.sections property. Returns a collection that represents all sections in the document....Examples Shows how to specify how a new section separates itself from...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 搜索

    搜索...Document doc = new Document("Sample.doc"); // Create a new memory stream...stream. MemoryStream outStream = new MemoryStream(); // Save the document...

    blog.aspose.com/zh-hant/total/convert-worddoc-d...
  7. Generate Crash Reports using C#|Aspose.PDF for ...

    The main goal of the next code snippets is to handle an exception and generate a crash report that logs the details of the exception using Aspose.PDF for .NET....case, it deliberately throws a new exception with the message “message”...exception throw new Exception ( "message" , new Exception ( "inner...

    docs.aspose.com/pdf/net/generate-crash-reports/
  8. Convert HTML to PDF|Aspose.PDF for PHP via Java

    Learn how to easily convert HTML documents to PDF format using Aspose.PDF in PHP and Java....$loadOption = new HtmlLoadOptions (); // Create a new Document object...load the HTML file $document = new Document ( $inputFile , $loadOption...

    docs.aspose.com/pdf/php-java/convert-html-to-pdf/
  9. TocInfo-Title cannot be aligned to the left - F...

    Hi, our corporate design forces me to put the toc title to the left. No matter how I format the Textfragment, it is alway in the center. I found a code snippet from you and I added the corresponding “HorizontalAlignm…...tflist = new java.util.ArrayList(); Document doc = new Document();...tf = new TextFragment(“Heading 1”); TextFragment tf2 = new TextFragment(“Heading...

    forum.aspose.com/t/tocinfo-title-cannot-be-alig...
  10. Comparer | Aspose.Words for Java

    Provides methods intended to compare documents in Java.... create() Creates new instance of the converter processor...create(ComparerContext context) Creates new instance of the comparer processor...

    reference.aspose.com/words/java/com.aspose.word...