Aspose::Words::Paragraph::get_Runs method. Provides access to the typed collection of pieces of text inside the paragraph in C++....determine the revision type of an inline node. auto doc = System ::...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Revision...
FieldBuilder constructor. Initializes an instance of the [FieldBuilder](../) class....Examples Shows how to create and insert a field using a field builder...builder. doc = aw . Document () # A convenient way of adding text...
Inline.isMoveToRevision property. Returns ``true`` if this object was moved (Inserted) in Microsoft Word while change tracking was enabled....isMoveToRevision property Inline.isMoveToRevision property Returns...if this object was moved (inserted) in Microsoft Word while change...
Inline.isInsertRevision property. Returns true if this object was Inserted in Microsoft Word while change tracking was enabled....isInsertRevision property Inline.isInsertRevision property Returns...Returns true if this object was inserted in Microsoft Word while change...
Create and manage images of various formats in a Document using Python....This page demonstrates how to insert, extract, modify, and save...save images in Word documents using Aspose.Words for Python via ...
StructuredDocumentTag.lock_content_control property. When set to ``True``, this property will prohibit a user from deleting this SDT....to structured document tags. doc = aw . Document () builder =...= doc ) # Insert a plain text structured document tag, which...
IStructuredDocumentTag.lock_content_control property. When set to true, this property will prohibit a user from deleting this SDT....to structured document tags. doc = aw . Document () builder =...= doc ) # Insert a plain text structured document tag, which...
Inline.is_Insert_revision property. Returns true if this object was Inserted in Microsoft Word while change tracking was enabled....is_insert_revision property Inline.is_insert_revision property...Returns true if this object was inserted in Microsoft Word while change...
IStructuredDocumentTag.lockContentControl property. When set to true, this property will prohibit a user from deleting this SDT....structured document tags. let doc = new aw . Document (); let builder...doc ); // Insert a plain text structured document tag, which...
RunCollection.toArray method. Copies all runs from the collection to a new array of runs....type of an inline node. let doc = new aw . Document ( base . myDir...docx" ); // When we edit the document while the "Track Changes"...