C# Class NBoilerpipe.Labels.LabelAction

Helps adding labels to NBoilerpipe.Document.TextBlock s.
Show file Open project: oganix/NBoilerpipe Class Usage Examples

Protected Properties

Property Type Description
labels string[]

Public Methods

Method Description
AddTo ( TextBlock tb ) : void
LabelAction ( ) : NBoilerpipe.Document
ToString ( ) : string

Protected Methods

Method Description
AddLabelsTo ( TextBlock tb ) : void

Method Details

AddLabelsTo() protected method

protected AddLabelsTo ( TextBlock tb ) : void
tb NBoilerpipe.Document.TextBlock
return void

AddTo() public method

public AddTo ( TextBlock tb ) : void
tb NBoilerpipe.Document.TextBlock
return void

LabelAction() public method

public LabelAction ( ) : NBoilerpipe.Document
return NBoilerpipe.Document

ToString() public method

public ToString ( ) : string
return string

Property Details

labels protected property

protected string[] labels
return string[]