API Reference
Struct
OdfRect
Position and size expressed as ODF lengths.
Inheritance
- ValueType
- OdfRect
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 OdfRect.FromCentimeters
- Property OdpEllipse.Bounds
- Property OdpGroup.Bounds
- Property OdpImage.Bounds
- Property OdpLine.Bounds
- Property OdpRectangle.Bounds
- Property OdpShape.Bounds
- Property OdpTable.Bounds
- Property OdpTextBox.Bounds
Accepted by parameters
- Method OdpGroup.AddEllipse
- Method OdpGroup.AddRectangle
- Method OdpGroup.AddTextBox
- Method OdpPresentationLayout.AddPlaceholder
- Method OdpSlide.AddEllipse
- Method OdpSlide.AddImage
- Method OdpSlide.AddRectangle
- Method OdpSlide.AddTable
- Method OdpSlide.AddTextBox
Constructors
public OdfRect(OdfLength x, OdfLength y, OdfLength width, OdfLength height) #Creates a rectangle.
Parameters
- x OfficeIMO.OpenDocument.OdfLength
- y OfficeIMO.OpenDocument.OdfLength
- width OfficeIMO.OpenDocument.OdfLength
- height OfficeIMO.OpenDocument.OdfLength
Methods
public static OdfRect FromCentimeters(Double x, Double y, Double width, Double height) #Returns:
OdfRectCreates a rectangle in centimeters.
Parameters
- x System.Double
- y System.Double
- width System.Double
- height System.Double
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object