xlsx-0.8.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 # 
Instance details

Defined in Codec.Xlsx.Types.Internal

Methods

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

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

Ord RefId Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal

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 # 
Instance details

Defined in Codec.Xlsx.Types.Internal

Methods

showsPrec :: Int -> RefId -> ShowS #

show :: RefId -> String #

showList :: [RefId] -> ShowS #

Generic RefId Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal

Associated Types

type Rep RefId :: Type -> Type #

Methods

from :: RefId -> Rep RefId x #

to :: Rep RefId x -> RefId #

FromAttrBs RefId Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal

FromAttrVal RefId Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal

FromCursor UnresolvedDrawing Source # 
Instance details

Defined in Codec.Xlsx.Types.Drawing

ToAttrVal RefId Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal

Methods

toAttrVal :: RefId -> Text Source #

ToElement UnresolvedDrawing Source # 
Instance details

Defined in Codec.Xlsx.Types.Drawing

ToDocument UnresolvedDrawing Source # 
Instance details

Defined in Codec.Xlsx.Types.Drawing

FromCursor (BlipFillProperties RefId) Source # 
Instance details

Defined in Codec.Xlsx.Types.Drawing

ToElement (BlipFillProperties RefId) Source # 
Instance details

Defined in Codec.Xlsx.Types.Drawing

FromCursor (Anchor RefId RefId) Source # 
Instance details

Defined in Codec.Xlsx.Types.Drawing

FromCursor (DrawingObject RefId RefId) Source # 
Instance details

Defined in Codec.Xlsx.Types.Drawing

type Rep RefId Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal

type Rep RefId = D1 (MetaData "RefId" "Codec.Xlsx.Types.Internal" "xlsx-0.8.0-2XHhSBbWLYzIljpCRpkCYq" True) (C1 (MetaCons "RefId" PrefixI True) (S1 (MetaSel (Just "unRefId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))