C# 클래스 SlideBuilder.Models.Shapes.MDShapeText

상속: IMDShape
파일 보기 프로젝트 열기: TelerikAcademy/Common 1 사용 예제들

공개 메소드들

메소드 설명
AddLine ( string line, int indent ) : void
GetIndent ( ) : string
GetLine ( ) : string
MDShapeText ( ) : System
MDShapeText ( string line, int indent ) : System
ToString ( ) : string

메소드 상세

AddLine() 공개 메소드

public AddLine ( string line, int indent ) : void
line string
indent int
리턴 void

GetIndent() 공개 메소드

public GetIndent ( ) : string
리턴 string

GetLine() 공개 메소드

public GetLine ( ) : string
리턴 string

MDShapeText() 공개 메소드

public MDShapeText ( ) : System
리턴 System

MDShapeText() 공개 메소드

public MDShapeText ( string line, int indent ) : System
line string
indent int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string