The EditorUtility type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EditorUtility |
Initializes a new instance of the EditorUtility class
|
Methods
Name | Description | |
---|---|---|
CleanUpHTMLCode |
Use the Clean Up HTML function to remove empty tags, combine nested font tags, and otherwise improve messy or unreadable HTML code.
|
|
CleanUpMicrosoftWordHTML |
Use the Clean Up Word HTML function to remove the extraneous HTML code generated by Microsoft Word.
|
|
ConvertRelativeToAbsoluteRefs |
Converts all relative url references
href="myfolder/mypage.htm"
into absolute url references
href="http://mywebsite/myfolder/mypage.htm"
|
|
ConvertToXml |
Helper function used to ensure we can Convert HTML to XHTML.
|
|
ConvertToXmlDocument |
ConvertToXmlDocument
|
|
ConvertWordToHTML |
Helper function used to ensure we can get the strip out all of the tags from a Word file and convert it HTML.
|
|
EncodeUnicodeChars |
EncodeUnicodeChars
|
|
Equals | (Inherited from Object.) | |
ExtractPlainTextOutOfHtml |
Helper function used to ensure we can get the plain text and strip out all of the HTML tags from the document.
|
|
ExtractPlainTextWithLinefeedsOutOfHtml | ||
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.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetPlainText |
GetPlainText
|
|
GetRandomNext | ||
GetTimeStampfilename | ||
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
IsNumeric | ||
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ProcessPhyPath |
Get the current file path - physical path
|
|
ProcessWebPath |
Get the correct files path - virtual path
|
|
RemoveAbsolutelLinkPaths |
Should strip the absolute link paths
|
|
RemoveServerNamesFromUrls |
Removes the local servername from A and IMG tags
|
|
ReplaceParam |
Replace the param of url
|
|
StripScriptTagsFromInput |
Helper function used to ensure we don't inject script into the db.
|
|
StripTagsFromInput |
StripTagsFromInput
|
|
ToString | (Inherited from Object.) |