Class PreferencesExcelHeaderFooterTransform

  • All Implemented Interfaces:
    AppTransform, LayoutTransform, Transform

    public class PreferencesExcelHeaderFooterTransform
    extends AbstractHeaderFooterTransform
    Transform to render the Sheet Header/Footer Editor for Excel.
    Accessed via:
    • "Preferences > Export Reports > Export Header and Footer"
    • "Export Options page (for reports) > Export Header and Footer"
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • PreferencesExcelHeaderFooterTransform

        public PreferencesExcelHeaderFooterTransform()
    • Method Detail

      • renderExcelHeader

        public void renderExcelHeader​(MarkupOutput out)
        Generate the header section for excel
        Parameters:
        out - MarkupOutput instance where the HTML output generated will be saved
      • renderExcelHeaderLocation

        public void renderExcelHeaderLocation​(MarkupOutput out)
        Generate the header section for excel
        Parameters:
        out - MarkupOutput instance where the HTML output generated will be saved
      • renderExcelFooter

        public void renderExcelFooter​(MarkupOutput out)
        Generate the footer section for excel
        Parameters:
        out - MarkupOutput instance where the HTML output generated will be saved