RevisionCollection indexer. Returns a [Revision](../../revision/) at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...
Aspose::Words::Document::get_TrackRevisions method. True if changes are tracked when this Document is edited in Microsoft Word in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...
FieldGlossary.entry_name property. Gets or sets the name of the glossary entry to insert.... doc = aw . Document () # Create a...AutoText building block to it. doc . glossary_document = aw . buildingblocks...
aspose.words.markup.CustomXmlProperty class. Represents a single custom XML attribute or a smart tag property... def create (): doc = aw . Document () # A smart...smart_tag = aw . markup . SmartTag ( doc ) # Smart tags are composite...
Enhance your design with the SetImage method. Easily switch to a single image fill type for stunning visuals and seamless integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // There are several ways...
ViewOptions.zoom_percent property. Gets or sets the percentage at which you want to view your Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...
Document.grammar_checked property. Returns ``True`` if the Document has been checked for grammar.... doc = aw . Document () # The string...string with spelling errors. doc . first_section . body . first_paragraph...