Class Keywords

java.lang.Object
com.independentsoft.office.word.fields.Field
com.independentsoft.office.word.fields.Keywords
All Implemented Interfaces:
IContentElement, IRunContent

public class Keywords extends Field
The Class Keywords.
  • Constructor Details

    • Keywords

      public Keywords()
      Instantiates a new keywords.
  • Method Details

    • clone

      public Keywords clone()
      Specified by:
      clone in interface IContentElement
      Specified by:
      clone in interface IRunContent
      Specified by:
      clone in class Field
    • toString

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

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value
    • isCaps

      public boolean isCaps()
      Checks if is caps.
      Returns:
      true, if is caps
    • setCaps

      public void setCaps(boolean isCaps)
      Sets the caps.
      Parameters:
      isCaps - the new caps
    • isFirstCap

      public boolean isFirstCap()
      Checks if is first cap.
      Returns:
      true, if is first cap
    • setFirstCap

      public void setFirstCap(boolean isFirstCap)
      Sets the first cap.
      Parameters:
      isFirstCap - the new first cap
    • isLower

      public boolean isLower()
      Checks if is lower.
      Returns:
      true, if is lower
    • setLower

      public void setLower(boolean isLower)
      Sets the lower.
      Parameters:
      isLower - the new lower
    • isUpper

      public boolean isUpper()
      Checks if is upper.
      Returns:
      true, if is upper
    • setUpper

      public void setUpper(boolean isUpper)
      Sets the upper.
      Parameters:
      isUpper - the new upper