what is the compatible class of FlowDocument
in c# to c++ language. And please get me a link for its co开发者_如何学Gorresponding documentation.
Strange question: any .NET framework class (WPF subsection in this case) is available in all .NET languages. Unless you're talking about other C++ implementations (like Borland) and not C++.NET, but then you obviously don't have WPF at all...
I guess you don't find it right away because you're missing a reference to PresentationFramework.dll in your C++ project.
FlowDocument class is explained here: http://msdn.microsoft.com/en-us/library/aa970909.aspx and here: http://msdn.microsoft.com/en-us/library/system.windows.documents.flowdocument.aspx
The FlowDocument class may be accessed from any .NET language.
精彩评论