-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.document.PatternFillEnum
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
Holds the most important pattern fill indices in a human readable name. These are No fill, background color fill and foreground color fill. It is recommended to not use any other fills anymore, as there are several issues with them, especially with printing.
- object The most base type
- BACKGROUND_COLOR (1)
- FOREGROUND_COLOR (2)
- NONE (0)