Package | Description |
---|---|
com.hfg.xml.msofficexml.docx | |
com.hfg.xml.msofficexml.part |
Modifier and Type | Method and Description |
---|---|
SettingsPart |
Docx.getSettingsPart() |
Modifier and Type | Method and Description |
---|---|
SettingsPart |
SettingsPart.setCleanGrammarProofState() |
SettingsPart |
SettingsPart.setCleanSpellingProofState() |
SettingsPart |
SettingsPart.setDirtyGrammarProofState() |
SettingsPart |
SettingsPart.setDirtySpellingProofState() |
SettingsPart |
SettingsPart.setHideGrammaticalErrors(boolean inValue) |
SettingsPart |
SettingsPart.setHideSpellingErrors(boolean inValue) |
SettingsPart |
SettingsPart.setRemovePersonalInfo(boolean inValue)
Specifies that hosting applications shall remove all personal information of
document authors upon saving a given WordprocessingML document.
|
SettingsPart |
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 |
SettingsPart.setTrackRevisions(boolean inValue)
Specifies that applications shall track revisions made to the WordprocessingML
document.
|
jataylor@hairyfatguy.com