Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 164,081 for

new

(0.06 sec)
  1. 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...
  2. 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...
  3. SignatureLineOptions.allowComments property | A...

    SignatureLineOptions.allowComments property. Gets or sets a value indicating that the signer can add comments in the Sign dialog...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Merge Documents|Aspose.Words for Java

    Merge documents easily and fast instead of using docx4j.... Java Document doc1 = new Document ( dataDir + "doc1.doc"...doc" ); Document doc2 = new Document ( dataDir + "doc2.doc" );...

    docs.aspose.com/words/java/merge-documents/
  5. Create Tables|Aspose.Words for Java

    Create tables inside a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...method to end the row and start a new row. builder . endRow (); //...

    docs.aspose.com/words/java/create-tables/
  6. ArrowWidth | Aspose.Words for Java

    Width of the arrow at the end of a line in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  7. BubbleSizeCollection.FormatCode | Aspose.Words ...

    Discover the BubbleSizeCollection FormatCode property to customize bubble sizes effortlessly. Enhance your data visualization with tailored formatting options....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartYValueCollection.FormatCode | Aspose.Words...

    Discover the ChartYValueCollection FormatCode property to easily customize Y value formatting. Enhance your data visualization with precision!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Opening Files with Different Formats with Node....

    Aspose.Cells for Node.js via C++ API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... const loadOptions3 = new AsposeCells . LoadOptions ( AsposeCells...path const wbSpreadSheetML = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/nodejs-cpp/opening-files-...
  10. TableStyle | Aspose.Words for Java

    Represents a table style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...be applied automatically to a new paragraph inserted after a paragraph...

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