C# 클래스 Novacode.Text

상속: DocXElement
파일 보기 프로젝트 열기: WordDocX/DocX 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
SplitText ( Text t, int index ) : System.Xml.Linq.XElement[]
Text ( DocX document, System.Xml.Linq.XElement xml, int startIndex ) : System

메소드 상세

PreserveSpace() 공개 정적인 메소드

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
리턴 void