Expose Box index flags in PDF and PDF.Layer

This commit is contained in:
Tissevert 2020-02-24 21:37:09 +01:00
parent 67faa06ea2
commit 1a70f2972b
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,10 @@
{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE MultiParamTypeClasses #-}
module PDF ( module PDF (
Document(..) AllLayers(..)
, Document(..)
, EOLStyleK(..)
, UnifiedLayers(..)
, parseDocument , parseDocument
, render , render
) where ) where

View File

@ -2,7 +2,8 @@
{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE MultiParamTypeClasses #-}
module PDF.Layer ( module PDF.Layer (
Layer(..) AllObjects(..)
, Layer(..)
, unify , unify
) where ) where