Class Margins

Class Margins

名称: Aspose.Page 合計: Aspose.Page.dll (25.4.0)

このクラスは上、左、下、右のマージンをカプセルします。

public class Margins

Inheritance

object Margins

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Margins(int、 int、 int、 int、 int)

マージンクラスの例を始める。

public Margins(int top, int left, int bottom, int right)

Parameters

top int

トップマージン

left int

左のマージン。

bottom int

ベースマージン

right int

正しいマージン

Fields

ベッド

ベースマージン

public int bottom

フィールド価値

int

左のマージン。

public int left

フィールド価値

int

正しい

正しいマージン

public int right

フィールド価値

int

トップ

トップマージン

public int top

フィールド価値

int

Methods

Equals(対象)

この範囲を他の範囲と比較する。

public override bool Equals(object obj)

Parameters

obj object

もう一つのマージン・オブジェクト

Returns

bool

すべてのマージンが平等である場合。

GetHashCode()

このマージンオブジェクトのハッシュコードを計算します。

public override int GetHashCode()

Returns

int

ハッシュコード

ToString()

このマージンオブジェクトを表すストレッチを作成します。

public override string ToString()

Returns

string

このマージンオブジェクトのストレッチ代表。

セット(int、 int、 int、 int、 int)

マージン値を指定します。

public void set(int top, int left, int bottom, int right)

Parameters

top int

トップマージン

left int

左のマージン。

bottom int

ベースマージン

right int

正しいマージン

 日本語