Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...auto run = MakeObject < Run > ( doc , u "Hello world!" ); SharedPtr...