version 1.5
Function SetStyle (newSTyle As styleObject, force)
Sets style (
rtStyle or any substyles -
rtFontstyle,
rtParagraphstyle, etc.) to all subordinate objects. Force may be either True to force the style on containing objects (and False to set only the style of this container); or it may contain a "stopping object" - last object in hierarchy this style is applied (upon setting the style to this object call returns). The "stopping object" may be also a label object - only if it is returned by Label property.
|