public class Paragraph extends Object
| Constructor and Description |
|---|
Paragraph() |
Paragraph(String title,
String text,
int index) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getConfig() |
int |
getIndex() |
String |
getText() |
String |
getTitle() |
void |
setConfig(Map<String,Object> config) |
void |
setIndex(int index) |
void |
setText(String text) |
void |
setTitle(String title) |
Copyright © 2021. All rights reserved.