Interface Paragraph
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ParagraphImpl
The Interface Paragraph.
-
Method Summary
Modifier and TypeMethodDescriptiongetArea()AreaGets the area.getBbox()BBoxGets the bbox.ContentGets the content list.intGets the sequence.voidAreaSets the area.voidBBoxSets the bbox.voidsetContent(List<Content> content) ContentSets the content.voidsetSequence(int sequence) Sets the sequence.
-
Method Details
-
getSequence
int getSequence()Gets the sequence.- Returns:
- the sequence
-
setSequence
void setSequence(int sequence) Sets the sequence.- Parameters:
sequence- the new sequence
-
getBbox
BBox getBbox()BBoxGets the bbox.- Returns:
- the bbox
-
setBbox
BBoxSets the bbox.- Parameters:
bbox- the new bbox- See Also:
-
getArea
Area getArea()AreaGets the area.- Returns:
- the area
- See Also:
-
setArea
AreaSets the area.- Parameters:
area- the new area- See Also:
-
getContent
ContentGets the content list.- Returns:
- the content list
- See Also:
-
setContent
ContentSets the content.- Parameters:
content- the new content- See Also:
-