public class ContentTypesPart extends OfficeXMLPart
NL
Constructor and Description |
---|
ContentTypesPart(OfficeOpenXmlDocument inOfficeDoc) |
Modifier and Type | Method and Description |
---|---|
void |
addDefault(OfficeOpenXMLContentType inContentType) |
void |
addOverride(OfficeXMLPart inPart,
OfficeOpenXMLContentType inContentType) |
void |
populateXML() |
void |
toIndentedXML(Writer inWriter,
int inInitialIndentLevel,
int inIndentSize)
Writes an indented form of the XML document to the specified Writer.
|
void |
toXML(Writer inWriter)
Writes the XML document to the specified Writer.
|
clone, getFile, getOrCreateSubtag, getParentDoc, setFile, setParentDoc, toString
setDoctype, setEncoding, setIsStandalone, setName, setSpec
getDoctype, getEncoding, getHeader, getRootNode, getTagReader, getTopLevelComments, isConstructedContent, name, prepareForOutput, replaceCharacterEntities, setRootNode, toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML
public ContentTypesPart(OfficeOpenXmlDocument inOfficeDoc)
public void addDefault(OfficeOpenXMLContentType inContentType)
public void addOverride(OfficeXMLPart inPart, OfficeOpenXMLContentType inContentType)
public void toXML(Writer inWriter)
XMLBasedDoc
toXML
in class XMLBasedDoc<XMLNode>
public void toIndentedXML(Writer inWriter, int inInitialIndentLevel, int inIndentSize)
XMLBasedDoc
toIndentedXML
in class XMLBasedDoc<XMLNode>
public void populateXML()
jataylor@hairyfatguy.com