C# 클래스 AODL.Document.Content.Charts.ChartTitle

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

공개 메소드들

메소드 설명
ChartTitle ( Chart chart ) : System

Initializes a new instance of the charttitle class.

ChartTitle ( Chart chart, string styleName ) : System

Initializes a new instance of the charttitle class.

ChartTitle ( IDocument document, XmlNode node ) : System

Initializes a new instance of the charttitle class.

InitTitle ( ) : void

Init the title's default text

SetTitle ( string Title ) : void

set the title

비공개 메소드들

메소드 설명
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

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

Inits the standards.

NewXmlNode ( string styleName ) : void

메소드 상세

ChartTitle() 공개 메소드

Initializes a new instance of the charttitle class.
public ChartTitle ( Chart chart ) : System
chart Chart
리턴 System

ChartTitle() 공개 메소드

Initializes a new instance of the charttitle class.
public ChartTitle ( Chart chart, string styleName ) : System
chart Chart
styleName string The style name.
리턴 System

ChartTitle() 공개 메소드

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

InitTitle() 공개 메소드

Init the title's default text
public InitTitle ( ) : void
리턴 void

SetTitle() 공개 메소드

set the title
public SetTitle ( string Title ) : void
Title string
리턴 void