Class XWPFSDTCell

  • All Implemented Interfaces:
    ICell, ISDTContents

    public class XWPFSDTCell
    extends XWPFAbstractSDT
    implements ICell
    Experimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControl that can appear in a table row as if a table cell.

    These can contain one or more cells or other SDTs within them.

    WARNING - APIs expected to change rapidly

    • Constructor Detail

      • XWPFSDTCell

        public XWPFSDTCell​(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell,
                           XWPFTableRow xwpfTableRow,
                           IBody part)