Class Delimiter
java.lang.Object
com.independentsoft.office.word.math.Delimiter
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class Delimiter.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new delimiter.Delimiter(InternalXMLStreamReader reader)Instantiates a new delimiter. -
Method Summary
Modifier and TypeMethodDescriptionclone()charGets the beginning character.Gets the control properties.charGets the ending character.getGrow()Gets the grow.charGets the separator character.getShape()Gets the shape.voidsetBeginningCharacter(char beginningCharacter)Sets the beginning character.voidsetEndingCharacter(char endingCharacter)Sets the ending character.voidsetGrow(ExtendedBoolean grow)Sets the grow.voidsetSeparatorCharacter(char separatorCharacter)Sets the separator character.voidsetShape(DelimiterShape shape)Sets the shape.toString()
-
Constructor Details
-
Delimiter
public Delimiter()Instantiates a new delimiter. -
Delimiter
Instantiates a new delimiter.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIMathElement- Specified by:
clonein interfaceIMathMathElement- Specified by:
clonein interfaceIRunTrackChangeContent- Overrides:
clonein classObject
-
toString
-
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
Gets the shape.- Returns:
- the shape
-
setShape
Sets the shape.- Parameters:
shape- the new shape
-
getGrow
Gets the grow.- Returns:
- the grow
-
setGrow
Sets the grow.- Parameters:
grow- the new grow
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-