Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 33,826 for

new

(0.04 sec)
  1. Document.cleanup method | Aspose.Words for Node.js

    Aspose.Words.Document.cleanup method... let doc = new aw . Document (); doc . styles...them as "used". let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DropDownItemCollection.Insert | Aspose.Words fo...

    Effortlessly insert strings into your DropDownItemCollection at any index with our easy-to-use Insert method. Enhance your data management today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...There are two ways of adding a new item to an existing collection...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Font.doubleStrikeThrough property | Aspose.Word...

    Font.doubleStrikeThrough property. True if the font is formatted as double strikethrough text.... let doc = new aw . Document (); let para =...getParagraph ( 0 , true ); let run = new aw . Run ( doc , "Text with a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Font.strikeThrough property | Aspose.Words for ...

    Font.strikeThrough property. True if the font is formatted as strikethrough text.... let doc = new aw . Document (); let para =...getParagraph ( 0 , true ); let run = new aw . Run ( doc , "Text with a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. MailMerge.RegionStartTag | Aspose.Words for .NET

    Discover the MailMerge RegionStartTag property to easily define and customize mail merge regions, enhancing your document automation process....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Column2" field will be inside a new region. builder . MoveToField...

    reference.aspose.com/words/net/aspose.words.mai...
  6. HtmlSaveOptions.ExportPageMargins | Aspose.Word...

    Discover how the HtmlSaveOptions ExportPageMargins property enhances your HTML, MHTML, and EPUB exports by controlling page margins for a polished presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Word. HtmlSaveOptions options = new HtmlSaveOptions { ExportPageMargins...

    reference.aspose.com/words/net/aspose.words.sav...
  7. ToaCategories.Item | Aspose.Words for .NET

    Manage your ToaCategories items effortlessly. Easily set and retrieve category headings by number for streamlined organization and efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ToaCategories toaCategories = new ToaCategories (); doc . FieldOptions...

    reference.aspose.com/words/net/aspose.words.fie...
  8. CommandButtonControl | Aspose.Words for .NET

    Discover the CommandButtonControl constructor. Effortlessly create and customize buttons for your applications with this powerful class instance....CommandButtonControl constructor Initializes a new instance of CommandButtonControl...control. DocumentBuilder builder = new DocumentBuilder (); CommandButtonControl...

    reference.aspose.com/words/net/aspose.words.dra...
  9. WarningInfo | Aspose.Words for Java

    Contains information about a warning that Aspose.Words issued during document loading or saving in Java.... Document doc = new Document(getMyDir() + "Missing...HandleDocumentSubsti substitutionWarningH = new HandleDocumentSubsti(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  10. BreakType enumeration | Aspose.Words for Python

    aspose.words.BreakType enumeration. Specifies type of a break inside a document....SECTION_BREAK_CONTINUOUS Specifies start of new section on the same page as the...SECTION_BREAK_NEW_COLUMN Specifies start of new section in the new column...

    reference.aspose.com/words/python-net/aspose.wo...