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