Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 214,303 for

new

(0.14 sec)
  1. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Discover the StructuredDocumentTagRangeEnd constructor—efficiently initialize document tag ranges for enhanced content management and seamless integration....StructuredDocumentTa constructor Initializes a new instance of the Structured document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mar...
  2. SignatureLineOptions.DefaultInstructions | Aspo...

    Discover how the SignatureLineOptions DefaultInstructions property enhances your Sign dialog with customizable default instructions for a seamless user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions signatureLineOptions = new SignatureLineOptions { Signer...

    reference.aspose.com/words/net/aspose.words/sig...
  3. SignatureLineOptions.ShowDate | Aspose.Words fo...

    Discover how the SignatureLineOptions ShowDate property enhances your document's professionalism by displaying the sign date on signature lines....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions signatureLineOptions = new SignatureLineOptions { Signer...

    reference.aspose.com/words/net/aspose.words/sig...
  4. Convert PowerPoint Presentations to Video in Ja...

    Learn how to convert PowerPoint presentations to video in JavaScript. Discover sample code and automation techniques to streamline your workflow....a video: var presentation = new aspose . slides . Presentation...); var animationsGenerator = new aspose . slides . PresentationAnimatio...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  5. HtmlSaveOptions.navigationMapLevel property | A...

    HtmlSaveOptions.navigationMapLevel property. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats... let doc = new aw . Document ( base . myDir...document.docx" ); let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. StyleCollection.add method | Aspose.Words for N...

    StyleCollection.add method. Creates a New user defined style and adds it the collection....method add(type, name) Creates a new user defined style and adds it...styles collection. let doc = new aw . Document (); let styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert Image To WORD Javascript

    Convert Image to WORD format in JavaScript code. Save Image as WORD using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/nodejs-net/conversion...
  8. Convert JPG To DOC Javascript

    Convert JPG to DOC format in JavaScript code. Save JPG as DOC using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc...

    products.aspose.com/words/nodejs-net/conversion...
  9. Load a font from TTF file | .NET

    .NET API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a TTF file....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/font/net/how-to-load-fonts/load...
  10. Add Text and Image Stamp|Aspose.PDF for Java

    This section explains how to add Text and Image Stamp with com.aspose.pdf.facades using PdfFileStamp Class....object PdfFileStamp fileStamp = new PdfFileStamp (); // Open Document...Stamp stamp = new Stamp (); stamp . bindLogo ( new FormattedText...

    docs.aspose.com/pdf/java/add-text-and-image-stamp/