Skip to content
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

页眉页脚可以配置某一页不显示 #778

Open
tao1874 opened this issue Aug 22, 2024 · 1 comment
Open

页眉页脚可以配置某一页不显示 #778

tao1874 opened this issue Aug 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tao1874
Copy link

tao1874 commented Aug 22, 2024

What problem does this feature solve?

我们的场景是,第一页是封皮,不希望有页眉页脚显示

What does the proposed API look like?

可以配置,在某个页面不显示

interface IEditorOption {
 header:{
  disablePages:number[]
 }
}
@403554707
Copy link

403554707 commented Dec 9, 2024

我也遇到了这个问题,首页和第二页需要限制不要页眉页脚。我看了一下,其实页码不就有这个设置吗,从第几页开始。把那个限制搬过来就能用了。还有最后几页可能也不需要

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants