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

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

공개 메소드들

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

Initializes a new instance of the GraphicProperties class.

비공개 메소드들

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

Create a XmlAttribute for propertie XmlNode.

InitStandardImplemenation ( ) : void

Inits the standard implemenation.

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

메소드 상세

GraphicProperties() 공개 메소드

Initializes a new instance of the GraphicProperties class.
public GraphicProperties ( IStyle style ) : System
style IStyle The style.
리턴 System