Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 17,938 for

document insertion

(0.06 sec)
  1. Inline.is_move_from_revision property | Aspose....

    Inline.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled.... Document ( file_name = MY_DIR + 'Revision...docx' ) # When we edit the document while the "Track Changes"...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Font.locale_id_far_east property | Aspose.Words...

    Font.locale_id_far_east property. Gets or sets the locale identifier (language) of the formatted Asian characters....aspx Examples Shows how to insert and format text in a Far East...East language. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Themes::Theme::get_Colors method...

    Aspose::Words::Themes::Theme::get_Colors method. Allows to specify the set of theme colors for the Document in C++....set of theme colors for the document. System :: SharedPtr < Aspose...themes. auto doc = MakeObject < Document > ( MyDir + u "Theme colors...

    reference.aspose.com/words/cpp/aspose.words.the...
  4. VariableCollection.remove method | Aspose.Words...

    VariableCollection.remove method. Removes a Document variable with the specified name from the collection....method remove(name) Removes a document variable with the specified...with a document’s variable collection. doc = aw . Document () variables...

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

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

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldCitation.suffix property | Aspose.Words fo...

    FieldCitation.suffix property. Gets or sets a suffix that is appended to the citation.... # Open a document containing bibliographical...Manage Sources. doc = aw . Document ( MY_DIR + 'Bibliography.docx'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.move_to_header_footer method | ...

    DocumentBuilder.move_to_header_footer method. Moves the cursor to the beginning of a header or footer in the current section....in a document using DocumentBuilder. doc = aw . Document () builder...then add three pages to the document to display each header type...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CellFormat.VerticalMerge | Aspose.Words for .NET

    Discover the CellFormat VerticalMerge property for seamless vertical cell merging in spreadsheets. Enhance data organization and presentation effortlessly!...CheckCellsMerged () { Document doc = new Document ( MyDir + "Table...cells vertically. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Watermarker.SetText | Aspose.Words for .NET

    Enhance your Documents with our Watermarker SetText method. Easily add customizable text watermarks for improved branding and professionalism....a text watermark into the document. public static void SetText...Shows how to insert watermark text to the document. string doc...

    reference.aspose.com/words/net/aspose.words.low...
  10. Aspose::Words::DocumentBuilder::get_CurrentNode...

    Aspose::Words::DocumentBuilder::get_CurrentNode method. Gets the node that is currently selected in this DocumentBuilder in C++.... Any insert operations you perform using...using DocumentBuilder will insert before the CurrentNode . When...

    reference.aspose.com/words/cpp/aspose.words/doc...