xlsx-0.7.0: Simple and incomplete Excel file parser/writer

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.Internal

Documentation

newtype RefId Source #

Constructors

RefId 

Fields

Instances

Eq RefId Source # 

Methods

(==) :: RefId -> RefId -> Bool #

(/=) :: RefId -> RefId -> Bool #

Ord RefId Source # 

Methods

compare :: RefId -> RefId -> Ordering #

(<) :: RefId -> RefId -> Bool #

(<=) :: RefId -> RefId -> Bool #

(>) :: RefId -> RefId -> Bool #

(>=) :: RefId -> RefId -> Bool #

max :: RefId -> RefId -> RefId #

min :: RefId -> RefId -> RefId #

Show RefId Source # 

Methods

showsPrec :: Int -> RefId -> ShowS #

show :: RefId -> String #

showList :: [RefId] -> ShowS #

Generic RefId Source # 

Associated Types

type Rep RefId :: * -> * #

Methods

from :: RefId -> Rep RefId x #

to :: Rep RefId x -> RefId #

FromAttrBs RefId Source # 
FromAttrVal RefId Source # 
FromCursor UnresolvedDrawing Source # 
ToAttrVal RefId Source # 

Methods

toAttrVal :: RefId -> Text Source #

ToElement UnresolvedDrawing Source # 
ToDocument UnresolvedDrawing Source # 
FromCursor (BlipFillProperties RefId) Source # 
ToElement (BlipFillProperties RefId) Source # 
FromCursor (Anchor RefId RefId) Source # 
FromCursor (DrawingObject RefId RefId) Source # 
type Rep RefId Source # 
type Rep RefId = D1 * (MetaData "RefId" "Codec.Xlsx.Types.Internal" "xlsx-0.7.0-67d30z0rd5vGH8ecLQYdXm" True) (C1 * (MetaCons "RefId" PrefixI True) (S1 * (MetaSel (Just Symbol "unRefId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))