C# 클래스 TabulaRasa.MetaObjects.TagReplacer

파일 보기 프로젝트 열기: Eskat0n/TabulaRasa 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Document DocxDocument

공개 메소드들

메소드 설명
Replace ( Paragraph newValue ) : void
Replace ( string newValue ) : void

보호된 메소드들

메소드 설명
TagReplacer ( string name, DocxDocument document ) : DocumentFormat.OpenXml.Wordprocessing

메소드 상세

Replace() 공개 추상적인 메소드

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

Replace() 공개 추상적인 메소드

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

TagReplacer() 보호된 메소드

protected TagReplacer ( string name, DocxDocument document ) : DocumentFormat.OpenXml.Wordprocessing
name string
document DocxDocument
리턴 DocumentFormat.OpenXml.Wordprocessing

프로퍼티 상세

Document 보호되어 있는 프로퍼티

protected DocxDocument Document
리턴 DocxDocument