C# Class TabulaRasa.MetaObjects.SingleTagReplacer

Inheritance: TagReplacer
Datei anzeigen Open project: Eskat0n/TabulaRasa

Public Methods

Method Description
Replace ( Paragraph newValue ) : void
Replace ( string newValue ) : void
SingleTagReplacer ( string name, DocxDocument document ) : DocumentFormat.OpenXml.Wordprocessing

Method Details

Replace() public method

public Replace ( Paragraph newValue ) : void
newValue Paragraph
return void

Replace() public method

public Replace ( string newValue ) : void
newValue string
return void

SingleTagReplacer() public method

public SingleTagReplacer ( string name, DocxDocument document ) : DocumentFormat.OpenXml.Wordprocessing
name string
document DocxDocument
return DocumentFormat.OpenXml.Wordprocessing