API Reference
Class
OdpGroup
An XML-backed ODP shape group.
Inheritance
- OdpShape
- OdpGroup
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method OdpSlide.AddGroup
Methods
public OdpEllipse AddEllipse(OdfRect bounds, String name = null) #Returns:
OdpEllipseAdds an ellipse to the group.
Parameters
- bounds OfficeIMO.OpenDocument.OdfRect
- name System.String = null
public OdpRectangle AddRectangle(OdfRect bounds, String name = null) #Returns:
OdpRectangleAdds a rectangle to the group.
Parameters
- bounds OfficeIMO.OpenDocument.OdfRect
- name System.String = null
public OdpTextBox AddTextBox(OdfRect bounds, String text = null, String name = null) #Returns:
OdpTextBoxAdds a text box to the group.
Parameters
- bounds OfficeIMO.OpenDocument.OdfRect
- text System.String = null
- name System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object