Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
RtfDocumentProperty ( int propertyKindCode, string name, string staticValue ) : System | ||
RtfDocumentProperty ( int propertyKindCode, string name, string staticValue, string linkValue ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ComputeHashCode ( ) : int | ||
IsEqual ( object obj ) : bool |
public RtfDocumentProperty ( int propertyKindCode, string name, string staticValue ) : System | ||
propertyKindCode | int | |
name | string | |
staticValue | string | |
return | System |
public RtfDocumentProperty ( int propertyKindCode, string name, string staticValue, string linkValue ) : System | ||
propertyKindCode | int | |
name | string | |
staticValue | string | |
linkValue | string | |
return | System |