public class Block extends Object
| 构造器和说明 |
|---|
Block() |
| 限定符和类型 | 方法和说明 |
|---|---|
TableCellAlign |
getAlign() |
int |
getLevel() |
Block |
getLineData() |
List<Block> |
getListData() |
String |
getMdToken() |
List<List<Block>> |
getTableData() |
BlockType |
getType() |
ValuePart[] |
getValueParts() |
void |
setAlign(TableCellAlign align) |
void |
setLevel(int level) |
void |
setLineData(Block lineData) |
void |
setListData(List<Block> listData) |
void |
setMdToken(String mdToken) |
void |
setTableData(List<List<Block>> tableData) |
void |
setType(BlockType type) |
void |
setValueParts(List<ValuePart> parts) |
void |
setValueParts(ValuePart... valueParts) |
String |
toString() |
public String getMdToken()
public void setMdToken(String mdToken)
public BlockType getType()
public void setType(BlockType type)
public ValuePart[] getValueParts()
public void setValueParts(ValuePart... valueParts)
public int getLevel()
public void setLevel(int level)
public Block getLineData()
public void setLineData(Block lineData)
public TableCellAlign getAlign()
public void setAlign(TableCellAlign align)
Copyright © 2019. All rights reserved.