The content of the document: a String for text; MPEG for video; etc.
()
| 658 | |
| 659 | /** The content of the document: a String for text; MPEG for video; etc. */ |
| 660 | @Override |
| 661 | public DocumentContent getContent() { |
| 662 | return content; |
| 663 | } |
| 664 | |
| 665 | /** Set method for the document content */ |
| 666 | @Override |
no outgoing calls
no test coverage detected