C# 클래스 AODL.Document.Content.Text.TextControl.WhiteSpaceHelper

WhiteSpace convesation
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetHtmlWhiteSpace ( int length ) : string

Gets the HTML white space.

GetXmlWhiteSpace ( int length ) : string

Gets the XML white space.

메소드 상세

GetWhiteSpaceHtml() 공개 정적인 메소드

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

GetWhiteSpaceXml() 공개 정적인 메소드

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