Class XSSFDialogsheet

All Implemented Interfaces:
Iterable<Row>, Sheet

public class XSSFDialogsheet extends XSSFSheet implements Sheet
  • Field Details

    • dialogsheet

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

    • XSSFDialogsheet

      protected XSSFDialogsheet(XSSFSheet sheet)
  • Method Details

    • 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:
    • getSheetTypeHeaderFooter

      protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter getSheetTypeHeaderFooter()
    • getSheetTypeSheetPr

      protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr getSheetTypeSheetPr()
    • getSheetTypeColumnBreaks

      protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak getSheetTypeColumnBreaks()
    • getSheetTypeSheetFormatPr

      protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr getSheetTypeSheetFormatPr()
    • getSheetTypePageMargins

      protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins getSheetTypePageMargins()
    • getSheetTypeRowBreaks

      protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak getSheetTypeRowBreaks()
    • getSheetTypeSheetViews

      protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews getSheetTypeSheetViews()
    • getSheetTypePrintOptions

      protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions getSheetTypePrintOptions()
    • getSheetTypeProtection

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

      public boolean getDialog()