Codec.Xlsx.Types.Internal
newtype RefId Source #
Constructors
Fields
Defined in Codec.Xlsx.Types.Internal
Associated Types
type Rep RefId :: Type -> Type #
Methods
from :: RefId -> Rep RefId x #
to :: Rep RefId x -> RefId #
showsPrec :: Int -> RefId -> ShowS #
show :: RefId -> String #
showList :: [RefId] -> ShowS #
(==) :: RefId -> RefId -> Bool #
(/=) :: RefId -> RefId -> Bool #
compare :: RefId -> RefId -> Ordering #
(<) :: RefId -> RefId -> Bool #
(<=) :: RefId -> RefId -> Bool #
(>) :: RefId -> RefId -> Bool #
(>=) :: RefId -> RefId -> Bool #
max :: RefId -> RefId -> RefId #
min :: RefId -> RefId -> RefId #
fromAttrVal :: Reader RefId Source #
Defined in Codec.Xlsx.Types.Drawing
fromCursor :: Cursor -> [UnresolvedDrawing] Source #
fromAttrBs :: ByteString -> Either Text RefId Source #
toAttrVal :: RefId -> Text Source #
toDocument :: UnresolvedDrawing -> Document Source #
toElement :: Name -> UnresolvedDrawing -> Element Source #
fromCursor :: Cursor -> [BlipFillProperties RefId] Source #
toElement :: Name -> BlipFillProperties RefId -> Element Source #
fromCursor :: Cursor -> [Anchor RefId RefId] Source #
fromCursor :: Cursor -> [DrawingObject RefId RefId] Source #
unsafeRefId :: Int -> RefId Source #