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

Represent the style for a FormatedText object.
상속: IStyle
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the TextStyle class.

TextStyle ( IDocument document, string styleName ) : System

Initializes a new instance of the TextStyle class.

비공개 메소드들

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

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( string name ) : 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.

메소드 상세

TextStyle() 공개 메소드

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

TextStyle() 공개 메소드

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