Sort Score
Result 10 results
Languages All
Labels All
Results 6,131 - 6,140 of 213,191 for

new

(0.15 sec)
  1. FontSavingArgs.Italic | Aspose.Words for .NET

    Discover the FontSavingArgs Italic property to easily check if your font is italicized, enhancing your text styling and design flexibility....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions { ExportFontResources...

    reference.aspose.com/words/net/aspose.words.sav...
  2. SummaryLength | Aspose.Words for Java

    Enumerates possible lengths of summary in Java.... Document firstDoc = new Document(getMyDir() + "Big document...docx"); Document secondDoc = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  3. How to use Aspose.CAD in JavaScript|CAD Documen...

    use Aspose.CAD in JavaScript...., function() { var reader = new FileReader(); reader.onload =...arrayBuffer = this.result; var array = new Uint8Array(arrayBuffer); //GET_FILE_FORMAT...

    docs.aspose.com/cad/javascript-net/showcases/ho...
  4. Create Workbook and Worksheet Scoped Named Rang...

    Learn how to create workbook and worksheet scoped named ranges using Aspose.Cells for Node.js via C++....// Create a new Workbook object const workbook = new AsposeCells...// Create a new Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-workboo...
  5. PageSetup.multiplePages property | Aspose.Words...

    PageSetup.multiplePages property. For multiple page documents, gets or sets how a document is printed or rendered so that it can be bound as a booklet.... let doc = new aw . Document (); // Insert text...several pages. let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CompositeNode.getChild method | Aspose.Words fo...

    CompositeNode.getChild method. Returns an Nth child node that matches the specified type.... let doc = new aw . Document (); // Add two...); paragraph . appendChild ( new aw . Run ( doc , "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Manage number of pages in XPS file | C++

    C++ API Solution to manage XPS files. Add or remove pages from/to XPS documents with a few lines of code....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/cpp/add-delete-pages/
  8. InlineStory.font property | Aspose.Words for No...

    InlineStory.font property. Provides access to the font formatting of the anchor character of this object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. InlineStory.parentParagraph property | Aspose.W...

    InlineStory.parentParagraph property. Retrieves the parent [Paragraph](../../paragraph/) of this node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CompressionLevel | Aspose.Words for Java

    Compression level for OOXML files in Java.... Document doc = new Document(getMyDir() + "Big document...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat.DOCX);...

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