C# 클래스 TabulaRasa.MetaObjects.SingleTagReplacer

상속: TagReplacer
파일 보기 프로젝트 열기: Eskat0n/TabulaRasa

공개 메소드들

메소드 설명
Replace ( Paragraph newValue ) : void
Replace ( string newValue ) : void
SingleTagReplacer ( string name, DocxDocument document ) : DocumentFormat.OpenXml.Wordprocessing

메소드 상세

Replace() 공개 메소드

public Replace ( Paragraph newValue ) : void
newValue Paragraph
리턴 void

Replace() 공개 메소드

public Replace ( string newValue ) : void
newValue string
리턴 void

SingleTagReplacer() 공개 메소드

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