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...IndexOf ( string name ) Parameter Type Description name String The...
DocumentPropertyCollection.Index_of method. Gets the Index of a property by Name....index_of method index_of(name) Gets the index of a property by...by name. def index_of ( self , name : str ): ... Parameter Type...
Effortlessly remove document variables using the VariableCollection Remove method. Streamline your data management with this efficient solution....variable with the specified name from the collection. public...Remove ( string name ) Parameter Type Description name String The...
Aspose.Words.Bookmark class. Represents a single bookmark... Properties Name Description bookmarkEnd Gets...firstColumn Gets the zero-based index of the first column of the table...
VariableCollection.clear method. Removes all elements from the collection.... variable_name = 'Home address' field . update () self . assertEqual...values to existing keys will update them. variables . add ( 'Home...
BookmarkStart.getText method. Returns an empty string....Shows how to add bookmarks and update their contents. test ( 'CreateUpdateAndPrint'...collection by index or name, and their names can be updated. bookmarks...
VariableCollection.add method. Adds a document variable to the collection....add method add(name, value) Adds a document variable to the collection...collection. def add ( self , name : str , value : str ): ... Parameter...
Aspose.Words.Properties.DocumentPropertyCollection class. Base class for [BuiltInDocumentProperties](../builtindocumentproperties/) and [CustomDocumentProperties](../customdocumentproperties/) collections... Remarks The names of the properties are case-insensitive...sorted alphabetically by name. Properties Name Description count Gets...
Discover the Aspose.Words.Fields.FieldFormat class for easy access to numeric, date, and time fields. Enhance document formatting with powerful features!...class FieldFormat Properties Name Description DateTimeFormat {...NumericFormat = "$###.00" ; field . Update (); Assert . That ( field ...
DocumentPropertyCollection.removeAt method. Removes a property at the specified Index....removeAt(index) Removes a property at the specified index. removeAt...removeAt ( index : number ) Parameter Type Description index number...