Class XWPFSDTContent

java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFSDTContent
All Implemented Interfaces:
ISDTContent

public class XWPFSDTContent extends Object implements ISDTContent
Experimental class to offer rudimentary read-only processing of of the contentblock of an SDT/ContentControl.

WARNING - APIs expected to change rapidly

  • Constructor Details

    • XWPFSDTContent

      public XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun sdtRun, IBody part, IRunBody parent)
    • XWPFSDTContent

      public XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock block, IBody part, IRunBody parent)
  • Method Details