-
-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
分节符 #866
Comments
@ssdutnowind like a "Paragraph" block? I noticed the API treats "text" as the leaf node and if you have a "text" element with a valueList the runs / blocks in the valueList are not rendered. Keeping the "text" function the same, a "Paragraph" block (automatically created after two enters key presses) would be great and it is more similar to the Google Docs / MS Word API. |
In MS Word Document Model, a Word Document contains some Sections. The Page Setup is belong to Section not to Document. https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.interop.word.sections?view=word-pia |
I'm currently trying to make a DOCX import feature that does not require an HTML conversion before. So I think that the library should have the notion of paragraph if we want the editor to be able to work more like MS Word. Sections would be good too |
What problem does this feature solve?
建议引入“节”的定义,目前概念上缺少一层“节”,类似Word不同节可以进行不同的页面设置(类似一些不分页面横向排版、不分页面单独的页眉、页脚格式等)。
What does the proposed API look like?
None
The text was updated successfully, but these errors were encountered: