public class SettingsPart extends OfficeXMLPart
NL
Constructor and Description |
---|
SettingsPart(Docx inDocx) |
Modifier and Type | Method and Description |
---|---|
SettingsPart |
setCleanGrammarProofState() |
SettingsPart |
setCleanSpellingProofState() |
SettingsPart |
setDirtyGrammarProofState() |
SettingsPart |
setDirtySpellingProofState() |
SettingsPart |
setHideGrammaticalErrors(boolean inValue) |
SettingsPart |
setHideSpellingErrors(boolean inValue) |
SettingsPart |
setRemovePersonalInfo(boolean inValue)
Specifies that hosting applications shall remove all personal information of
document authors upon saving a given WordprocessingML document.
|
SettingsPart |
setSavePreviewPicture(boolean inValue)
Specifies if a document's Thumbnail part should be generated for the contents
of the first page of this document when saved by application which support
document thumbnail generation.
|
SettingsPart |
setTrackRevisions(boolean inValue)
Specifies that applications shall track revisions made to the WordprocessingML
document.
|
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 SettingsPart(Docx inDocx)
public SettingsPart setHideGrammaticalErrors(boolean inValue)
public SettingsPart setHideSpellingErrors(boolean inValue)
public SettingsPart setCleanSpellingProofState()
public SettingsPart setDirtySpellingProofState()
public SettingsPart setCleanGrammarProofState()
public SettingsPart setDirtyGrammarProofState()
public SettingsPart setRemovePersonalInfo(boolean inValue)
public SettingsPart setSavePreviewPicture(boolean inValue)
public SettingsPart setTrackRevisions(boolean inValue)