GetUDDStyleSheetForPdf

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

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

 

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