HyperlinkTargetFrame Property |
Returns the frame within the parent HTML frameset for the target
of the parent hyperlink when one exists.
Read/wite
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string TargetFrame { get; set; }
Public Property TargetFrame As String
Get
Set
public:
virtual property String^ TargetFrame {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract TargetFrame : string with get, set
override TargetFrame : string with get, set
Property Value
Type:
StringImplements
IHyperlinkTargetFrame
See Also