C# Class SlideBuilder.Models.Shapes.MDShapeText

Inheritance: IMDShape
Mostra file Open project: TelerikAcademy/Common Class Usage Examples

Public Methods

Method 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 method

public AddLine ( string line, int indent ) : void
line string
indent int
return void

GetIndent() public method

public GetIndent ( ) : string
return string

GetLine() public method

public GetLine ( ) : string
return string

MDShapeText() public method

public MDShapeText ( ) : System
return System

MDShapeText() public method

public MDShapeText ( string line, int indent ) : System
line string
indent int
return System

ToString() public method

public ToString ( ) : string
return string