Expose Box index flags in PDF and PDF.Layer
This commit is contained in:
parent
67faa06ea2
commit
1a70f2972b
2 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,10 @@
|
|||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
module PDF (
|
||||
Document(..)
|
||||
AllLayers(..)
|
||||
, Document(..)
|
||||
, EOLStyleK(..)
|
||||
, UnifiedLayers(..)
|
||||
, parseDocument
|
||||
, render
|
||||
) where
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
module PDF.Layer (
|
||||
Layer(..)
|
||||
AllObjects(..)
|
||||
, Layer(..)
|
||||
, unify
|
||||
) where
|
||||
|
||||
|
|
Loading…
Reference in a new issue