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

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.Internal

Documentation

newtype RefId #

Constructors

RefId 

Fields

Instances

Eq RefId # 

Methods

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

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

Ord RefId # 

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 # 

Methods

showsPrec :: Int -> RefId -> ShowS #

show :: RefId -> String #

showList :: [RefId] -> ShowS #

Generic RefId # 

Associated Types

type Rep RefId :: * -> * #

Methods

from :: RefId -> Rep RefId x #

to :: Rep RefId x -> RefId #

ToAttrVal RefId # 

Methods

toAttrVal :: RefId -> Text #

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