We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我们的场景是,第一页是封皮,不希望有页眉页脚显示
可以配置,在某个页面不显示
interface IEditorOption { header:{ disablePages:number[] } }
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,首页和第二页需要限制不要页眉页脚。我看了一下,其实页码不就有这个设置吗,从第几页开始。把那个限制搬过来就能用了。还有最后几页可能也不需要
Sorry, something went wrong.
No branches or pull requests
What problem does this feature solve?
我们的场景是,第一页是封皮,不希望有页眉页脚显示
What does the proposed API look like?
可以配置,在某个页面不显示
The text was updated successfully, but these errors were encountered: