What's the most appropriate equivalent of the Section element in Open-XML?
I'm trying to convert a document formatted in xaml to a 开发者_StackOverflow中文版WordProcessingML
document, I'm wondering what is the most appropriate WordProcessingML element to replace a Section
element (in XAML) with it ?
Thanks
Ok, finally it seems that I need to use the table w:tbl
.
精彩评论