KeepSolidObjectsAlgorithm

Inheritance: java.lang.Object, com.aspose.note.PageSplittingAlgorithm

public class KeepSolidObjectsAlgorithm extends PageSplittingAlgorithm

원본 페이지에 맞지 않을 경우 전체 객체를 다음 페이지로 이동시킵니다.

생성자

생성자설명
KeepSolidObjectsAlgorithm()KeepSolidObjectsAlgorithm 클래스를 복제된 부분의 기본 높이 제한을 사용하여 새 인스턴스로 초기화합니다.
KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart)KeepSolidObjectsAlgorithm 클래스를 복제된 부분의 특정 높이 제한을 사용하여 새 인스턴스로 초기화합니다.

필드

필드설명
DEFAULT_HEIGHT_LIMIT_OF_CLONED_PART복제된 부분의 기본 최대 크기입니다.

메서드

메서드설명
getHeightLimitOfClonedPart()복제된 부분의 높이 제한을 가져옵니다.

KeepSolidObjectsAlgorithm()

public KeepSolidObjectsAlgorithm()

KeepSolidObjectsAlgorithm 클래스를 복제된 부분의 기본 높이 제한을 사용하여 새 인스턴스로 초기화합니다.

KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart)

public KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart)

KeepSolidObjectsAlgorithm 클래스를 복제된 부분의 특정 높이 제한을 사용하여 새 인스턴스로 초기화합니다.

Parameters:

매개변수유형설명
heightLimitOfClonedPartfloat복제된 부분의 최대 높이.

DEFAULT_HEIGHT_LIMIT_OF_CLONED_PART

public static final float DEFAULT_HEIGHT_LIMIT_OF_CLONED_PART

복제된 부분의 기본 최대 크기입니다.

getHeightLimitOfClonedPart()

public float getHeightLimitOfClonedPart()

복제된 부분의 높이 제한을 가져옵니다.

Returns: float