Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,792 for

update name index

(0.14 sec)
  1. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Remove method. Removes a property with the specified Name from the collection in C++....property with the specified name from the collection. void Aspose...:: String & name ) Parameter Type Description name const System::String&...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. ChartSeries.copy_format_from method | Aspose.Wo...

    ChartSeries.copy_format_from method. Copies default data point format from the data point with the specified Index....copy_format_from(data_point_index) Copies default data point format...specified index. def copy_format_from ( self , data_point_index : int...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentPropertyCollection.GetEnumerator | Aspo...

    Discover the DocumentPropertyCollection GetEnumerator method. Easily iterate through all collection items with this efficient enumerator for seamless data access....WriteLine ( $"Name: \" { enumerator . Current . Name } \ "\n\tType:...\"Authorized By\"" ); field . Update (); Assert . That ( field ...

    reference.aspose.com/words/net/aspose.words.pro...
  4. DocumentPropertyCollection.Clear | Aspose.Words...

    Effortlessly clear all properties from your DocumentPropertyCollection with our Clear method. Streamline your data management today!...WriteLine ( $"Name: \" { enumerator . Current . Name } \ "\n\tType:...\"Authorized By\"" ); field . Update (); Assert . That ( field ...

    reference.aspose.com/words/net/aspose.words.pro...
  5. FieldNext | Aspose.Words for Java

    Implements the NEXT field in Java....add("First Name"); table.getColumns().add("Last Name"); table.getRows()...columns named "Courtesy Title", "First Name" and "Last Name". ///...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldAutoTextList | Aspose.Words for Java

    Implements the AUTOTEXTLIST field in Java....ocument glossaryDoc, String name, String contents) { BuildingBlock...Doc); buildingBlock.setName(name); buildingBlock.setGallery(...

    reference.aspose.com/words/java/com.aspose.word...
  7. PropertyType enumeration | Aspose.Words for Python

    aspose.words.properties.PropertyType enumeration. Specifies data type of a document property.... Members Name Description BOOLEAN The property...assertEqual ( 1 , properties . index_of ( 'Authorized Amount' ))...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT field in Java.... getEntryName() Gets the name of the AutoText entry. getFieldCode()...setEntryName(String value) Sets the name of the AutoText entry. setLocaleId(int...

    reference.aspose.com/words/java/com.aspose.word...
  9. PropertyType enumeration | Aspose.Words for Nod...

    Aspose.Words.Properties.PropertyType enumeration. Specifies data type of a document property.... Members Name Description Boolean The property...properties) { console.log(`Name: \"${p.name}\"\n\tType: \"${p.type}\"\n\tValue:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Code in Excel VBA Library using Python

    This article guides on how to add code in Excel VBA library using Python. It has IDE settings and a sample code for updating VBA code library using Python....Cells for Python via Java to update the VBA library Create a Workbook...returned index while creating the module Set the name of the module...

    kb.aspose.com/cells/python/add-code-in-excel-vb...