Свойство | Тип | Описание | |
---|---|---|---|
Document | DocxDocument |
Метод | Описание | |
---|---|---|
Replace ( Paragraph newValue ) : void | ||
Replace ( string newValue ) : void |
Метод | Описание | |
---|---|---|
TagReplacer ( string name, DocxDocument document ) : DocumentFormat.OpenXml.Wordprocessing |
public abstract Replace ( Paragraph newValue ) : void | ||
newValue | Paragraph | |
Результат | void |
public abstract Replace ( string newValue ) : void | ||
newValue | string | |
Результат | void |
protected TagReplacer ( string name, DocxDocument document ) : DocumentFormat.OpenXml.Wordprocessing | ||
name | string | |
document | DocxDocument | |
Результат | DocumentFormat.OpenXml.Wordprocessing |