Class Delimiter

java.lang.Object
com.independentsoft.office.word.math.Delimiter
All Implemented Interfaces:
IContentElement, IRunTrackChangeContent, IMathElement, IMathMathElement

public class Delimiter extends Object implements IMathMathElement
The Class Delimiter.
  • Constructor Details

  • Method Details

    • getContentElements

      public List<IContentElement> getContentElements()
      Specified by:
      getContentElements in interface IContentElement
    • clone

      public Delimiter clone()
      Specified by:
      clone in interface IContentElement
      Specified by:
      clone in interface IMathElement
      Specified by:
      clone in interface IMathMathElement
      Specified by:
      clone in interface IRunTrackChangeContent
      Overrides:
      clone in class Object
    • toString

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

      public char getBeginningCharacter()
      Gets the beginning character.
      Returns:
      the beginning character
    • setBeginningCharacter

      public void setBeginningCharacter(char beginningCharacter)
      Sets the beginning character.
      Parameters:
      beginningCharacter - the new beginning character
    • getSeparatorCharacter

      public char getSeparatorCharacter()
      Gets the separator character.
      Returns:
      the separator character
    • setSeparatorCharacter

      public void setSeparatorCharacter(char separatorCharacter)
      Sets the separator character.
      Parameters:
      separatorCharacter - the new separator character
    • getEndingCharacter

      public char getEndingCharacter()
      Gets the ending character.
      Returns:
      the ending character
    • setEndingCharacter

      public void setEndingCharacter(char endingCharacter)
      Sets the ending character.
      Parameters:
      endingCharacter - the new ending character
    • getShape

      public DelimiterShape getShape()
      Gets the shape.
      Returns:
      the shape
    • setShape

      public void setShape(DelimiterShape shape)
      Sets the shape.
      Parameters:
      shape - the new shape
    • getGrow

      public ExtendedBoolean getGrow()
      Gets the grow.
      Returns:
      the grow
    • setGrow

      public void setGrow(ExtendedBoolean grow)
      Sets the grow.
      Parameters:
      grow - the new grow
    • getControlProperties

      public ControlProperties getControlProperties()
      Gets the control properties.
      Returns:
      the control properties