Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data FormatAlignment Source #
Instances
Enum FormatAlignment Source # | |
Defined in XlsxWriter.Format succ :: FormatAlignment -> FormatAlignment # pred :: FormatAlignment -> FormatAlignment # toEnum :: Int -> FormatAlignment # fromEnum :: FormatAlignment -> Int # enumFrom :: FormatAlignment -> [FormatAlignment] # enumFromThen :: FormatAlignment -> FormatAlignment -> [FormatAlignment] # enumFromTo :: FormatAlignment -> FormatAlignment -> [FormatAlignment] # enumFromThenTo :: FormatAlignment -> FormatAlignment -> FormatAlignment -> [FormatAlignment] # | |
Eq FormatAlignment Source # | |
Defined in XlsxWriter.Format (==) :: FormatAlignment -> FormatAlignment -> Bool # (/=) :: FormatAlignment -> FormatAlignment -> Bool # | |
Show FormatAlignment Source # | |
Defined in XlsxWriter.Format showsPrec :: Int -> FormatAlignment -> ShowS # show :: FormatAlignment -> String # showList :: [FormatAlignment] -> ShowS # |
data Format_struct Source #
type Format = Ptr Format_struct Source #
data FormatUnderline Source #
LxwUnderlineNone | |
LxwUnderlineSingle | |
LxwUnderlineDouble | |
LxwUnderlineSingleAccounting | |
LxwUnderlineDoubleAccounting |
Instances
Enum FormatUnderline Source # | |
Defined in XlsxWriter.Format succ :: FormatUnderline -> FormatUnderline # pred :: FormatUnderline -> FormatUnderline # toEnum :: Int -> FormatUnderline # fromEnum :: FormatUnderline -> Int # enumFrom :: FormatUnderline -> [FormatUnderline] # enumFromThen :: FormatUnderline -> FormatUnderline -> [FormatUnderline] # enumFromTo :: FormatUnderline -> FormatUnderline -> [FormatUnderline] # enumFromThenTo :: FormatUnderline -> FormatUnderline -> FormatUnderline -> [FormatUnderline] # | |
Eq FormatUnderline Source # | |
Defined in XlsxWriter.Format (==) :: FormatUnderline -> FormatUnderline -> Bool # (/=) :: FormatUnderline -> FormatUnderline -> Bool # | |
Show FormatUnderline Source # | |
Defined in XlsxWriter.Format showsPrec :: Int -> FormatUnderline -> ShowS # show :: FormatUnderline -> String # showList :: [FormatUnderline] -> ShowS # |
data FormatScript Source #
Instances
Enum FormatScript Source # | |
Defined in XlsxWriter.Format succ :: FormatScript -> FormatScript # pred :: FormatScript -> FormatScript # toEnum :: Int -> FormatScript # fromEnum :: FormatScript -> Int # enumFrom :: FormatScript -> [FormatScript] # enumFromThen :: FormatScript -> FormatScript -> [FormatScript] # enumFromTo :: FormatScript -> FormatScript -> [FormatScript] # enumFromThenTo :: FormatScript -> FormatScript -> FormatScript -> [FormatScript] # | |
Eq FormatScript Source # | |
Defined in XlsxWriter.Format (==) :: FormatScript -> FormatScript -> Bool # (/=) :: FormatScript -> FormatScript -> Bool # | |
Show FormatScript Source # | |
Defined in XlsxWriter.Format showsPrec :: Int -> FormatScript -> ShowS # show :: FormatScript -> String # showList :: [FormatScript] -> ShowS # |
data FormatDiagonal Source #
Instances
Enum FormatDiagonal Source # | |
Defined in XlsxWriter.Format succ :: FormatDiagonal -> FormatDiagonal # pred :: FormatDiagonal -> FormatDiagonal # toEnum :: Int -> FormatDiagonal # fromEnum :: FormatDiagonal -> Int # enumFrom :: FormatDiagonal -> [FormatDiagonal] # enumFromThen :: FormatDiagonal -> FormatDiagonal -> [FormatDiagonal] # enumFromTo :: FormatDiagonal -> FormatDiagonal -> [FormatDiagonal] # enumFromThenTo :: FormatDiagonal -> FormatDiagonal -> FormatDiagonal -> [FormatDiagonal] # | |
Eq FormatDiagonal Source # | |
Defined in XlsxWriter.Format (==) :: FormatDiagonal -> FormatDiagonal -> Bool # (/=) :: FormatDiagonal -> FormatDiagonal -> Bool # | |
Show FormatDiagonal Source # | |
Defined in XlsxWriter.Format showsPrec :: Int -> FormatDiagonal -> ShowS # show :: FormatDiagonal -> String # showList :: [FormatDiagonal] -> ShowS # |
data FormatDefinedColor Source #
Instances
Enum FormatDefinedColor Source # | |
Defined in XlsxWriter.Format succ :: FormatDefinedColor -> FormatDefinedColor # pred :: FormatDefinedColor -> FormatDefinedColor # toEnum :: Int -> FormatDefinedColor # fromEnum :: FormatDefinedColor -> Int # enumFrom :: FormatDefinedColor -> [FormatDefinedColor] # enumFromThen :: FormatDefinedColor -> FormatDefinedColor -> [FormatDefinedColor] # enumFromTo :: FormatDefinedColor -> FormatDefinedColor -> [FormatDefinedColor] # enumFromThenTo :: FormatDefinedColor -> FormatDefinedColor -> FormatDefinedColor -> [FormatDefinedColor] # | |
Eq FormatDefinedColor Source # | |
Defined in XlsxWriter.Format (==) :: FormatDefinedColor -> FormatDefinedColor -> Bool # (/=) :: FormatDefinedColor -> FormatDefinedColor -> Bool # | |
Show FormatDefinedColor Source # | |
Defined in XlsxWriter.Format showsPrec :: Int -> FormatDefinedColor -> ShowS # show :: FormatDefinedColor -> String # showList :: [FormatDefinedColor] -> ShowS # |
data FormatPattern Source #
Instances
Enum FormatPattern Source # | |
Defined in XlsxWriter.Format succ :: FormatPattern -> FormatPattern # pred :: FormatPattern -> FormatPattern # toEnum :: Int -> FormatPattern # fromEnum :: FormatPattern -> Int # enumFrom :: FormatPattern -> [FormatPattern] # enumFromThen :: FormatPattern -> FormatPattern -> [FormatPattern] # enumFromTo :: FormatPattern -> FormatPattern -> [FormatPattern] # enumFromThenTo :: FormatPattern -> FormatPattern -> FormatPattern -> [FormatPattern] # | |
Eq FormatPattern Source # | |
Defined in XlsxWriter.Format (==) :: FormatPattern -> FormatPattern -> Bool # (/=) :: FormatPattern -> FormatPattern -> Bool # | |
Show FormatPattern Source # | |
Defined in XlsxWriter.Format showsPrec :: Int -> FormatPattern -> ShowS # show :: FormatPattern -> String # showList :: [FormatPattern] -> ShowS # |
data FormatBorder Source #
Instances
Enum FormatBorder Source # | |
Defined in XlsxWriter.Format succ :: FormatBorder -> FormatBorder # pred :: FormatBorder -> FormatBorder # toEnum :: Int -> FormatBorder # fromEnum :: FormatBorder -> Int # enumFrom :: FormatBorder -> [FormatBorder] # enumFromThen :: FormatBorder -> FormatBorder -> [FormatBorder] # enumFromTo :: FormatBorder -> FormatBorder -> [FormatBorder] # enumFromThenTo :: FormatBorder -> FormatBorder -> FormatBorder -> [FormatBorder] # | |
Eq FormatBorder Source # | |
Defined in XlsxWriter.Format (==) :: FormatBorder -> FormatBorder -> Bool # (/=) :: FormatBorder -> FormatBorder -> Bool # | |
Show FormatBorder Source # | |
Defined in XlsxWriter.Format showsPrec :: Int -> FormatBorder -> ShowS # show :: FormatBorder -> String # showList :: [FormatBorder] -> ShowS # |
format_set_unlocked :: Format -> IO () Source #
format_set_num_format :: Format -> ByteString -> IO () Source #
format_set_align :: Format -> FormatAlignment -> IO () Source #
format_set_font_name :: Format -> ByteString -> IO () Source #
format_set_font_color :: Format -> FormatDefinedColor -> IO () Source #
format_set_bold :: Format -> IO () Source #
format_set_italic :: Format -> IO () Source #
format_set_underline :: Format -> FormatUnderline -> IO () Source #
format_set_font_strikeout :: Format -> IO () Source #
format_set_font_script :: Format -> FormatScript -> IO () Source #
format_set_text_wrap :: Format -> IO () Source #
format_set_pattern :: Format -> FormatPattern -> IO () Source #
format_set_bg_color :: Format -> FormatDefinedColor -> IO () Source #
format_set_fg_color :: Format -> FormatDefinedColor -> IO () Source #
format_set_border :: Format -> FormatBorder -> IO () Source #
format_set_bottom :: Format -> FormatBorder -> IO () Source #
format_set_top :: Format -> FormatBorder -> IO () Source #
format_set_left :: Format -> FormatBorder -> IO () Source #
format_set_right :: Format -> FormatBorder -> IO () Source #
format_set_border_color :: Format -> FormatDefinedColor -> IO () Source #
format_set_top_color :: Format -> FormatDefinedColor -> IO () Source #
format_set_left_color :: Format -> FormatDefinedColor -> IO () Source #
format_set_right_color :: Format -> FormatDefinedColor -> IO () Source #
format_set_unlocked'_ :: Format -> IO () Source #
format_set_bold'_ :: Format -> IO () Source #
format_set_italic'_ :: Format -> IO () Source #
format_set_font_strikeout'_ :: Format -> IO () Source #
format_set_text_wrap'_ :: Format -> IO () Source #