Свойство | Type | Description | |
---|---|---|---|
Document | DocxDocument |
Méthode | Description | |
---|---|---|
Replace ( Paragraph newValue ) : void | ||
Replace ( string newValue ) : void |
Méthode | Description | |
---|---|---|
TagReplacer ( string name, DocxDocument document ) : DocumentFormat.OpenXml.Wordprocessing |
public abstract Replace ( Paragraph newValue ) : void | ||
newValue | Paragraph | |
Résultat | void |
public abstract Replace ( string newValue ) : void | ||
newValue | string | |
Résultat | void |
protected TagReplacer ( string name, DocxDocument document ) : DocumentFormat.OpenXml.Wordprocessing | ||
name | string | |
document | DocxDocument | |
Résultat | DocumentFormat.OpenXml.Wordprocessing |