Class ListElement
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
-
- org.verapdf.wcag.algorithms.entities.lists.ListElement
-
- All Implemented Interfaces:
IChunk
public class ListElement extends TextInfoChunk
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
baseLine, fontSize
-
-
Constructor Summary
Constructors Constructor Description ListElement(TableCell cell, SemanticType semanticType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TableCell cell)voidadd(TableTokenRow row)List<TableTokenRow>getContent()SemanticTypegetSemanticType()StringgetString()booleanisEmpty()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
-
ListElement
public ListElement(TableCell cell, SemanticType semanticType)
-
-
Method Detail
-
setSemanticType
public void setSemanticType(SemanticType semanticType)
-
getSemanticType
public SemanticType getSemanticType()
-
add
public void add(TableTokenRow row)
-
add
public void add(TableCell cell)
-
getContent
public List<TableTokenRow> getContent()
-
isEmpty
public boolean isEmpty()
-
getString
public String getString()
-
-