Class TextLine
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.TextLine
-
- All Implemented Interfaces:
IChunk
- Direct Known Subclasses:
TableTokenRow
public class TextLine 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(TextChunk chunk)voidadd(TextLine line)TextChunkgetFirstTextChunk()TextChunkgetLastTextChunk()List<TextChunk>getTextChunks()StringgetValue()booleanisFullLine()voidsetNotFullLine()StringtoString()-
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
-
-
-
-
Method Detail
-
getFirstTextChunk
public TextChunk getFirstTextChunk()
-
getLastTextChunk
public TextChunk getLastTextChunk()
-
add
public void add(TextChunk chunk)
-
add
public void add(TextLine line)
-
getValue
public String getValue()
-
setNotFullLine
public void setNotFullLine()
-
isFullLine
public boolean isFullLine()
-
-