Class ListItem
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
-
- org.verapdf.wcag.algorithms.entities.lists.ListItem
-
- All Implemented Interfaces:
IChunk
public class ListItem extends TextInfoChunk
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
baseLine, fontSize
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TableRow tableRow)ListBodygetBody()ListLabelgetLabel()SemanticTypegetSemanticType()voidsetSemanticType(SemanticType semanticType)-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
add, equals, getBaseLine, getFontSize, hashCode, setBaseLine, setFontSize
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.InfoChunk
getBottomY, getBoundingBox, getCenterX, getCenterY, getLastPageNumber, getLeftX, getPageNumber, getRightX, getTopY, setBoundingBox, setLastPageNumber, setPageNumber, unionBoundingBox
-
-
-
-
Constructor Detail
-
ListItem
public ListItem(TableRow tableRow)
-
-
Method Detail
-
add
public void add(TableRow tableRow)
-
setSemanticType
public void setSemanticType(SemanticType semanticType)
-
getSemanticType
public SemanticType getSemanticType()
-
getLabel
public ListLabel getLabel()
-
getBody
public ListBody getBody()
-
-