public class CmxGroup extends CmxContainer
Group of ICmxDocElement
ICmxContainer| Constructor and Description |
|---|
CmxGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Check if objects are equal.
|
RectangleF |
getBoundBox()
Gets the bounding box.
|
int |
hashCode()
Get hash code of the current object.
|
void |
setBoundBox(RectangleF value)
Sets the bounding box.
|
String |
toString()
Returns a
String that represents this instance. |
getElementsclose, dispose, getDisposedpublic final RectangleF getBoundBox()
Gets the bounding box.
public final void setBoundBox(RectangleF value)
Sets the bounding box.
value - the bounding box.public boolean equals(Object o)
CmxContainerCheck if objects are equal.
equals in class CmxContainero - The other object.public int hashCode()
CmxContainerGet hash code of the current object.
hashCode in class CmxContainerCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.