C# Class AODL.Document.Content.Text.TextControl.WhiteSpaceHelper

WhiteSpace convesation
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
GetWhiteSpaceHtml ( string text ) : string

Convert all AODL whitespace control character \ws3 into their OpenDocument Xml textnodes

GetWhiteSpaceXml ( string stringToConvert ) : string

Convert all whitespace groups " " into OpenDocument Xml textnodes

Private Methods

Method Description
GetHtmlWhiteSpace ( int length ) : string

Gets the HTML white space.

GetXmlWhiteSpace ( int length ) : string

Gets the XML white space.

Method Details

GetWhiteSpaceHtml() public static method

Convert all AODL whitespace control character \ws3 into their OpenDocument Xml textnodes
public static GetWhiteSpaceHtml ( string text ) : string
text string The string to convert.
return string

GetWhiteSpaceXml() public static method

Convert all whitespace groups " " into OpenDocument Xml textnodes
public static GetWhiteSpaceXml ( string stringToConvert ) : string
stringToConvert string The string to convert.
return string