C# 클래스 AODL.Document.Content.Text.TextControl.WhiteSpace

WhiteSpace represent a white space element.
상속: IText
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
WhiteSpace ( IDocument document, XmlNode node ) : System

Initializes a new instance of the WhiteSpace class.

WhiteSpace ( IDocument document, int whiteSpacesCount ) : System

Initializes a new instance of the WhiteSpace class.

비공개 메소드들

메소드 설명
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create a new XmlNode.

메소드 상세

WhiteSpace() 공개 메소드

Initializes a new instance of the WhiteSpace class.
public WhiteSpace ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 System

WhiteSpace() 공개 메소드

Initializes a new instance of the WhiteSpace class.
public WhiteSpace ( IDocument document, int whiteSpacesCount ) : System
document IDocument The document.
whiteSpacesCount int The document.
리턴 System