Class MathArgument
java.lang.Object
com.independentsoft.office.word.math.MathArgument
- Direct Known Subclasses:
Base,Degree,Denominator,FunctionName,Limit,Numerator,SubPreSubSuperscript,SupSuperscript
The Class MathArgument.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected ControlPropertiesprotected List<IMathElement> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MathArgumentclone()intGets the argument size.Gets the control properties.Gets the math elements.voidsetArgumentSize(int argumentSize)Sets the argument size.
-
Field Details
-
argumentSize
protected int argumentSize -
controlProperties
-
mathElements
-
-
Constructor Details
-
MathArgument
public MathArgument()
-
-
Method Details
-
clone
-
getMathElements
Gets the math elements.- Returns:
- the math elements
-
getArgumentSize
public int getArgumentSize()Gets the argument size.- Returns:
- the argument size
-
setArgumentSize
public void setArgumentSize(int argumentSize)Sets the argument size.- Parameters:
argumentSize- the new argument size
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-