C# Class SlideBuilder.Models.Shapes.MDShapeMultiCode

Inheritance: IMDShape
Mostra file Open project: TelerikAcademy/Common

Public Methods

Method Description
AddCodeLine ( MDShapeText shapeText ) : void
AddLine ( string line, int indent ) : void
GetLine ( ) : string
MDShapeMultiCode ( string lang ) : System
ToString ( ) : string

Method Details

AddCodeLine() public method

public AddCodeLine ( MDShapeText shapeText ) : void
shapeText MDShapeText
return void

AddLine() public method

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

GetLine() public method

public GetLine ( ) : string
return string

MDShapeMultiCode() public method

public MDShapeMultiCode ( string lang ) : System
lang string
return System

ToString() public method

public ToString ( ) : string
return string