C# Class Novacode.Text

Inheritance: DocXElement
ファイルを表示 Open project: WordDocX/DocX Class Usage Examples

Public Methods

Method Description
PreserveSpace ( System.Xml.Linq.XElement e ) : void

If a text element or delText element, starts or ends with a space, it must have the attribute space, otherwise it must not have it.

Private Methods

Method Description
SplitText ( Text t, int index ) : System.Xml.Linq.XElement[]
Text ( DocX document, System.Xml.Linq.XElement xml, int startIndex ) : System

Method Details

PreserveSpace() public static method

If a text element or delText element, starts or ends with a space, it must have the attribute space, otherwise it must not have it.
public static PreserveSpace ( System.Xml.Linq.XElement e ) : void
e System.Xml.Linq.XElement The (t or delText) element check
return void