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
|
Méthode | Description | |
---|---|---|
GetHtmlWhiteSpace ( int length ) : string |
Gets the HTML white space.
|
|
GetXmlWhiteSpace ( int length ) : string |
Gets the XML white space.
|
public static GetWhiteSpaceHtml ( string text ) : string | ||
text | string | The string to convert. |
Résultat | string |
public static GetWhiteSpaceXml ( string stringToConvert ) : string | ||
stringToConvert | string | The string to convert. |
Résultat | string |