C# Class SlideBuilder.Models.Shapes.MDShapeTitle

Inheritance: MDShapeText, IMDShape
Afficher le fichier Open project: TelerikAcademy/Common

Méthodes publiques

Свойство Type Description
isTitleCommented bool

Méthodes publiques

Méthode Description
MDShapeTitle ( string line )
MDShapeTitle ( string line, bool isSecondaryTitle, bool isTitleCommented = false )
ToString ( ) : string

Method Details

MDShapeTitle() public méthode

public MDShapeTitle ( string line )
line string

MDShapeTitle() public méthode

public MDShapeTitle ( string line, bool isSecondaryTitle, bool isTitleCommented = false )
line string
isSecondaryTitle bool
isTitleCommented bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

isTitleCommented public_oe property

public bool isTitleCommented
Résultat bool