Class Margin
Class Margin
名称: Aspose.Html.Drawing セットアップ: Aspose.HTML.dll (25.4.0)
ページマージンです。
[ComVisible(true)]
public class Margin
Inheritance
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Margin()
Aspose.Html.Drawing.Margin クラスの新しい例を開始します。
public Margin()
Margin(インタ)
Aspose.Html.Drawing.Margin クラスの新しい例を開始します。
public Margin(int anyMargin)
Parameters
anyMargin
int
あらゆるマージンサイズ
Margin(Length)
Aspose.Html.Drawing.Margin クラスの新しい例を開始します。
public Margin(Length anyMargin)
Parameters
anyMargin
Length
あらゆるマージンサイズ
Margin(int、 int、 int、 int、 int)
Aspose.Html.Drawing.Margin クラスの新しい例を開始します。
public Margin(int left, int top, int right, int bottom)
Parameters
left
int
左のサイズ。
top
int
トップサイズ。
right
int
正しいサイズです。
bottom
int
下のサイズです。
Margin(長さ、長さ、長さ)
Aspose.Html.Drawing.Margin クラスの新しい例を開始します。
public Margin(Length left, Length top, Length right, Length bottom)
Parameters
left
Length
左のサイズ。
top
Length
トップサイズ。
right
Length
正しいサイズです。
bottom
Length
下のサイズです。
Properties
Bottom
入るか、下に置くか。
public LengthOrAuto Bottom { get; set; }
不動産価値
Left
取るか、左に置くか。
public LengthOrAuto Left { get; set; }
不動産価値
Right
得るか、正しいか。
public LengthOrAuto Right { get; set; }
不動産価値
Top
取るか、トップを置くか。
public LengthOrAuto Top { get; set; }