@Exported
public interface WordDocument
| Modifier and Type | Method and Description |
|---|---|
boolean |
addBookMarks(Map<String,String> bookmark)
Add bookmark properties to the word document
|
boolean |
addCustomProperties(Map<String,String> customProps)
Add custom properties to the word document
|
boolean |
modifyBookMarks(Map<String,String> bookmark)
Modifies a bookmark of the Word document
|
boolean |
modifyCustomProperties(Map<String,String> customProps)
Modifies custom properties of the Word document
|
Map<String,String> |
readBookMarks()
Read the bookmarks from the document
|
Map<String,String> |
readCustomProperties()
Read the custom properties from the document
|
boolean |
removeBookMark(String bookmarkname)
remove bookmark from the word document
|
boolean |
removeCustomProperty(String attributename)
remove custom property from the word document
|
boolean addCustomProperties(Map<String,String> customProps)
customProps - -- map of custom propertiesboolean addBookMarks(Map<String,String> bookmark)
bookmark - -- list of bookmarksboolean modifyCustomProperties(Map<String,String> customProps)
customProps - -- list of custom propertiesboolean modifyBookMarks(Map<String,String> bookmark)
bookmark - -- modify the bookmarkMap<String,String> readCustomProperties()
Map<String,String> readBookMarks()
boolean removeCustomProperty(String attributename)
attributename - -- name of custom propertyboolean removeBookMark(String bookmarkname)
bookmarkname - -- list of name of the bookmark