Package com.uc4.api.objects
Class TextDocumentation
java.lang.Object
com.uc4.api.objects.AbstractDocumentation
com.uc4.api.objects.TextDocumentation
This class represents a documentation tab of type "text".
-
Method Summary
Modifier and TypeMethodDescriptionReturns the content of this text documentation.void
setContent
(String content) Sets the content of this text documenation.Methods inherited from class com.uc4.api.objects.AbstractDocumentation
getName, getType
-
Method Details
-
getContent
Returns the content of this text documentation.- Returns:
- String with line breaks
-
setContent
Sets the content of this text documenation.- Parameters:
content
- Text docu content
-