Class HtmlOutputConfig
Object
gudusoft.gsqlparser.pp.output.html.HtmlOutputConfig
- All Implemented Interfaces:
OutputConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHighlightingElementRender(HighlightingElement element, HighlightingElementRender setting) booleanintvoidvoidsetGlobalFontName(String globalFontName) voidsetGlobalFontSize(int globalFontSize)
-
Constructor Details
-
HtmlOutputConfig
-
-
Method Details
-
addHighlightingElementRender
public void addHighlightingElementRender(HighlightingElement element, HighlightingElementRender setting) - Specified by:
addHighlightingElementRenderin interfaceOutputConfig
-
containsHighlightingElementRender
- Specified by:
containsHighlightingElementRenderin interfaceOutputConfig
-
getGlobalFontName
-
getGlobalFontSize
-
getHighlightingElementRender
- Specified by:
getHighlightingElementRenderin interfaceOutputConfig
-
removeHighlightingElementRender
- Specified by:
removeHighlightingElementRenderin interfaceOutputConfig
-
setGlobalFontName
-
setGlobalFontSize
-
renderHighlightingElement
- Specified by:
renderHighlightingElementin interfaceOutputConfig
-