Class Hyperlink
Represents a hyperlink in a document.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class Hyperlink : XDLSSerializableBase, IEntityBase, IXDLSSerializable
Properties
Bookmark
Gets / sets bookmark.
Declaration
public Bookmark Bookmark { get; set; }
Property Value
Type |
---|
Bookmark |
FilePath
Gets / sets file path.
Declaration
public string FilePath { get; set; }
Property Value
Type |
---|
System.String |
HyperlinkType
Gets / sets a HyperlinkType object that indicates the link type.
Declaration
public HyperlinkType HyperlinkType { get; set; }
Property Value
Type |
---|
HyperlinkType |
Uri
Gets / sets url link.
Declaration
public string Uri { get; set; }
Property Value
Type |
---|
System.String |
Methods
InitXDLSHolder()
Declaration
protected override void InitXDLSHolder()
Overrides
ReadXmlAttributes(IXDLSAttributeReader)
Overloaded. Reads XML attributes.
Declaration
protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeReader | reader | Reader object. |
Overrides
RestoreReference(String, Int32)
Restores object references after deserialization.
Declaration
protected override void RestoreReference(string name, int index)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Int32 | index |
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Overloaded. Write attributes to xml.
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeWriter | writer | Writer object. |