C# 클래스 AODL.Document.Styles.WallStyle

Summary description for WallStyle.
상속: AbstractStyle
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
WallStyle ( IDocument document ) : System

the constructor of wall style

WallStyle ( IDocument document, string styleName ) : System

Initializes a new instance of the TableStyle class.

비공개 메소드들

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

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new Xml node.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

메소드 상세

WallStyle() 공개 메소드

the constructor of wall style
public WallStyle ( IDocument document ) : System
document IDocument
리턴 System

WallStyle() 공개 메소드

Initializes a new instance of the TableStyle class.
public WallStyle ( IDocument document, string styleName ) : System
document IDocument The spreadsheet document.
styleName string Name of the style.
리턴 System