TableCell
내용물
[
숨다
]Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode, com.aspose.note.IndentatedNode
public final class TableCell extends IndentatedNode<IOutlineChildNode,TableCell>
표 셀을 나타냅니다.
생성자
| 생성자 | 설명 |
|---|---|
| TableCell() | TableCell 클래스의 새 인스턴스를 초기화합니다. |
메서드
| 메서드 | 설명 |
|---|---|
| accept(DocumentVisitor visitor) | 노드의 방문자를 수락합니다. |
| getBackgroundColor() | 배경 색상을 가져옵니다. |
| getInternalIndentPosition() | |
| getLastModifiedTime() | 마지막 수정 시간을 가져오거나 설정합니다. |
| getMaxWidth() | 최대 너비를 가져옵니다. |
| setBackgroundColor(Color value) | 배경 색상을 설정합니다. |
| setLastModifiedTime(Date value) | 마지막 수정 시간을 가져오거나 설정합니다. |
TableCell()
public TableCell()
TableCell 클래스의 새 인스턴스를 초기화합니다.
accept(DocumentVisitor visitor)
public void accept(DocumentVisitor visitor)
노드의 방문자를 수락합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| visitor | DocumentVisitor | DocumentVisitor에서 파생된 클래스의 객체. |
getBackgroundColor()
public Color getBackgroundColor()
배경 색상을 가져옵니다.
Returns: java.awt.Color
getInternalIndentPosition()
public int getInternalIndentPosition()
들여쓰기 크기를 얻기 위해 RgOutlineIndentDistance 배열에서 합산할 항목 수를 가져옵니다.
Returns: int
getLastModifiedTime()
public Date getLastModifiedTime()
마지막 수정 시간을 가져오거나 설정합니다.
Returns: java.util.Date
getMaxWidth()
public float getMaxWidth()
최대 너비를 가져옵니다.
Returns: float
setBackgroundColor(Color value)
public void setBackgroundColor(Color value)
배경 색상을 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | java.awt.Color |
setLastModifiedTime(Date value)
public void setLastModifiedTime(Date value)
마지막 수정 시간을 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | java.util.Date |