C# 클래스 AODL.Document.Styles.Properties.ColumnProperties

ColumnProperties represent the table column properties.
상속: IProperty
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
ColumnProperties ( IStyle style ) : System

The Constructor, create new instance of ColumnProperties

비공개 메소드들

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

메소드 상세

ColumnProperties() 공개 메소드

The Constructor, create new instance of ColumnProperties
public ColumnProperties ( IStyle style ) : System
style IStyle The ColumnStyle
리턴 System