+ DocDeclStr(
+ bool , BeginListStyle(const wxString& listStyle, int level = 1, int number = 1),
+ "Begin named list style.", "");
+
+ DocDeclStr(
+ bool , EndListStyle(), "End named list style.", "");
+
+ DocDeclStr(
+ bool , BeginURL(const wxString& url, const wxString& characterStyle = wxEmptyString),
+ "Begin URL.", "");
+
+ DocDeclStr(
+ bool , EndURL(), "End URL.", "");
+