Property | Type | Description | |
---|---|---|---|
CopyWithNewContents |
Method | Description | |
---|---|---|
StringClientRun ( string contents, AssembledStyles style ) : System | ||
UniformRunLength ( int irun ) : int | ||
UniformRunStart ( int irun ) : int | ||
UniformRunStyles ( int irun ) : AssembledStyles | ||
UniformRunText ( int irun ) : string |
Method | Description | |
---|---|---|
CopyWithNewContents ( string newContents ) : |
Return an otherwise equivalent string client run that has the specified Contents. Subclasses should override to return the appropriate subclass and copy any additional information.
|
public StringClientRun ( string contents, AssembledStyles style ) : System | ||
contents | string | |
style | AssembledStyles | |
return | System |
public UniformRunStyles ( int irun ) : AssembledStyles | ||
irun | int | |
return | AssembledStyles |