IHeadingPair{/i:
Približni podaci
IShapeCollection je sučelje u Aspose.Slides za NET. Nasljednici od: IEnumerable<IShape>.
Predstavlja uređenu, promjenjivu skupinu objekata koji pripadaju slajd ili grupi.
Oznake i značajke
| Izvršni datum: | Iznos: | Prihvat | Opisivanje |
|---|---|---|---|
ParentGroup | IGroupShape? | Čitaj. | Dobiva oblik grupe koja sadrži ovu zbirku, ako ih ima. |
AsICollection | IList<IShape> | Čitaj. | Obavješćuje oblike kao IList za pristup u stilu zbirke. |
AsIEnumerable | IEnumerable<IShape> | Čitaj. | Obezbeđuje oblike kao IEnumerable za iteraciju. |
Count | int | Čitaj. | Vraća broj oblika u kolekciji. |
Metoda za primjenu
| Potpis | Opisivanje |
|---|---|
ToArray() | Spisak koji sadrži sve oblike u kolekciji. |
ToArray(startIndex: int, count: int) | Arhiva koja sadrži određeni raspon oblika. |
Reorder(index: int, shape: IShape) | Oblik da se kreće. |
Reorder(index: int, shapes: IShape[]) | Oblike za kretanje. |
AddAutoShape(shapeType: ShapeType, x: float, y: float, width: float, height: float) | Stvoren auto oblik. |
AddAutoShape(shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | Stvoren auto oblik. |
InsertAutoShape(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float) | Stvoren auto oblik. |
InsertAutoShape(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | Stvoren auto oblik. |
AddConnector(shapeType: ShapeType, x: float, y: float, width: float, height: float) | Stvoren konektor. |
AddConnector(shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | Stvoren konektor. |
InsertConnector(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float) | Stvoren konektor. |
InsertConnector(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float, createFromTemplate: bool) | Stvoren konektor. |
AddPictureFrame(shapeType: ShapeType, x: float, y: float, width: float, height: float, image: IPPImage) | Stvorena slika. |
InsertPictureFrame(index: int, shapeType: ShapeType, x: float, y: float, width: float, height: float, image: IPPImage) | Stvorena slika. |
AddTable(x: float, y: float, columnWidths: double[], rowHeights: double[]) | Stvoreni stol. |
InsertTable(index: int, x: float, y: float, columnWidths: double[], rowHeights: double[]) | Stvoreni stol. |
IndexOf(shape: IShape) | Indeks na osnovi nule, ili -1 ako oblik nije u zbirci. |
RemoveAt(index: int) | Indeks na osnovi nule oblika koji treba ukloniti. |
Remove(shape: IShape) | Oblik koji treba ukloniti. |
Clear() | Uklanja sve oblike iz kolekcije |