C# Класс AODL.Document.Content.Text.XLink

Represent a hyperlink, which could be a web-, ftp- or telnet link
Наследование: IText, IHtml, ITextContainer, ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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