A Sandcastle Documented Class Library
DocxRunSetProperty Method |
Sets the property. Used for generic (not so common) properties
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public bool SetProperty( string propname, Object propvalue )
Public Function SetProperty ( propname As String, propvalue As Object ) As Boolean
public: bool SetProperty( String^ propname, Object^ propvalue )
member SetProperty : propname : string * propvalue : Object -> bool
Parameters
- propname
- Type: SystemString
The propname. - propvalue
- Type: SystemObject
The propvalue.
Return Value
Type: Booleantrue if XXXX, false otherwise.
Exceptions
Exception | Condition |
---|---|
Exception | |
Exception |
See Also