aspose.words.properties.DocumentPropertyCollection class. Base class for [BuiltInDocumentProperties](../builtindocumentproperties/) and [CustomDocumentProperties](../customdocumentproperties/) collections... Remarks The names of the properties are case-insensitive...alphabetically by name. IndexersName Description __getitem__(index) Returns...
Represents one table of in-memory data in Java....class with the specified table name. DataTable(ResultSet resultSet)...DataTable . getColumnName(int index) Analog for .Net DataTable.Columns[i]...
aspose.words.fields.FieldRD class. Implements the RD field...authorities, or an index with the TOC, TOA, or INDEX field Inheritance:...FieldRD → Field Constructors Name Description FieldRD() The default...
Discover the Aspose.Words.Fields.FieldIndex class to effortlessly implement Index fields in your documents. Enhance your document management today!...FieldIndex class Implements the INDEX field. To learn more, visit...FieldIndex : Field Constructors Name Description FieldIndex () The...
VariableCollection.contains method. Determines whether the collection contains a document variable with the given Name....contains method contains(name) Determines whether the collection...with the given name. def contains ( self , name : str ): ... Parameter...
DocumentPropertyCollection.remove_at method. Removes a property at the specified Index....remove_at(index) Removes a property at the specified index. def remove_at...self , index : int ): ... Parameter Type Description index int The...
Aspose::Words::BookmarkCollection::idx_get method. Returns a bookmark by Name in C++....method Returns a bookmark by name. System :: SharedPtr < Aspose...System::String& Case-insensitive name of the bookmark. Remarks Returns...
Aspose::Words::Fields::FieldIndex class. Implements the Index field. To learn more, visit the documentation article in C++....FieldIndex class Implements the INDEX field. To learn more, visit...get_BookmarkName () Gets the name of the bookmark that marks 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...
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...