Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 29,663 for

insert documents

(0.1 sec)
  1. Aspose::Words::Tables::CellFormat::get_Width me...

    Aspose::Words::Tables::CellFormat::get_Width method. Gets the width of the cell in points in C++....Words on document loading and saving. Currently...combination of table, cell and document properties is supported. The...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....throws Exception { Document doc = new Document(getMyDir() + "Header...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  3. CustomXmlPart class | Aspose.Words for Python

    aspose.words.markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)...Structured Document Tags or Content Control documentation article...article. Remarks A DOCX or DOC document can contain one or more Custom...

    reference.aspose.com/words/python-net/aspose.wo...
  4. WrapType - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...picture. Example: Shows how to insert a floating image to the center...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldOptions.is_bidi_text_supported_on_update p...

    FieldOptions.is_bidi_text_supported_on_update property. Gets or sets the value indicating whether bidirectional text is fully supported during field update or not.... Document () builder = aw . DocumentBuilder...e = True # Use a document builder to insert a field that contains...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Footnote - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...footnotes and endnotes in a Word document. Footnote is an inline-level...

    reference.aspose.com/words/java/com.aspose.word...
  7. wraptype - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...picture. Example: Shows how to insert a floating image to the center...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Drawing::OlePackage::get_Display...

    Aspose::Words::Drawing::OlePackage::get_DisplayName method. Gets or sets OLE Package display name in C++....Examples Shows how insert an OLE object into a document. auto doc =...= MakeObject < Document > (); auto builder = MakeObject < DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. RevisionOptions.RevisionBarsPosition | Aspose.W...

    RevisionOptions RevisionBarsPosition property. Gets or sets rendering position of revision bars. Default value is Outside in C#....rendered output document. Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a revision, then change the...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Replace table cell text with image - Free Suppo...

    Hi I am trying to replace text in a table cell with the image. I am not able to make it work, if I try to replace the text while iterating through the rows of the table. I am using aspose words for java version 20.7. C…...to achieve this: Document doc = new Document("C:\\Temp\\in.docx");...DocumentBuilder into the cell and insert image. builder.moveTo(c.getFirstParagraph());...

    forum.aspose.com/t/replace-table-cell-text-with...