Thanks to visit codestin.com
Credit goes to github.com

Skip to content

First page number can be negative -> change API type to int #2237

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

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

jahav
Copy link
Member

@jahav jahav commented Dec 27, 2023

First page number of a page setup can be negative and it is a valid value (e.g. first printed sheet can have number -7, second -6 and so on). The original API used uint and was thus unsuitable. IXLPageSetup API now uses int.

Related to #1501.

The values can be negative and int is thus better.
@jahav jahav added this to the v0.104 milestone Dec 27, 2023
@jahav jahav merged commit 953befc into develop Dec 27, 2023
@jahav jahav deleted the 1501-negative-page-number branch December 27, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant