C# 클래스 AODL.Document.Content.Tables.Column

Column represent a table column.
상속: IContent
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the Column class.

Column ( Table table, string styleName ) : System

Initializes a new instance of the Column class.

비공개 메소드들

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( string styleName ) : void

Create a new Xml node.

메소드 상세

Column() 공개 메소드

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

Column() 공개 메소드

Initializes a new instance of the Column class.
public Column ( Table table, string styleName ) : System
table Table The table.
styleName string Name of the style.
리턴 System