C# Class PurplePen.TextPart

Show file Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
format TextFormat
text string

Public Methods

Method Description
TextPart ( TextFormat format, string text ) : System

Method Details

TextPart() public method

public TextPart ( TextFormat format, string text ) : System
format TextFormat
text string
return System

Property Details

format public property

public TextFormat format
return TextFormat

text public property

public string text
return string