public class MathParagraph extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MathParagraph.JustificationEnum
Justification of the math paragraph
|
Constructor and Description |
---|
MathParagraph() |
Modifier and Type | Method and Description |
---|---|
MathParagraph |
addMathBlockListItem(BlockElement mathBlockListItem) |
boolean |
equals(Object o) |
MathParagraph.JustificationEnum |
getJustification()
Justification of the math paragraph
|
List<BlockElement> |
getMathBlockList()
List of math blocks
|
int |
hashCode() |
MathParagraph |
justification(MathParagraph.JustificationEnum justification) |
MathParagraph |
mathBlockList(List<BlockElement> mathBlockList) |
void |
setJustification(MathParagraph.JustificationEnum justification) |
void |
setMathBlockList(List<BlockElement> mathBlockList) |
String |
toString() |
public MathParagraph mathBlockList(List<BlockElement> mathBlockList)
public MathParagraph addMathBlockListItem(BlockElement mathBlockListItem)
public List<BlockElement> getMathBlockList()
public void setMathBlockList(List<BlockElement> mathBlockList)
public MathParagraph justification(MathParagraph.JustificationEnum justification)
public MathParagraph.JustificationEnum getJustification()
public void setJustification(MathParagraph.JustificationEnum justification)
Copyright © 2022. All rights reserved.