ChartCollection (مُحملة مكان)
المعلومات العامة
IShapeCollection هي واجهة في Aspose.Slides لـ NET. الميراث من: IEnumerable<IShape>.
يمثل مجموعة مرتبة، قابلة للتغيير من الأشياء التي تنتمي إلى شكل الشريحة أو المجموعة.
خصائص
| اسم | النوع | الوصول | وصف |
|---|---|---|---|
ParentGroup | IGroupShape? | اقرأ | يحصل على شكل المجموعة التي تحتوي على هذه المجمع، إذا كان هناك أي. |
AsICollection | IList<IShape> | اقرأ | يوفر الأشكال كـ IList للوصول على شكل مجموعة. |
AsIEnumerable | IEnumerable<IShape> | اقرأ | يوفر الأشكال كـ IEnumerable للتكرار |
Count | int | اقرأ | يعيد عدد الأشكال في المجموعة |
الطرق
| التوقيع | وصف |
|---|---|
ToArray() | صف يحتوي على جميع الأشكال في المجموعة. |
ToArray(startIndex: int, count: int) | صف يحتوي على نطاق محدد من الأشكال. |
Reorder(index: int, shape: IShape) | الشكل للتحرك. |
Reorder(index: int, shapes: IShape[]) | الأشكال للتحرك. |
AddAutoShape(shapeType: ShapeType, x: float, y: float, width: float, height: float) | الشكل الآلي الذي تم إنشاؤه. |
AddAutoShape(shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | الشكل الآلي الذي تم إنشاؤه. |
InsertAutoShape(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float) | الشكل الآلي الذي تم إنشاؤه. |
InsertAutoShape(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | الشكل الآلي الذي تم إنشاؤه. |
AddConnector(shapeType: ShapeType, x: float, y: float, width: float, height: float) | المصل الذي تم إنشاؤه. |
AddConnector(shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | المصل الذي تم إنشاؤه. |
InsertConnector(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float) | المصل الذي تم إنشاؤه. |
InsertConnector(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | المصل الذي تم إنشاؤه. |
AddPictureFrame(shapeType: ShapeType, x: float, y: float, width: float, height: float, image: IPPImage) | الإطار الصورية التي تم إنشاؤها. |
InsertPictureFrame(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float, image: IPPImage) | الإطار الصورية التي تم إنشاؤها. |
AddTable(x: float, y: float, columnWidths: double[], rowHeights: double[]) | الطاولة التي تم إنشاؤها. |
InsertTable(index: int, x: float, y: float, columnWidths: double[], rowHeights: double[]) | الطاولة التي تم إنشاؤها. |
IndexOf(shape: IShape) | المؤشر على أساس الصفر، أو -1 إذا لم يكن الشكل في المجموعة. |
RemoveAt(index: int) | مؤشر القاعدة الصفر للشكل الذي سيتم إزالته. |
Remove(shape: IShape) | الشكل الذي يجب إزاله. |
Clear() | إزالة جميع الأشكال من المجموعة |