API Reference
Class
OdpShape
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
- Property OdpGroup.Shapes
- Property OdpSlide.Shapes
Accepted by parameters
- Method OdpSlide.AddAnimation
- Method OdpSlide.AddFadeInAnimation
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String XmlId { get; set; } #XML identifier used by animation and cross-reference targets.
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.