API Reference
Struct
OdfInsets
Top, right, bottom, and left ODF lengths.
Inheritance
- ValueType
- OdfInsets
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 OdfInsets.FromCentimeters
- Property OdpImage.Crop
Accepted by parameters
- Method OdfInsets.Equals
Constructors
public OdfInsets(OdfLength top, OdfLength right, OdfLength bottom, OdfLength left) #Creates four-sided insets.
Parameters
- top OfficeIMO.OpenDocument.OdfLength
- right OfficeIMO.OpenDocument.OdfLength
- bottom OfficeIMO.OpenDocument.OdfLength
- left OfficeIMO.OpenDocument.OdfLength
Methods
Equals 2 overloads
public static OdfInsets FromCentimeters(Double top, Double right, Double bottom, Double left) #Returns:
OdfInsetsCreates centimeter insets.
Parameters
- top System.Double
- right System.Double
- bottom System.Double
- left System.Double