Class SemanticNumberHeading
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.SemanticTextNode
-
- org.verapdf.wcag.algorithms.entities.SemanticParagraph
-
- org.verapdf.wcag.algorithms.entities.SemanticHeading
-
- org.verapdf.wcag.algorithms.entities.SemanticNumberHeading
-
- All Implemented Interfaces:
INode
public class SemanticNumberHeading extends SemanticHeading
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticParagraph
enclosedBottom, enclosedTop, indentation
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description SemanticNumberHeading()SemanticNumberHeading(SemanticHeading heading)SemanticNumberHeading(SemanticNumberHeading numberHeading)SemanticNumberHeading(SemanticParagraph paragraph)SemanticNumberHeading(SemanticPart part)SemanticNumberHeading(SemanticSpan span)SemanticNumberHeading(SemanticTextNode textNode)
-
Method Summary
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticParagraph
equals, getIndentation, hashCode, isEnclosedBottom, isEnclosedTop, setEnclosedBottom, setEnclosedTop, setIndentation
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticTextNode
add, addAll, getBackgroundColor, getColumns, getColumnsNumber, getFirstBaseline, getFirstColumn, getFirstLine, getFirstNonSpaceLine, getFontName, getFontSize, getFontWeight, getItalicAngle, getLastBaseline, getLastColumn, getLastLine, getLinesNumber, getMaxFontSize, getPenultColumn, getPenultLine, getSecondLine, getTextColor, getTextFormat, getValue, hasFullLines, isEmpty, isSpaceNode, isStartsWithArabicNumber, setFirstLine, setLastColumn, setLastLine, setTextFormat, toString
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, getAttributesDictionary, getBottomY, getBoundingBox, getChildren, getCorrectSemanticScore, getDepth, getErrorArguments, getErrorCodes, getHasLowestDepthError, getIndex, getInitialSemanticType, getLastPageNumber, getLeftX, getNextNeighbor, getNextNode, getNodeInfo, getPageNumber, getParent, getPreviousNeighbor, getPreviousNode, getRecognizedStructureId, getRightX, getSemanticType, getTopY, isLeaf, isRoot, setAttributesDictionary, setBoundingBox, setCorrectSemanticScore, setDepth, setHasLowestDepthError, setIndex, setLastPageNumber, setPageNumber, setParent, setRecognizedStructureId, setSemanticType
-
-
-
-
Constructor Detail
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticNumberHeading numberHeading)
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticHeading heading)
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticParagraph paragraph)
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticTextNode textNode)
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticSpan span)
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticPart part)
-
SemanticNumberHeading
public SemanticNumberHeading()
-
-