C# 클래스 AODL.Document.Content.Text.XLink

Represent a hyperlink, which could be a web-, ftp- or telnet link
상속: IText, IHtml, ITextContainer, ICloneable
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Create a deep clone of this XLink object.

A possible Attached Style wouldn't be cloned!

GetHtml ( ) : string

Return the content as Html string

XLink ( IDocument document ) : System

Initializes a new instance of the XLink class.

XLink ( IDocument document, string href, string name ) : System

Initializes a new instance of the XLink class.

비공개 메소드들

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

Creates the attribute.

GetLink ( ) : string

Gets the link.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

News the XML node.

TextContent_Inserted ( int index, object value ) : void

Append the xml from added IText object.

TextContent_Removed ( int index, object value ) : void

Texts the content_ removed.

메소드 상세

Clone() 공개 메소드

Create a deep clone of this XLink object.
A possible Attached Style wouldn't be cloned!
public Clone ( ) : object
리턴 object

GetHtml() 공개 메소드

Return the content as Html string
public GetHtml ( ) : string
리턴 string

XLink() 공개 메소드

Initializes a new instance of the XLink class.
public XLink ( IDocument document ) : System
document IDocument The document.
리턴 System

XLink() 공개 메소드

Initializes a new instance of the XLink class.
public XLink ( IDocument document, string href, string name ) : System
document IDocument The document.
href string The href.
name string The name.
리턴 System