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

WhiteSpace convesation
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetHtmlWhiteSpace ( int length ) : string

Gets the HTML white space.

GetXmlWhiteSpace ( int length ) : string

Gets the XML white space.

Method Details

GetWhiteSpaceHtml() public static méthode

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

GetWhiteSpaceXml() public static méthode

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