public class GridElement extends OmrElement
Modifier and Type | Field and Description |
---|---|
String |
ElementType |
Constructor and Description |
---|
GridElement() |
Modifier and Type | Method and Description |
---|---|
void |
addChoiceBox(ChoiceBoxElement choiceBox) |
ChoiceBoxElement |
addChoiceBox(String name,
int width,
int height,
int top,
int left) |
com.aspose.ms.System.Collections.Generic.List<OmrElement> |
getChoiceBoxes() |
int |
getOrientation() |
String |
getOrientationString() |
boolean |
isAlignedHorizontal()
Gets or sets a value indicating whether bubbles aligned horizontally
|
boolean |
isAlignedVertical()
Gets or sets a value indicating whether bubbles aligned vertically
|
void |
setAlignedHorizontal(boolean value)
Gets or sets a value indicating whether bubbles aligned horizontally
|
void |
setAlignedVertical(boolean value)
Gets or sets a value indicating whether bubbles aligned vertically
|
void |
setChoiceBoxes(com.aspose.ms.System.Collections.Generic.List<OmrElement> value) |
void |
setOrientation(int value) |
@SerializedName(value="Type") public String ElementType
public final int getOrientation()
public final void setOrientation(int value)
public final String getOrientationString()
public final com.aspose.ms.System.Collections.Generic.List<OmrElement> getChoiceBoxes()
public final void setChoiceBoxes(com.aspose.ms.System.Collections.Generic.List<OmrElement> value)
public final boolean isAlignedHorizontal()
Gets or sets a value indicating whether bubbles aligned horizontally
public final void setAlignedHorizontal(boolean value)
Gets or sets a value indicating whether bubbles aligned horizontally
value
- a value indicating whether bubbles aligned horizontallypublic final boolean isAlignedVertical()
Gets or sets a value indicating whether bubbles aligned vertically
public final void setAlignedVertical(boolean value)
Gets or sets a value indicating whether bubbles aligned vertically
value
- a value indicating whether bubbles aligned verticallypublic final ChoiceBoxElement addChoiceBox(String name, int width, int height, int top, int left)
public final void addChoiceBox(ChoiceBoxElement choiceBox)