Class XSSFDialogsheet

    • Field Detail

      • dialogsheet

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet dialogsheet
    • Constructor Detail

      • XSSFDialogsheet

        protected XSSFDialogsheet​(XSSFSheet sheet)
    • Method Detail

      • createRow

        public XSSFRow createRow​(int rowNum)
        Description copied from class: XSSFSheet
        Create a new row within the sheet and return the high level representation Note: If a row already exists at this position, it is removed/overwritten and any existing cell is removed!
        Specified by:
        createRow in interface Sheet
        Overrides:
        createRow in class XSSFSheet
        Parameters:
        rowNum - row number
        Returns:
        High level XSSFRow object representing a row in the sheet
        See Also:
        XSSFSheet.removeRow(Row)
      • getDialogHeaderFooter

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter getDialogHeaderFooter()
      • getDialogSheetPr

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr getDialogSheetPr()
      • getDialogColumnBreaks

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak getDialogColumnBreaks()
      • getDialogSheetFormatPr

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr getDialogSheetFormatPr()
      • getDialogPageMargins

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins getDialogPageMargins()
      • getDialogRowBreaks

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak getDialogRowBreaks()
      • getDialogSheetViews

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews getDialogSheetViews()
      • getDialogPrintOptions

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions getDialogPrintOptions()
      • getDialogProtection

        protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection getDialogProtection()
      • getDialog

        public boolean getDialog()