Class TextField

java.lang.Object
com.independentsoft.office.drawing.TextField
All Implemented Interfaces:
ITextParagraphContent

public class TextField extends Object implements ITextParagraphContent
The Class TextField.
  • Constructor Details

    • TextField

      public TextField()
      Instantiates a new text field.
  • Method Details

    • clone

      public TextField clone()
      Specified by:
      clone in interface ITextParagraphContent
      Overrides:
      clone in class Object
    • toString

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

      public String getText()
      Gets the text.
      Returns:
      the text
    • setText

      public void setText(String text)
      Sets the text.
      Parameters:
      text - the new text
    • getTextRunProperties

      public TextRunProperties getTextRunProperties()
      Gets the text run properties.
      Returns:
      the text run properties
    • getTextParagraphProperties

      public TextParagraphProperties getTextParagraphProperties()
      Gets the text paragraph properties.
      Returns:
      the text paragraph properties
    • getID

      public String getID()
      Gets the id.
      Returns:
      the id
    • setID

      public void setID(String id)
      Sets the id.
      Parameters:
      id - the new id
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(String type)
      Sets the type.
      Parameters:
      type - the new type