Property | Type | Description | |
---|---|---|---|
ApplyStyle | void | ||
CanApplyStyle | bool | ||
CanDelete | bool | ||
CanInsertText | bool | ||
Delete | void | ||
InsertText | void | ||
InsertText | void |
Method | Description | |
---|---|---|
GetStyleNameAt ( |
||
LiteralStringParaHookup ( object target, IStringParaNotification para ) : System | ||
SelectAtEnd ( ) : |
This kind of hookup can really do it!
|
|
SelectAtStart ( ) : |
This kind of hookup can really do it!
|
Method | Description | |
---|---|---|
ApplyStyle ( |
||
CanApplyStyle ( |
||
CanDelete ( |
Return true if we can delete the specified range. A LiteralStringHookup never can, but some subclasses can.
|
|
CanInsertText ( |
A generic hookup knows it can't, but various subclasses can.
|
|
Delete ( |
Delete the specified range (some subclasses actually can). Todo JohnT: more should be able to.
|
|
InsertText ( |
||
InsertText ( |
public GetStyleNameAt ( |
||
ip | ||
return | string |
public LiteralStringParaHookup ( object target, IStringParaNotification para ) : System | ||
target | object | |
para | IStringParaNotification | |
return | System |
public SelectAtEnd ( ) : |
||
return |
public SelectAtStart ( ) : |
||
return |