C# Class Novacode.Content

Inheritance: InsertBeforeOrAfter
Exibir arquivo Open project: WordDocX/DocX Class Usage Examples

Public Properties

Property Type Description
ParentContainer ContainerType

Public Methods

Method Description
SetText ( string newText ) : void

Private Methods

Method Description
Content ( DocX document, System.Xml.Linq.XElement xml, int startIndex ) : System.Collections.Generic

Method Details

SetText() public method

public SetText ( string newText ) : void
newText string
return void

Property Details

ParentContainer public_oe property

public ContainerType ParentContainer
return ContainerType