| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Xlsx.Types.Comment
Documentation
User comment for a cell
TODO: the following child elements: guid, shapeId, commentPr
Section 18.7.3 "comment (Comment)" (p. 1749)
Constructors
| Comment | |
Fields
| |
Instances
| Eq Comment Source # | |
| Show Comment Source # | |
| Generic Comment Source # | |
| NFData Comment Source # | |
Defined in Codec.Xlsx.Types.Comment | |
| type Rep Comment Source # | |
Defined in Codec.Xlsx.Types.Comment type Rep Comment = D1 (MetaData "Comment" "Codec.Xlsx.Types.Comment" "xlsx-0.8.2-8DMKXE4frdJ3Wwt78d3mZG" False) (C1 (MetaCons "Comment" PrefixI True) (S1 (MetaSel (Just "_commentText") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 XlsxText) :*: (S1 (MetaSel (Just "_commentAuthor") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "_commentVisible") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool)))) | |