API Reference

Class

OdpGroup

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODP shape group.

Inheritance

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

Methods

public OdpEllipse AddEllipse(OdfRect bounds, String name = null) #
Returns: OdpEllipse

Adds an ellipse to the group.

Parameters

bounds OfficeIMO.OpenDocument.OdfRect requiredposition: 0
name System.String = null optionalposition: 1
public OdpRectangle AddRectangle(OdfRect bounds, String name = null) #
Returns: OdpRectangle

Adds a rectangle to the group.

Parameters

bounds OfficeIMO.OpenDocument.OdfRect requiredposition: 0
name System.String = null optionalposition: 1
public OdpTextBox AddTextBox(OdfRect bounds, String text = null, String name = null) #
Returns: OdpTextBox

Adds a text box to the group.

Parameters

bounds OfficeIMO.OpenDocument.OdfRect requiredposition: 0
text System.String = null optionalposition: 1
name System.String = null optionalposition: 2

Properties

public override OdfRect Bounds { get; set; } #
public IReadOnlyList<OdpShape> Shapes { get; } #

Child shapes.