Table

Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode

All Implemented Interfaces: com.aspose.note.IOutlineElementChildNode, com.aspose.note.ITaggable

public final class Table extends CompositeNode<TableRow> implements IOutlineElementChildNode, ITaggable

표를 나타냅니다.

생성자

생성자설명
Table()Table 클래스의 새 인스턴스를 초기화합니다.

메서드

메서드설명
accept(DocumentVisitor visitor)노드의 방문자를 수락합니다.
getColumns()테이블의 열을 가져옵니다.
getLastModifiedTime()마지막 수정 시간을 가져오거나 설정합니다.
getTags()테이블의 모든 태그 목록을 가져옵니다.
isBordersVisible()테이블 테두리가 표시되는지 여부를 나타내는 값을 가져옵니다.
setBordersVisible(boolean value)테이블 테두리가 표시되는지 여부를 나타내는 값을 설정합니다.
setLastModifiedTime(Date value)마지막 수정 시간을 가져오거나 설정합니다.

Table()

public Table()

Table 클래스의 새 인스턴스를 초기화합니다.

accept(DocumentVisitor visitor)

public void accept(DocumentVisitor visitor)

노드의 방문자를 수락합니다.

Parameters:

매개변수유형설명
visitorDocumentVisitorDocumentVisitor에서 파생된 클래스의 객체.

getColumns()

public System.Collections.Generic.IGenericList<TableColumn> getColumns()

테이블의 열을 가져옵니다.

Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.note.TableColumn>

getLastModifiedTime()

public Date getLastModifiedTime()

마지막 수정 시간을 가져오거나 설정합니다.

Returns: java.util.Date

getTags()

public final System.Collections.Generic.List<ITag> getTags()

테이블의 모든 태그 목록을 가져옵니다.

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.note.ITag>

isBordersVisible()

public boolean isBordersVisible()

테이블 테두리가 표시되는지 여부를 나타내는 값을 가져옵니다.

Returns: boolean

setBordersVisible(boolean value)

public void setBordersVisible(boolean value)

테이블 테두리가 표시되는지 여부를 나타내는 값을 설정합니다.

Parameters:

매개변수유형설명
boolean

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

마지막 수정 시간을 가져오거나 설정합니다.

Parameters:

매개변수유형설명
java.util.Date