GetUDDStyleSheetForHtml

This optional method retrieves the file path of the style sheet used to generate the HTML document. This will override the default stylesheet for HTML.

UI Access NA
Parameters None
Return Value String containing the full file path of the style sheet.

 

Python Syntax GetUDDStyleSheetForHtml()
Python Example
def GetUDDStyleSheetForHtml(self):
    return "C:\\Program Files\\AnsysEM\\v242\\Win64\\common\\docbook\\"
styleSheet = pluginExt.GetUDDStyleSheetForHtml()