Свойство | Тип | Описание | |
---|---|---|---|
properties |
Метод | Описание | |
---|---|---|
AddRtfPropertyListener ( IRtfPropertyListener listener ) : void | ||
AfterChange ( String propertyName ) : void | ||
BeforeChange ( String propertyName ) : void | ||
GetProperties ( String propertyGroup ) : |
||
GetProperty ( String propertyName ) : Object | ||
IsModified ( ) : bool | ||
IsModifiedCharacter ( ) : bool | ||
IsModifiedDocument ( ) : bool | ||
IsModifiedParagraph ( ) : bool | ||
IsModifiedSection ( ) : bool | ||
RemoveRtfPropertyListener ( IRtfPropertyListener listener ) : void | ||
SetModified ( String propertyName, bool modified ) : void | ||
SetModifiedCharacter ( bool modifiedCharacter ) : void | ||
SetModifiedDocument ( bool modifiedDocument ) : void | ||
SetModifiedParagraph ( bool modifiedParagraph ) : void | ||
SetModifiedSection ( bool modifiedSection ) : void | ||
SetProperty ( |
||
SetToDefault ( ) : void | ||
SetToDefault ( String propertyGroup ) : void | ||
ToggleProperty ( |
Метод | Описание | |
---|---|---|
AddToProperty ( String propertyName, int propertyValue ) : bool | ||
AddToProperty ( String propertyName, long propertyValue ) : bool | ||
RemoveProperty ( String propertyName ) : bool | ||
SetProperty ( String propertyName, Object propertyValueNew ) : bool | ||
SetProperty ( String propertyName, int propertyValueNew ) : bool | ||
SetProperty ( String propertyName, long propertyValueNew ) : bool |
public AddRtfPropertyListener ( IRtfPropertyListener listener ) : void | ||
listener | IRtfPropertyListener | |
Результат | void |
public AfterChange ( String propertyName ) : void | ||
propertyName | String | |
Результат | void |
public BeforeChange ( String propertyName ) : void | ||
propertyName | String | |
Результат | void |
public GetProperties ( String propertyGroup ) : |
||
propertyGroup | String | |
Результат |
public GetProperty ( String propertyName ) : Object | ||
propertyName | String | |
Результат | Object |
public RemoveRtfPropertyListener ( IRtfPropertyListener listener ) : void | ||
listener | IRtfPropertyListener | |
Результат | void |
public SetModified ( String propertyName, bool modified ) : void | ||
propertyName | String | |
modified | bool | |
Результат | void |
public SetModifiedCharacter ( bool modifiedCharacter ) : void | ||
modifiedCharacter | bool | |
Результат | void |
public SetModifiedDocument ( bool modifiedDocument ) : void | ||
modifiedDocument | bool | |
Результат | void |
public SetModifiedParagraph ( bool modifiedParagraph ) : void | ||
modifiedParagraph | bool | |
Результат | void |
public SetModifiedSection ( bool modifiedSection ) : void | ||
modifiedSection | bool | |
Результат | void |
public SetProperty ( |
||
ctrlWordData | ||
Результат | bool |
public SetToDefault ( String propertyGroup ) : void | ||
propertyGroup | String | |
Результат | void |
public ToggleProperty ( |
||
ctrlWordData | ||
Результат | bool |