Sort Score
Result 10 results
Languages All
Labels All
Results 7,521 - 7,530 of 155,673 for

doc

(0.22 sec)
  1. ParagraphFormat.linesToDrop property | Aspose.W...

    ParagraphFormat.linesToDrop property. Gets or sets the number of lines of the paragraph text used to calculate the drop cap height.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the "LinesToDrop"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CommentRangeEnd.accept method | Aspose.Words fo...

    CommentRangeEnd.accept method. Accepts a visitor....'CreateCommentsAndPri' , () => { let doc = new aw . Document (); let newComment...newComment = new aw . Comment ( doc ); newComment . author = "VDeryushev"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Comment.dateTime property | Aspose.Words for No...

    Comment.dateTime property. Gets the date and time that the comment was made....'CreateCommentsAndPri' , () => { let doc = new aw . Document (); let newComment...newComment = new aw . Comment ( doc ); newComment . author = "VDeryushev"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. NodeCollection.IndexOf | Aspose.Words for .NET

    Discover the NodeCollection IndexOf method to efficiently find the zero-based index of any specified node in your collections.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words/nod...
  5. Add Watermark to PDF using Python | Aspose.PDF

    Add watermark to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as ap doc = ap . Document ( "1.pdf" ) artifact...artifact . is_background = True doc . pages [ 1 ] . artifacts . append...

    products.aspose.com/pdf/python-net/watermark/add/
  6. ImageWatermarkOptions.scale property | Aspose.W...

    ImageWatermarkOptions.scale property. Gets or sets the scale factor expressed as a fraction of the image... doc = aw . Document () # Modify the...image_watermark_options . is_washout = False doc . watermark . set_image ( drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfTextCompression enumeration | Aspose.Words f...

    Aspose.Words.Saving.PdfTextCompression enumeration. Specifies a type of compression applied to all content in the PDF file except images.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); for ( let i = 0 ; i < 100...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Font.Kerning | Aspose.Words for .NET

    Discover the Font Kerning property, control when kerning begins for optimal text clarity and design. Enhance your typography with precision!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "Arial...

    reference.aspose.com/words/net/aspose.words/fon...
  9. PlainTextDocument class | Aspose.Words for Node.js

    Aspose.Words.PlainTextDocument class. Allows to extract plain-text representation of the Document's content... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Chart.Legend | Aspose.Words for .NET

    Discover the Chart Legend property to customize your charts effortlessly. Enhance data visualization with tailored legend options for better insights!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...