Class IDMap

java.lang.Object
com.independentsoft.office.vml.IDMap

public class IDMap extends Object
The Class IDMap.
  • Constructor Details

    • IDMap

      public IDMap()
      Instantiates a new iD map.
  • Method Details

    • clone

      public IDMap clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getData

      public String getData()
      Gets the data.
      Returns:
      the data
    • setData

      public void setData(String data)
      Sets the data.
      Parameters:
      data - the new data
    • getExtensionHandlingBehavior

      public ExtensionHandlingBehavior getExtensionHandlingBehavior()
      Gets the extension handling behavior.
      Returns:
      the extension handling behavior
    • setExtensionHandlingBehavior

      public void setExtensionHandlingBehavior(ExtensionHandlingBehavior extensionHandlingBehavior)
      Sets the extension handling behavior.
      Parameters:
      extensionHandlingBehavior - the new extension handling behavior