Aspose::Words::Properties::DocumentProperty::get_Type method. Gets the data type of the property in C++....the custom properties in alphabetic order. ASSERT_EQ ( 1 , properties...
Aspose::Words::Fields::FieldXE::get_IsItalic method. Gets or sets whether to apply italic formatting to the entry's page number in C++....fields sort all entries alphabetically, so this entry will show...
Aspose::Words::VariableCollection::IndexOfKey method. Returns the zero-based index of the specified document variable in the collection in C++....automatically sorts variables alphabetically by name. ASSERT_EQ ( 0...
I have an issue ordering a list by date. My Word file contains the following code:
<<foreach [in MyData.OrderBy(p=>p.Date)]>><<[Name]>><</foreach>>
I want the list to print the elements of that list ordered by date. Ho…...instruction the list is ordered alphabetically (I guess it is compared...
Aspose::Words::Document::get_Variables method. Returns the collection of variables added to a document or template in C++....automatically sorts variables alphabetically by name. ASSERT_EQ ( 0...
Aspose::Words::VariableCollection::RemoveAt method. Removes a document variable at the specified index in C++....automatically sorts variables alphabetically by name. ASSERT_EQ ( 0...