개요
Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode, com.aspose.note.IndentatedNode
All Implemented Interfaces: com.aspose.note.IPageChildNode
public final class Outline extends IndentatedNode<IOutlineChildNode,Outline> implements IPageChildNode
개요를 나타냅니다.
생성자
| 생성자 | 설명 |
|---|---|
| Outline() | 새 인스턴스를 초기화합니다 Outline 클래스. |
메서드
| 메서드 | 설명 |
|---|---|
| accept(DocumentVisitor visitor) | 노드의 방문자를 수락합니다. |
| getDescendantsCannotBeMoved() | 개요의 하위 항목을 이동할 수 있는지 여부를 가져옵니다. |
| getHorizontalOffset() | 수평 오프셋을 가져오거나 설정합니다. |
| getInternalIndentPosition() | |
| getLastModifiedTime() | 마지막 수정 시간을 가져오거나 설정합니다. |
| getMaxHeight() | 최대 높이를 가져오거나 설정합니다. |
| getMaxWidth() | 최대 너비를 가져오거나 설정합니다. |
| getMinWidth() | 최소 너비를 가져오거나 설정합니다. |
| getReservedWidth() | 예약된 너비를 가져오거나 설정합니다. |
| getVerticalOffset() | 수직 오프셋을 가져오거나 설정합니다. |
| setDescendantsCannotBeMoved(boolean value) | 개요의 하위 항목을 이동할 수 있는지 여부를 가져옵니다. |
| setHorizontalOffset(float value) | 수평 오프셋을 가져오거나 설정합니다. |
| setLastModifiedTime(Date value) | 마지막 수정 시간을 가져오거나 설정합니다. |
| setMaxHeight(float value) | 최대 높이를 가져오거나 설정합니다. |
| setMaxWidth(float value) | 최대 너비를 가져오거나 설정합니다. |
| setMinWidth(float value) | 최소 너비를 가져오거나 설정합니다. |
| setReservedWidth(float value) | 예약된 너비를 가져오거나 설정합니다. |
| setVerticalOffset(float value) | 수직 오프셋을 가져오거나 설정합니다. |
Outline()
public Outline()
새 인스턴스를 초기화합니다 Outline 클래스.
accept(DocumentVisitor visitor)
public void accept(DocumentVisitor visitor)
노드의 방문자를 수락합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| visitor | DocumentVisitor | DocumentVisitor에서 파생된 클래스의 객체. |
getDescendantsCannotBeMoved()
public boolean getDescendantsCannotBeMoved()
개요의 하위 항목을 이동할 수 있는지 여부를 가져옵니다.
Returns: boolean
getHorizontalOffset()
public float getHorizontalOffset()
수평 오프셋을 가져오거나 설정합니다.
Returns: float
getInternalIndentPosition()
public int getInternalIndentPosition()
들여쓰기 크기를 얻기 위해 RgOutlineIndentDistance 배열에서 합산할 항목 수를 가져옵니다.
Returns: int
getLastModifiedTime()
public Date getLastModifiedTime()
마지막 수정 시간을 가져오거나 설정합니다.
Returns: java.util.Date
getMaxHeight()
public float getMaxHeight()
최대 높이를 가져오거나 설정합니다.
Returns: float
getMaxWidth()
public float getMaxWidth()
최대 너비를 가져오거나 설정합니다.
Returns: float
getMinWidth()
public float getMinWidth()
최소 너비를 가져오거나 설정합니다.
Returns: float
getReservedWidth()
public float getReservedWidth()
예약된 너비를 가져오거나 설정합니다.
Returns: float
getVerticalOffset()
public float getVerticalOffset()
수직 오프셋을 가져오거나 설정합니다.
Returns: float
setDescendantsCannotBeMoved(boolean value)
public void setDescendantsCannotBeMoved(boolean value)
개요의 하위 항목을 이동할 수 있는지 여부를 가져옵니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | boolean |
setHorizontalOffset(float value)
public void setHorizontalOffset(float value)
수평 오프셋을 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | float |
setLastModifiedTime(Date value)
public void setLastModifiedTime(Date value)
마지막 수정 시간을 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | java.util.Date |
setMaxHeight(float value)
public void setMaxHeight(float value)
최대 높이를 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | float |
setMaxWidth(float value)
public void setMaxWidth(float value)
최대 너비를 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | float |
setMinWidth(float value)
public void setMinWidth(float value)
최소 너비를 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | float |
setReservedWidth(float value)
public void setReservedWidth(float value)
예약된 너비를 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | float |
setVerticalOffset(float value)
public void setVerticalOffset(float value)
수직 오프셋을 가져오거나 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | float |