Title

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

All Implemented Interfaces: com.aspose.note.ICompositeNodeT, com.aspose.note.IPageChildNode

public final class Title extends CompositeNodeBase implements ICompositeNodeT<RichText>, IPageChildNode

제목을 나타냅니다.

생성자

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

메서드

메서드설명
<T1>getChildNodes(Class<T1> typeParameterClass)노드 유형별로 모든 자식 노드를 가져옵니다.
accept(DocumentVisitor visitor)노드의 방문자를 수락합니다.
getChildNodes(int type)
getHorizontalOffset()수평 오프셋을 가져오거나 설정합니다.
getLastModifiedTime()마지막 수정 시간을 가져오거나 설정합니다.
getTitleDate()제목에 표시되는 날짜의 문자열 표현을 가져오거나 설정합니다.
getTitleText()제목의 텍스트를 가져오거나 설정합니다.
getTitleTime()제목에 표시되는 시간의 문자열 표현을 가져오거나 설정합니다.
getVerticalOffset()수직 오프셋을 가져오거나 설정합니다.
isComposite()이 노드가 복합 노드인지 여부를 나타내는 값을 가져옵니다.
iterator()Title 의 자식 노드를 순회하는 열거자를 반환합니다.
setHorizontalOffset(float value)수평 오프셋을 가져오거나 설정합니다.
setLastModifiedTime(Date value)마지막 수정 시간을 가져오거나 설정합니다.
setTitleDate(RichText value)제목에 표시되는 날짜의 문자열 표현을 가져오거나 설정합니다.
setTitleText(RichText value)제목의 텍스트를 가져오거나 설정합니다.
setTitleTime(RichText value)제목에 표시되는 시간의 문자열 표현을 가져오거나 설정합니다.
setVerticalOffset(float value)수직 오프셋을 가져오거나 설정합니다.

Title()

public Title()

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

<T1>getChildNodes(Class<T1> typeParameterClass)

public List<T1> <T1>getChildNodes(Class<T1> typeParameterClass)

노드 유형별로 모든 자식 노드를 가져옵니다.

Parameters:

매개변수유형설명
typeParameterClassjava.lang.Class<T1>

Returns: java.util.List<T1> - 자식 노드의 목록입니다.

T1: 반환된 목록에 있는 요소의 유형입니다.

accept(DocumentVisitor visitor)

public void accept(DocumentVisitor visitor)

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

Parameters:

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

getChildNodes(int type)

public List<INode> getChildNodes(int type)

Parameters:

매개변수유형설명
유형int

Returns: java.util.List<com.aspose.note.INode>

getHorizontalOffset()

public final float getHorizontalOffset()

수평 오프셋을 가져오거나 설정합니다.

Returns: float

getLastModifiedTime()

public Date getLastModifiedTime()

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

Returns: java.util.Date

getTitleDate()

public final RichText getTitleDate()

제목에 표시되는 날짜의 문자열 표현을 가져오거나 설정합니다.

Returns: RichText

getTitleText()

public RichText getTitleText()

제목의 텍스트를 가져오거나 설정합니다.

Returns: RichText

getTitleTime()

public final RichText getTitleTime()

제목에 표시되는 시간의 문자열 표현을 가져오거나 설정합니다.

Returns: RichText

getVerticalOffset()

public final float getVerticalOffset()

수직 오프셋을 가져오거나 설정합니다.

Returns: float

isComposite()

public boolean isComposite()

이 노드가 복합 노드인지 여부를 나타내는 값을 가져옵니다. true인 경우 노드는 자식 노드를 가질 수 있습니다.

Returns: boolean

iterator()

public final System.Collections.Generic.IGenericEnumerator<RichText> iterator()

Title 의 자식 노드를 순회하는 열거자를 반환합니다.

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.note.RichText> - IEnumerator.

setHorizontalOffset(float value)

public final void setHorizontalOffset(float value)

수평 오프셋을 가져오거나 설정합니다.

Parameters:

매개변수유형설명
float

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

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

Parameters:

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

setTitleDate(RichText value)

public final void setTitleDate(RichText value)

제목에 표시되는 날짜의 문자열 표현을 가져오거나 설정합니다.

Parameters:

매개변수유형설명
valueRichText

setTitleText(RichText value)

public final void setTitleText(RichText value)

제목의 텍스트를 가져오거나 설정합니다.

Parameters:

매개변수유형설명
valueRichText

setTitleTime(RichText value)

public final void setTitleTime(RichText value)

제목에 표시되는 시간의 문자열 표현을 가져오거나 설정합니다.

Parameters:

매개변수유형설명
valueRichText

setVerticalOffset(float value)

public final void setVerticalOffset(float value)

수직 오프셋을 가져오거나 설정합니다.

Parameters:

매개변수유형설명
float