Class DataBinding
java.lang.Object
com.independentsoft.office.word.customMarkup.DataBinding
The Class DataBinding.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the prefix mappings.Gets the store item id.getXPath()Gets the x path.voidsetPrefixMappings(String prefixMappings)Sets the prefix mappings.voidsetStoreItemID(String storeItemID)Sets the store item id.voidSets the x path.toString()
-
Constructor Details
-
DataBinding
public DataBinding()Instantiates a new data binding.
-
-
Method Details
-
clone
-
toString
-
getPrefixMappings
Gets the prefix mappings.- Returns:
- the prefix mappings
-
setPrefixMappings
Sets the prefix mappings.- Parameters:
prefixMappings- the new prefix mappings
-
getStoreItemID
Gets the store item id.- Returns:
- the store item id
-
setStoreItemID
Sets the store item id.- Parameters:
storeItemID- the new store item id
-
getXPath
Gets the x path.- Returns:
- the x path
-
setXPath
Sets the x path.- Parameters:
xpath- the new x path
-