The EditorUtility type exposes the following members.

Constructors

  Name Description
Public method EditorUtility
Initializes a new instance of the EditorUtility class

Methods

  Name Description
Public method Static member CleanUpHTMLCode
Use the Clean Up HTML function to remove empty tags, combine nested font tags, and otherwise improve messy or unreadable HTML code.
Public method Static member CleanUpMicrosoftWordHTML
Use the Clean Up Word HTML function to remove the extraneous HTML code generated by Microsoft Word.
Public method Static member ConvertRelativeToAbsoluteRefs
Converts all relative url references href="myfolder/mypage.htm" into absolute url references href="http://mywebsite/myfolder/mypage.htm"
Public method Static member ConvertToXml
Helper function used to ensure we can Convert HTML to XHTML.
Public method Static member ConvertToXmlDocument
ConvertToXmlDocument
Public method Static member ConvertWordToHTML
Helper function used to ensure we can get the strip out all of the tags from a Word file and convert it HTML.
Public method Static member EncodeUnicodeChars
EncodeUnicodeChars
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Static member ExtractPlainTextOutOfHtml
Helper function used to ensure we can get the plain text and strip out all of the HTML tags from the document.
Public method Static member ExtractPlainTextWithLinefeedsOutOfHtml
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetPlainText
GetPlainText
Public method Static member GetRandomNext
Public method Static member GetTimeStampfilename
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Static member IsNumeric
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Static member ProcessPhyPath
Get the current file path - physical path
Public method Static member ProcessWebPath
Get the correct files path - virtual path
Public method Static member RemoveAbsolutelLinkPaths
Should strip the absolute link paths
Public method Static member RemoveServerNamesFromUrls
Removes the local servername from A and IMG tags
Public method Static member ReplaceParam
Replace the param of url
Public method Static member StripScriptTagsFromInput
Helper function used to ensure we don't inject script into the db.
Public method Static member StripTagsFromInput
StripTagsFromInput
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also