Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 19,564 for

document insertion

(0.64 sec)
  1. Font.name property | Aspose.Words for Node.js

    Font.name property. Gets or sets the name of the font.... Examples Shows how to insert formatted text using DocumentBuilder...DocumentBuilder. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Field.is_dirty property | Aspose.Words for Python

    Field.is_dirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the Document....modifications made to the document. @property def is_dirty (...updating field result. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to Resize Image in Word using Java

    This article assists in how to resize image in Word using Java. It provides information on IDE configurations, a step-by-step procedure and a runnable sample code to resize the picture in Word using Java....application and then saving the Word document having resized images as DOCX...load a Word file using the Document class object to add image...

    kb.aspose.com/words/java/how-to-resize-image-in...
  4. FieldStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldStart class, your key to efficiently managing Word fields in Documents. Enhance your Document processing today!...start of a Word field in a document. To learn more, visit the...the Working with Fields documentation article. public class FieldStart...

    reference.aspose.com/words/net/aspose.words.fie...
  5. ImageSize.vertical_resolution property | Aspose...

    ImageSize.vertical_resolution property. Gets the vertical resolution in DPI.... Document () builder = aw . DocumentBuilder...doc = doc ) # Insert a shape into the document which contains...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Overview|Aspose.PDF for .NET

    Overview of key-features and supported formats of Aspose.PDF for .NET, installation and licensing manual of .NET library....completely process existing PDF documents without installing Adobe Acrobat...Functions . Document compression Compressing PDF documents helps reduce...

    docs.aspose.com/pdf/net/overview/
  7. WatermarkerContext.image_watermark_options prop...

    WatermarkerContext.image_watermark_options property. Options for the text watermark....Shows how to insert watermark image to the document using context...context. doc = MY_DIR + 'Document.docx' watermark_image = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose.Words for C++

    This API allows to create, edit, render, print, and convert Word Documents in C++ without utilizing Microsoft Word or interop....Find and Replace Text in Word Document in C++ How to Convert Word...using C++ How to Send Word Document by Email using C++ How to...

    kb.aspose.com/words/cpp/
  9. FieldSet.bookmark_text property | Aspose.Words ...

    FieldSet.bookmark_text property. Gets or sets the new text of the bookmark....in the document using a REF field. doc = aw . Document () builder...variable. field_set = builder . insert_field ( field_type = aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentBuilder.InsertGroupShape | Aspose.Words...

    Effortlessly group shapes with DocumentBuilder's InsertGroupShape method. Create organized designs by inserting new GroupShape nodes seamlessly....new GroupShape node which is inserted into the current position...with the shape. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...