C# Class SlideBuilder.Models.Shapes.MDShapeText

Inheritance: IMDShape
Afficher le fichier Open project: TelerikAcademy/Common Class Usage Examples

Méthodes publiques

Méthode Description
AddLine ( string line, int indent ) : void
GetIndent ( ) : string
GetLine ( ) : string
MDShapeText ( ) : System
MDShapeText ( string line, int indent ) : System
ToString ( ) : string

Method Details

AddLine() public méthode

public AddLine ( string line, int indent ) : void
line string
indent int
Résultat void

GetIndent() public méthode

public GetIndent ( ) : string
Résultat string

GetLine() public méthode

public GetLine ( ) : string
Résultat string

MDShapeText() public méthode

public MDShapeText ( ) : System
Résultat System

MDShapeText() public méthode

public MDShapeText ( string line, int indent ) : System
line string
indent int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string