메소드 | 설명 | |
---|---|---|
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.
|
public XLink ( IDocument document ) : System | ||
document | IDocument | The document. |
리턴 | System |
public XLink ( IDocument document, string href, string name ) : System | ||
document | IDocument | The document. |
href | string | The href. |
name | string | The name. |
리턴 | System |