HyperlinkHistory Property |
Determines whether the target of the parent hyperlink shall be added
to a list of viewed hyperlinks when it is invoked.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public bool History { get; set; }
Public Property History As Boolean
Get
Set
public:
virtual property bool History {
bool get () sealed;
void set (bool value) sealed;
}
abstract History : bool with get, set
override History : bool with get, set
Property Value
Type:
BooleanImplements
IHyperlinkHistorySee Also