API Reference

Struct

OdfInsets

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Base ValueType
Implements
IEquatable<OdfInsets>
Modifiers sealed

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

Accepted by parameters

Constructors

public OdfInsets(OdfLength top, OdfLength right, OdfLength bottom, OdfLength left) #

Creates four-sided insets.

Parameters

top OfficeIMO.OpenDocument.OdfLength requiredposition: 0
right OfficeIMO.OpenDocument.OdfLength requiredposition: 1
bottom OfficeIMO.OpenDocument.OdfLength requiredposition: 2
left OfficeIMO.OpenDocument.OdfLength requiredposition: 3

Methods

Equals 2 overloads
public virtual Boolean Equals(OdfInsets other) #
Returns: Boolean

Parameters

other OfficeIMO.OpenDocument.OdfInsets requiredposition: 0
public override Boolean Equals(Object obj) #
Returns: Boolean

Parameters

obj System.Object requiredposition: 0
public static OdfInsets FromCentimeters(Double top, Double right, Double bottom, Double left) #
Returns: OdfInsets

Creates centimeter insets.

Parameters

top System.Double requiredposition: 0
right System.Double requiredposition: 1
bottom System.Double requiredposition: 2
left System.Double requiredposition: 3
public override Int32 GetHashCode() #
Returns: Int32

Properties

public OdfLength Top { get; } #

Top inset.

public OdfLength Right { get; } #

Right inset.

public OdfLength Bottom { get; } #

Bottom inset.

public OdfLength Left { get; } #

Left inset.