ExtendedApsDocument

Inheritance: java.lang.Object, com.aspose.foundation.rendering.ApsNode

All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericEnumerable

public class ExtendedApsDocument extends ApsNode implements System.Collections.Generic.IGenericEnumerable<ApsPage>

전체 OneNote 문서를 나타내며, 페이지를 페이지 세트로 변환하여 구성됩니다.

생성자

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

메서드

메서드설명
accept(ApsDocumentVisitor visitor)이 요소에 ApsDocumentVisitor를 수락합니다.
addPage(ApsPage page)문서에 페이지 세트를 추가합니다.
getPageList()페이지 세트 목록을 가져옵니다.
iterator()열거자를 반환합니다.
iterator_Rename_Namesake()

ExtendedApsDocument()

public ExtendedApsDocument()

새로운 ExtendedApsDocument 클래스 인스턴스를 초기화합니다.

accept(ApsDocumentVisitor visitor)

public void accept(ApsDocumentVisitor visitor)

이 요소에 ApsDocumentVisitor를 수락합니다.

Parameters:

매개변수유형설명
방문자com.aspose.foundation.rendering.ApsDocumentVisitor방문자.

addPage(ApsPage page)

public void addPage(ApsPage page)

문서에 페이지 세트를 추가합니다.

Parameters:

매개변수유형설명
페이지com.aspose.foundation.rendering.ApsPage페이지 세트.

getPageList()

public System.Collections.Generic.List<ApsPage> getPageList()

페이지 세트 목록을 가져옵니다.

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.foundation.rendering.ApsPage>

iterator()

public System.Collections.Generic.IGenericEnumerator<ApsPage> iterator()

열거자를 반환합니다.

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.foundation.rendering.ApsPage>

iterator_Rename_Namesake()

public System.Collections.IEnumerator iterator_Rename_Namesake()

Returns: com.aspose.ms.System.Collections.IEnumerator