public class StylesPart extends OfficeXMLPart
NL
Constructor and Description |
---|
StylesPart(Docx inDocx) |
Modifier and Type | Method and Description |
---|---|
String |
addStyle(WmlStyle inValue) |
WmlDocDefaults |
getDocDefaults()
Returns the document defaults tag if one exists or else instantiates a new one.
|
WmlStyle |
getStyle(String inId) |
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, toIndentedXML, toXML, toXML, toXML, toXML
public StylesPart(Docx inDocx)
public WmlDocDefaults getDocDefaults()
jataylor@hairyfatguy.com