Class Margins
Class Margins
Namespace: Aspose.Page
Assembly: Aspose.Page.dll (25.1.2)
이 클래스는 상단, 왼쪽, 하단 및 오른쪽 여백을 캡슐화합니다.
public class Margins
상속
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
생성자
Margins(int, int, int, int)
Margin 클래스의 인스턴스를 초기화합니다.
public Margins(int top, int left, int bottom, int right)
매개변수
top
int
상단 여백.
left
int
왼쪽 여백.
bottom
int
하단 여백.
right
int
오른쪽 여백.
필드
bottom
하단 여백.
public int bottom
필드 값
left
왼쪽 여백.
public int left
필드 값
right
오른쪽 여백.
public int right
필드 값
top
상단 여백.
public int top
필드 값
메서드
Equals(object)
이 여백을 다른 여백과 비교합니다.
public override bool Equals(object obj)
매개변수
obj
object
다른 여백 객체.
반환
모든 여백이 같으면 true입니다.
GetHashCode()
이 여백 객체의 해시 코드를 계산합니다.
public override int GetHashCode()
반환
해시 코드.
ToString()
이 여백 객체를 나타내는 문자열을 만듭니다.
public override string ToString()
반환
이 여백 객체의 문자열 표현입니다.
set(int, int, int, int)
여백 값을 지정합니다.
public void set(int top, int left, int bottom, int right)
매개변수
top
int
상단 여백.
left
int
왼쪽 여백.
bottom
int
하단 여백.
right
int
오른쪽 여백.