| | HTMLListMarkerType | |
rtPublicSession ConsoleOutput CRLF CSS_DEFAULT defaultAttachmentImage disableConsoleOutput DocumentContext HideWhenStatus HTMLConversion HTMLListMarkerType HTMLListMarkerURL PageWidth URLCommandMarker URLFormat versionInfo | version 1.5
Property Get/Set HTMLListMarkerType (key As Long) As String HTMLListMarkerType works similarly to HTMLListMarkerURL in that it allows to modify the bullet displayed. However it allows only to substitute one marker type used by CSS with another. Thus normally list RT_STYLE_BULLET gets displayed as a full circle (CSS clause = list-style-type:disc;) and RT_STYLE_CIRCLELISTgets displayed as an empty circle (CSS clause = list-style-type:circle;). In case we define: rtLibSession.HTMLListMarkerType (RT_PSTYLE_BULLET) = {circle} we force both list types -- RT_STYLE_CIRCLELIST and RT_STYLE_BULLET to be displayed as empty circles. | |