CustomXmlPart.clone method. Makes a deep enough copy of the object... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...
CustomXmlPartCollection.clear method. Removes all elements from the collection.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...
Document.accept_all_revisions method. Accepts all tracked changes in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Edit the document while tracking...
HyphenationOptions.consecutive_hyphen_limit property. Gets or sets the maximum number of consecutive lines that can end with hyphens... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...
Aspose::Words::Fields::Field::Update method. Performs the field update. Throws if the field is being updated already in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert two fields while...
Document ProtectionType property. Gets the currently active Document protection type in C#.... Document doc = new Document (); doc . Protect ( ProtectionType...ProtectionType . ReadOnly , doc . ProtectionType ); // If we...