String returns the content of the text box.
()
| 1059 | |
| 1060 | // String returns the content of the text box. |
| 1061 | func (t *Text) String() string { |
| 1062 | return t.Text |
| 1063 | } |
| 1064 | |
| 1065 | // Empty returns true if there are no text lines or text spans. |
| 1066 | func (t *Text) Empty() bool { |
no outgoing calls
no test coverage detected