| | HTMLListMarkerURL | |
rtPublicSession ConsoleOutput CRLF CSS_DEFAULT defaultAttachmentImage disableConsoleOutput DocumentContext HideWhenStatus HTMLConversion HTMLListMarkerType HTMLListMarkerURL PageWidth URLCommandMarker URLFormat versionInfo | version 1.5
Property Get/Set HTMLListMarkerURL (key As Long) As String HTMLListMarkerURL defines URL of bullet image depending on list style. Value can be set for any of bullet styles available in Notes: RT_PSTYLE_BULLET RT_PSTYLE_CIRCLELIST RT_PSTYLE_SQUARELIST RT_PSTYLE_NUMBEREDLIST RT_PSTYLE_ROMAN_CAPS RT_PSTYLE_ROMAN RT_PSTYLE_ALPHA_CAPS RT_PSTYLE_ALPHA RT_PSTYLE_UNCHECKED RT_PSTYLE_CHECKED
For example (we assume that directory "icons" contain the referenced images): rtLibSession.HTMLListMarkerURL (RT_PSTYLE_SQUARELIST) = "/icons/my_square_bullet.gif" rtLibSession.HTMLListMarkerURL (RT_PSTYLE_BULLET) = "/icons/my_round_bullet.gif"
By default rtLib approximates the most appropriate list style; HTMLListMarkerURL should be used only in case you wish to override the default style. | |