C# Class SlideBuilder.Models.Slides.MDSlidePresentationTitle

Inheritance: MDSlide, IMDSlide
Afficher le fichier Open project: TelerikAcademy/Common

Méthodes publiques

Méthode Description
AddShape ( IMDShape mdShape ) : void
AddShapes ( IEnumerable mdShapes ) : void
MDSlidePresentationTitle ( ) : System.Collections.Generic
ToStringArray ( ) : string[]

Private Methods

Méthode Description
ParseSignature ( ) : string

Method Details

AddShape() public méthode

public AddShape ( IMDShape mdShape ) : void
mdShape IMDShape
Résultat void

AddShapes() public méthode

public AddShapes ( IEnumerable mdShapes ) : void
mdShapes IEnumerable
Résultat void

MDSlidePresentationTitle() public méthode

public MDSlidePresentationTitle ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToStringArray() public méthode

public ToStringArray ( ) : string[]
Résultat string[]