Aspose::Words::Properties::BuiltInDocumentProperties::get_Subject method. Gets or sets the subject of the document in C++....FieldType :: FieldAuthor , true ); // 2 - "Title" property, which we can...set_Keywords ( u "Tag 1; Tag 2; Tag 3" ); // We can right-click...
CustomXmlPartCollection.clone method. Makes a deep copy of this collection and its items.... toEqual ( xmlPart ); // 2 - By GUID: expect ( doc . customXmlParts...customXmlParts . count ). toEqual ( 2 ); // Iterate through the collection...
Aspose::Words::Fields::FieldIndex::get_HasSequenceName method. Gets a value indicating whether a sequence should be used while the field's result building in C++....and this XE field is on page 2, along with the custom separators...and "MySequence at 1 on page 2" on the right. auto indexEntry...
Aspose::Words::Properties::DocumentPropertyCollection::Remove method. Removes a property with the specified name from the collection in C++....Type: \" {1} \"\n\t Value: \" {2} \" " , enumerator -> get_Current...properties -> get_Count ()); // 2 - Remove by name: properties ->...
Aspose::Words::Lists::ListFormat::get_List method. Gets or sets the list this paragraph is a member of in C++....String ( u "Level " ) + i ); } // 2 - A bulleted list: // This list...Writeln ( u "Bulleted list item 2." ); builder -> get_ParagraphFormat...