Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + type LinesOfTextGrp struct + NoLinesOfText []NoLinesOfText + func (m *LinesOfTextGrp) SetNoLinesOfText(v []NoLinesOfText) type NoLinesOfText + func NewNoLinesOfText(text string) *NoLinesOfText + func (m *NoLinesOfText) SetEncodedText(v string) + func (m *NoLinesOfText) SetEncodedTextLen(v int) + func (m *NoLinesOfText) SetText(v string) v0.1.0 Feb 21, 2016 Changes in this version + type Component struct + NoLinesOfText []NoLinesOfText + func New() *Component + type NoLinesOfText struct + EncodedText *string + EncodedTextLen *int + Text string