pub unsafe extern "C" fn tidyOptSetValue(
tdoc: TidyDoc,
optId: TidyOptionId,
val: ctmbstr,
) -> Bool
Expand description
Set the option value as a string. @remark The optId must have a @ref TidyOptionType of @ref TidyString! @result Returns a bool indicating success or failure.