CleanupOptions.duplicate_style property. Gets/sets a flag indicating whether duplicate styles should be removed from Document... doc = aw . Document () # Add two...duplicate of the first. my_style = doc . styles . add ( aw . StyleType...
Aspose::Words::Properties::DocumentPropertyCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++.... auto doc = System :: MakeObject < Aspose...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...
Forms2OleControl.value property. Gets underlying Value property which often represents control state... let doc = new aw . Document ( base ....controls.docx" ); let shape = doc . getShape ( 0 , true ); let...
RevisionOptions.moved_from_text_color property. Allows to specify the color to be used for areas where content was moved from [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)... doc = aw . Document ( file_name =...revisions. revision_options = doc . layout_options . revision_options...
FieldSymbol.character_code property. Gets or sets the character's code point value in decimal or hexadecimal.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are three ways to use a...
RevisionOptions.deleted_text_effect property. Allows to specify the effect to be applied to the deleted content [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... doc = aw . Document ( file_name =...revisions. revision_options = doc . layout_options . revision_options...
VariableCollection.clear method. Removes all elements from the collection.... let doc = new aw . Document (); let variables = doc . variables...= new aw . DocumentBuilder ( doc ); let field = builder . insertField...
VariableCollection.count property. Gets the number of elements contained in the collection.... let doc = new aw . Document (); let variables = doc . variables...= new aw . DocumentBuilder ( doc ); let field = builder . insertField...
ChartAxis.hasMinorGridlines property. Gets or sets a flag indicating whether the axis has minor gridlines.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...