Class Margins
Class Margins
名称: Aspose.Page アセンション: Aspose.Page.dll (25.5.0)
このクラスは上、左、下、右のマージンをカプセルします。
public class MarginsInheritance
相続人
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フィールド価値
左
左のマージン。
public int leftフィールド価値
正しい
正しいマージン
public int rightフィールド価値
トップ
トップマージン
public int topフィールド価値
Methods
Equals(対象)
この範囲を他の範囲と比較する。
public override bool Equals(object obj)Parameters
obj object
もう一つのマージン・オブジェクト
Returns
すべてのマージンが平等である場合。
GetHashCode()
このマージンオブジェクトのハッシュコードを計算します。
public override int GetHashCode()Returns
ハッシュコード
ToString()
このマージンオブジェクトを表すストレッチを作成します。
public override string ToString()Returns
このマージンオブジェクトのストレッチ代表。
セット(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
正しいマージン