API Reference

Class

OdpShape

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers abstract

Base class for an XML-backed ODP drawing shape.

Inheritance

  • Object
  • OdpShape

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

Accepted by parameters

Properties

public String Name { get; set; } #

Shape name.

public String XmlId { get; set; } #

XML identifier used by animation and cross-reference targets.

public Boolean Hidden { get; set; } #

Whether the shape is hidden from the normal presentation view.

public String Transform { get; set; } #

Raw ODF/SVG transform expression.

public Nullable<OdfColor> FillColor { get; set; } #

Solid shape fill color.

public Nullable<OdfColor> StrokeColor { get; set; } #

Solid shape stroke color.

public Nullable<OdfLength> StrokeWidth { get; set; } #

Shape stroke width.

public virtual OdfRect Bounds { get; set; } #

Position and size for shapes exposing SVG bounds.