Search
HtmlBuilder.setLinkTarget Method
See Also
 

Sets the name of the target frame where hyperlinks should be opened.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setLinkTarget (
    String value
)

 Parameters

value

A String containing the name of the target frame.

 See Also