|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xwpf.usermodel.AbstractXWPFSDT
org.apache.poi.xwpf.usermodel.XWPFSDT
public class XWPFSDT
Experimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControl
WARNING - APIs expected to change rapidly
Constructor Summary | |
---|---|
XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock block,
IBody part)
|
|
XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun sdtRun,
IBody part)
|
Method Summary | |
---|---|
ISDTContent |
getContent()
|
Methods inherited from class org.apache.poi.xwpf.usermodel.AbstractXWPFSDT |
---|
getBody, getDocument, getElementType, getPart, getPartType, getTag, getTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.xwpf.usermodel.IBodyElement |
---|
getBody, getElementType, getPart, getPartType |
Methods inherited from interface org.apache.poi.xwpf.usermodel.IRunBody |
---|
getDocument, getPart |
Constructor Detail |
---|
public XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun sdtRun, IBody part)
public XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock block, IBody part)
Method Detail |
---|
public ISDTContent getContent()
getContent
in class AbstractXWPFSDT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |