عرض

المعلومات العامة

Presentation هي فئة في Aspose.Slides لـ NET. الميراث من: IPresentation, IDisposable.

يمثل وثيقة عرض Microsoft PowerPoint. يدعم التحميل من الملفات أو التدفقات ، أو إنشاء عروض جديدة فارغة.

خصائص

اسمالنوعالوصولوصف
CurrentDateTimeDateTimeالقراءة/ الكتابةيعيد التاريخ والوقت الحاليين المستخدمين في حواسب المساحة.
SlidesISlideCollectionاقرأ
NotesSizeINotesSizeاقرأيحصل أو يحدد حجم شرائح الملاحظات
LayoutSlidesIGlobalLayoutSlideCollectionاقرأ
MastersIMasterSlideCollectionاقرأالوصول إلى مجموعة الشرائح الرئيسية
SectionsISectionCollectionاقرأيصل إلى مجموعة الأقسام في العرض التقديمي
CommentAuthorsICommentAuthorCollectionاقرأيصل إلى مجموعة من مؤلفي التعليقات
DocumentPropertiesIDocumentPropertiesاقرأيوفر الوصول إلى خصائص المستندات الأساسية، والمعمول بها، وتطبيقات التطبيع.
ImagesIImageCollectionاقرأيوفر الوصول إلى مجموعة الصور المضمنة
SourceFormatSourceFormatاقرأيشير إلى الشكل الأصلي للتقديم المحمول.
FirstSlideNumberintالقراءة/ الكتابة
AsIPresentationComponentIPresentationComponentاقرأ

الطرق

التوقيعوصف
Presentation()يخلق عرض جديد باستخدام خيارات تحميل محددة
Presentation(loadOptions: ILoadOptions)خيارات التحكم في سلوك الحمل.
Presentation(stream: Stream)تيار يحتوي على بيانات العرض.
Presentation(stream: Stream, loadOptions: ILoadOptions)خيارات التحكم في سلوك الحمل.
Presentation(file: string)الطريق إلى ملف العرض.
Presentation(file: string, loadOptions: ILoadOptions)خيارات التحكم في سلوك الحمل.
Save(fname: string, format: SaveFormat)السرعة الزائدة تسمح للمطورين بكتابة العرض إلى مسار ملف أو تيار ، وتحديد تنسيق الناتج ، وإتاحة خيارات الحفاظ بشكل اختياري.
Save(stream: Stream, format: SaveFormat)
Save(fname: string, format: SaveFormat, options: ISaveOptions)
Save(stream: Stream, format: SaveFormat, options: ISaveOptions)
Save(fname: string, slides: int[], format: SaveFormat)
Save(fname: string, slides: int[], format: SaveFormat, options: ISaveOptions)
Save(stream: Stream, slides: int[], format: SaveFormat)
Save(stream: Stream, slides: int[], format: SaveFormat, options: ISaveOptions)
Save(options: ISaveOptions)
Dispose()يطلق المصادر المستخدمة في هذا العرض.
 العربية