DocumentPropertyCollection.clear method. Removes all Properties from the collection....method clear() Removes all properties from the collection. def...custom properties. doc = aw . Document () properties = doc ....
BuiltInDocumentProperties.charactersWithSpaces property. Represents an estimate of the number of characters (including spaces) in the document....charactersWithSpaces property BuiltInDocumentPrope.charactersWithSpaces...charactersWithSpaces property Represents an estimate of the number of...
BuiltInDocumentProperties.pages property. Represents an estimate of the number of pages in the document....pages property BuiltInDocumentPrope.pages property Represents...Aspose.Words updates this property when you call Document.updatePageLayout()...
BuiltInDocumentProperties.lastSavedBy property. Gets or sets the name of the last author....lastSavedBy property BuiltInDocumentPrope.lastSavedBy property Gets...Words does not update this property. Examples Shows how to work...
DocumentPropertyCollection.remove method. Removes a property with the specified name from the collection....method remove(name) Removes a property with the specified name from...case-insensitive name of the property. Examples Shows how to work...
DocumentPropertyCollection.remove_at method. Removes a property at the specified index....remove_at(index) Removes a property at the specified index. def...custom properties. doc = aw . Document () properties = doc ....
BuiltInDocumentProperties.lastSavedTime property. Gets or sets the time of the last save in UTC....lastSavedTime property BuiltInDocumentPrope.lastSavedTime property Gets...originated from RTF format this property returns the local time of...
DocumentPropertyCollection.indexOf method. Gets the index of a property by name....indexOf(name) Gets the index of a property by name. indexOf ( name :...case-insensitive name of the property. Returns The zero based index...
BuiltInDocumentProperties.template property. Gets or sets the informational name of the document template....template property BuiltInDocumentPrope.template property Gets or...Remarks In Microsoft Word, this property is for informational purposes...
Discover the DocumentPropertyCollection IndexOf method to efficiently find the index of a property by its name. Enhance your coding productivity today!...method Gets the index of a property by name. public int IndexOf...case-insensitive name of the property. Return Value The zero based...