Property | Type | Description | |
---|---|---|---|
mIsRegEx | bool | ||
mName | string | ||
mNeverReflowIntoNextLine | bool | ||
mNeverReflowLine | bool | ||
mString | string |
Method | Description | |
---|---|---|
BreakFlowString ( |
||
BreakFlowString ( |
||
BreakFlowString ( string mName, string mString, bool mIsRegEx, bool mNeverReflowLine, bool mNeverReflowIntoNextLine ) : System | ||
dumpToXml ( |
||
matches ( string st, bool ontoNextLineAsWell ) : bool |
public BreakFlowString ( |
||
other | ||
return | System |
public BreakFlowString ( |
||
r | ||
return | System |
public BreakFlowString ( string mName, string mString, bool mIsRegEx, bool mNeverReflowLine, bool mNeverReflowIntoNextLine ) : System | ||
mName | string | |
mString | string | |
mIsRegEx | bool | |
mNeverReflowLine | bool | |
mNeverReflowIntoNextLine | bool | |
return | System |
public dumpToXml ( |
||
w | ||
return | void |
public matches ( string st, bool ontoNextLineAsWell ) : bool | ||
st | string | |
ontoNextLineAsWell | bool | |
return | bool |