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

Represent the list level style.
상속: AbstractStyle
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
ListLevelStyle ( IDocument document, ListStyle style, ListStyles typ, int level ) : System

Initializes a new instance of the ListLevelStyle class.

비공개 메소드들

메소드 설명
AddListLevel ( int level ) : void

Adds the list level.

AddTextPropertie ( ) : void

Add the TextPropertie, necessary if the list is a bullet list.

CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

InitStandards ( int level ) : void

Inits the standards.

NewXmlNode ( ListStyles typ, int level ) : void

Create the XmlNode that represent the Style element.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

메소드 상세

ListLevelStyle() 공개 메소드

Initializes a new instance of the ListLevelStyle class.
public ListLevelStyle ( IDocument document, ListStyle style, ListStyles typ, int level ) : System
document IDocument The document.
style ListStyle The style.
typ ListStyles The typ.
level int The level.
리턴 System