Method clipboardData.getHtml(+ 1 overload)
Overload
Gets HTML text from the clipboard. Uses clipboard format ClipFormats.Html ("HTML Format").
public static string getHtml()
Returns
|
string
|
Exceptions
|
AuException
Failed to open clipboard (after 10 s of wait/retry). |
Overload(top)
Gets HTML text from the clipboard. Uses clipboard format ClipFormats.Html ("HTML Format").
public static string getHtml(out int fragmentStart, out int fragmentLength, out string sourceURL)
Parameters
|
fragmentStart (int)
Fragment start index in the returned string. |
|
fragmentLength (int)
Fragment length. |
|
sourceURL (string)
Source URL, or |
Returns
|
string
|
Exceptions
|
AuException
Failed to open clipboard (after 10 s of wait/retry). |