ShapeBase.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... doc = aw . Document () self . assertFalse ( doc . track_revisions...shape = aw . drawing . Shape ( doc , aw . drawing . ShapeType ....
BookmarkCollection RemoveAt method. Removes a bookmark at the specified index in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert five bookmarks with...
FieldOptions.field_index_format property. Gets or sets a [FieldOptions.field_index_format](./) that represents the formatting for the [FieldIndex](../../fieldindex/) fields in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'A' ) builder...
Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Insert a floating image...