Package com.independentsoft.office.word
Class Break
java.lang.Object
com.independentsoft.office.word.Break
- All Implemented Interfaces:
IContentElement,IRunContent
The Class Break.
-
Constructor Summary
ConstructorsConstructorDescriptionBreak()Instantiates a new break.Break(BreakClear clear)Instantiates a new break.Instantiates a new break.Break(BreakType type, BreakClear clear)Instantiates a new break. -
Method Summary
-
Constructor Details
-
Break
public Break()Instantiates a new break. -
Break
Instantiates a new break.- Parameters:
clear- the clear
-
Break
Instantiates a new break.- Parameters:
type- the type
-
Break
Instantiates a new break.- Parameters:
type- the typeclear- the clear
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIRunContent- Overrides:
clonein classObject
-
toString
-
getClear
Gets the clear.- Returns:
- the clear
-
setClear
Sets the clear.- Parameters:
clear- the new clear
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-