Class AutoCaption

java.lang.Object
com.independentsoft.office.word.AutoCaption

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

    • AutoCaption

      public AutoCaption()
      Instantiates a new auto caption.
  • Method Details

    • clone

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

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

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getCaption

      public String getCaption()
      Gets the caption.
      Returns:
      the caption
    • setCaption

      public void setCaption(String caption)
      Sets the caption.
      Parameters:
      caption - the new caption