Class Break

java.lang.Object
com.independentsoft.office.word.Break
All Implemented Interfaces:
IContentElement, IRunContent

public class Break extends Object implements IRunContent
The Class Break.
  • Constructor Details

    • Break

      public Break()
      Instantiates a new break.
    • Break

      public Break(BreakClear clear)
      Instantiates a new break.
      Parameters:
      clear - the clear
    • Break

      public Break(BreakType type)
      Instantiates a new break.
      Parameters:
      type - the type
    • Break

      public Break(BreakType type, BreakClear clear)
      Instantiates a new break.
      Parameters:
      type - the type
      clear - the clear
  • Method Details