Hyperlink MembersGemBox.Document Help

The Hyperlink type exposes the following members.
Constructors

  NameDescription
Public methodHyperlink(DocumentModel, String,  Inline )
Initializes a new instance of the Hyperlink class.
Public methodHyperlink(DocumentModel, String, IEnumerable Inline )
Initializes a new instance of the Hyperlink class.
Public methodHyperlink(DocumentModel, String, String)
Initializes a new instance of the Hyperlink class.
Back to Top
Methods

  NameDescription
Public methodClone
Clones this Hyperlink instance, and optionally clones it's display elements.
Public methodStatic memberCreateHyperlinkStyledRun
Creates the hyperlink-styled Run.
Public methodGetChildElements(Boolean)
Gets the child elements.
(Inherited from Element.)
Public methodGetChildElements(Boolean,  ElementType )
Gets the child elements filtered by ElementType.
(Inherited from Element.)
Back to Top
Properties

  NameDescription
Public propertyAddress
Gets or sets the hyperlink address.
Public propertyDisplayInlines
Gets the hyperlink display Inlines.
Public propertyDocument
Gets the owner document.
(Inherited from Element.)
Public propertyElementType
Gets the ElementType of this Element instance.
(Overrides Element ElementType.)
Public propertyIsBookmarkLink
Gets or sets a value indicating whether this Hyperlink instance is bookmark link.
Public propertyParent
Gets the parent of this Element instance.
(Inherited from Element.)
Public propertyParentCollection
Gets the InlineCollection that contains this Inline instance.
(Inherited from Inline.)
Public propertyScreenTip
Gets or sets the screen tip.
Public propertyTargetFrame
Gets or sets the target frame.
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyIContentElement Content
Gets a sequence of ElementCollections that are contained under this IContentElement.
Back to Top
See Also