ITextFrameFormat{Categorie:Documentele de activitate}
Opinie generală
IShapeCollection este o interfață în Aspose.Slides pentru NET. Moștenitorii de la: IEnumerable<IShape>.
Reprezintă o colecție ordonată, mutabilă de obiecte care aparțin unei forme slajd sau grup.
Proprietăți
| Numele de proprietate | Tipul de vehicul | Accesul | Descriere: |
|---|---|---|---|
ParentGroup | IGroupShape? | Citeşte. | Obține forma grupului care conține această colecție, dacă există. |
AsICollection | IList<IShape> | Citeşte. | Oferă formele ca un IList pentru accesul în stil colectare. |
AsIEnumerable | IEnumerable<IShape> | Citeşte. | Furnizează formele ca un IEnumerable pentru iterare |
Count | int | Citeşte. | Întoarce numărul de forme din colecție. |
Metode de evaluare
| Semnătura | Descriere: |
|---|---|
ToArray() | O matrice care conține toate formele din colecție. |
ToArray(startIndex: int, count: int) | O matrice care conține gama specificată de forme. |
Reorder(index: int, shape: IShape) | Forma de a se mișca. |
Reorder(index: int, shapes: IShape[]) | Formele de a muta. |
AddAutoShape(shapeType: ShapeType, x: float, y: float, width: float, height: float) | Forma auto creată. |
AddAutoShape(shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | Forma auto creată. |
InsertAutoShape(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float) | Forma auto creată. |
InsertAutoShape(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | Forma auto creată. |
AddConnector(shapeType: ShapeType, x: float, y: float, width: float, height: float) | Conectorul creat. |
AddConnector(shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | Conectorul creat. |
InsertConnector(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float) | Conectorul creat. |
InsertConnector(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | Conectorul creat. |
AddPictureFrame(shapeType: ShapeType, x: float, y: float, width: float, height: float, image: IPPImage) | Cadrul de imagine creat. |
InsertPictureFrame(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float, image: IPPImage) | Cadrul de imagine creat. |
AddTable(x: float, y: float, columnWidths: double[], rowHeights: double[]) | Masa creată. |
InsertTable(index: int, x: float, y: float, columnWidths: double[], rowHeights: double[]) | Masa creată. |
IndexOf(shape: IShape) | Indicele pe bază de zero, sau -1 dacă forma nu este în colecție. |
RemoveAt(index: int) | Indicele pe bază de zero al formei care urmează să fie eliminată. |
Remove(shape: IShape) | Forma de îndepărtat. |
Clear() | Îndepărtează toate formele din colecție. |