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

Add PageOrder setting as part of PageLayoutOptions #2022

Merged
merged 3 commits into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. Add PageOrder setting as part of PageLayoutOptions

    This controls whether page numbers are assigned in a zig-zag going
    across first, or down first.
    imirkin committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9ab6b22 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    f2e39c5 View commit details
    Browse the repository at this point in the history
  2. An error will be return if the option value of the SetPageLayout func…

    …tion is invalid
    
    - Add a new exported error variable `ErrPageSetupAdjustTo`
    - Updated unit tests
    xuri committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    807b724 View commit details
    Browse the repository at this point in the history