| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Poppler.Flags
Contents
Description
- data ViewerPreferences
- data StructureGetTextFlags
- data PrintFlags
- data Permissions
- data FindFlags
- data AnnotFlag
Exported types
data ViewerPreferences Source #
Viewer preferences
Constructors
| ViewerPreferencesUnset | no preferences set |
| ViewerPreferencesHideToolbar | hider toolbars when document is active |
| ViewerPreferencesHideMenubar | hide menu bar when document is active |
| ViewerPreferencesHideWindowui | hide UI elements in document's window |
| ViewerPreferencesFitWindow | resize document's window to fit the size of the first displayed page |
| ViewerPreferencesCenterWindow | position the document's window in the center of the screen |
| ViewerPreferencesDisplayDocTitle | display document title in window's title bar |
| ViewerPreferencesDirectionRtl | the predominant reading order for text is right to left |
| AnotherViewerPreferences Int | Catch-all for unknown values |
data StructureGetTextFlags Source #
No description available in the introspection data.
Constructors
| StructureGetTextFlagsNone | No flags. |
| StructureGetTextFlagsRecursive | For non-leaf, non-content elements, recursively obtain the text from all the elements enclosed in the subtree. |
| AnotherStructureGetTextFlags Int | Catch-all for unknown values |
data PrintFlags Source #
Printing flags
Since: 0.16
Constructors
| PrintFlagsDocument | print main document contents |
| PrintFlagsMarkupAnnots | print document and markup annotations |
| PrintFlagsStampAnnotsOnly | print document and only stamp annotations |
| PrintFlagsAll | print main document contents and all markup annotations |
| AnotherPrintFlags Int | Catch-all for unknown values |
Instances
data Permissions Source #
Permissions
Constructors
| PermissionsOkToPrint | document can be printer |
| PermissionsOkToModify | document contents can be modified |
| PermissionsOkToCopy | document can be copied |
| PermissionsOkToAddNotes | annotations can added to the document |
| PermissionsOkToFillForm | interactive form fields can be filled in |
| PermissionsOkToExtractContents | extract text and graphics (in support of accessibility to users with disabilities or for other purposes). Since 0.18 |
| PermissionsOkToAssemble | assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images). Since 0.18 |
| PermissionsOkToPrintHighResolution | document can be printer at high resolution. Since 0.18 |
| PermissionsFull | document permits all operations |
| AnotherPermissions Int | Catch-all for unknown values |
Flags using while searching text in a page
Since: 0.22
Constructors
| FindFlagsDefault | use default search settings |
| FindFlagsCaseSensitive | do case sensitive search |
| FindFlagsBackwards | search backwards |
| FindFlagsWholeWordsOnly | search only whole words |
| AnotherFindFlags Int | Catch-all for unknown values |
No description available in the introspection data.
Constructors
| AnnotFlagUnknown | No description available in the introspection data. |
| AnnotFlagInvisible | No description available in the introspection data. |
| AnnotFlagHidden | No description available in the introspection data. |
| AnnotFlagPrint | No description available in the introspection data. |
| AnnotFlagNoZoom | No description available in the introspection data. |
| AnnotFlagNoRotate | No description available in the introspection data. |
| AnnotFlagNoView | No description available in the introspection data. |
| AnnotFlagReadOnly | No description available in the introspection data. |
| AnnotFlagLocked | No description available in the introspection data. |
| AnnotFlagToggleNoView | No description available in the introspection data. |
| AnnotFlagLockedContents | No description available in the introspection data. |
| AnotherAnnotFlag Int | Catch-all for unknown values |