Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 17,936 for

document insertion

(0.04 sec)
  1. ImageType | Aspose.Words for Java

    Specifies the type format of an image in a Microsoft Word Document in Java....image in a Microsoft Word document. Examples: Shows how to read...image. Document doc = new Document(getMyDir() + "Document with...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Notes::FootnotePosition enum | A...

    Aspose::Words::Notes::FootnotePosition enum. Defines the footnote position in C++....different place where the document collects and displays its...footnotes. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.not...
  3. RevisionOptions.DeleteCellColor | Aspose.Words ...

    Customize your spreadsheet with the RevisionOptions DeleteCellColor property. Easily set a unique color for deleted cells, enhancing clarity and organization....work with insert/delete cell revision color. Document doc = new...new Document ( MyDir + "Cell revisions.docx" ); doc . LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  4. DocumentBuilder.font property | Aspose.Words fo...

    DocumentBuilder.font property. Returns an object that represents current font formatting properties....formatting before inserting text. Examples Shows how to insert a string...a border into a document. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Section.prepend_content method | Aspose.Words f...

    Section.prepend_content method. Inserts a copy of content of the source section at the beginning of this section....prepend_content(source_section) Inserts a copy of content of the source...section belongs to a different document. No new section is created...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldSet class | Aspose.Words for Python

    aspose.words.fields.FieldSet class. Implements the SET field...the Working with Fields documentation article. Remarks Assigns...modifications made to the document. (Inherited from Field ) is_locked...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Font.border property | Aspose.Words for Node.js

    Font.border property. Returns a [Border](../../border/) object that specifies border for the font....to insert a string surrounded by a border into a document. let...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

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

    Discover the Aspose.Words.Fields.FieldData class, your key to efficiently implementing DATA fields in Documents. Enhance your Document automation today!...the Working with Fields documentation article. public class FieldData...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Node.GetText | Aspose.Words for .NET

    Discover the Node GetText method to effortlessly retrieve text from a node and its child elements, enhancing your data management and development efficiency.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert paragraphs with text with DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Document.show_spelling_errors property | Aspose...

    Document.show_spelling_errors property. Specifies whether to display spelling errors in this Document....show_spelling_errors property Document.show_spelling_errors property...display spelling errors in this document. @property def show_spelling_errors...

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