Aspose::Words::PlainTextDocument class. Allows to extract plain-text representation of the Document's content. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> Save...