| DocxCharacterStyleSetProperty Method |
Sets the property. Used for generic (not so common) properties
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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 String
- The propname.
- propvalue Object
- The propvalue.
Return Value
Booleantrue if XXXX,
false otherwise.
Exceptions See Also