KeepSolidObjectsAlgorithm

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

public class KeepSolidObjectsAlgorithm extends PageSplittingAlgorithm

Shifts full object to the next page in case it doesn’t fit in original page.

Constructors

ConstructorDescription
KeepSolidObjectsAlgorithm()Initializes a new instance of the KeepSolidObjectsAlgorithm class using default height limit of cloned part.
KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart)Initializes a new instance of the KeepSolidObjectsAlgorithm class using specific height limit of cloned part.

Fields

FieldDescription
DEFAULT_HEIGHT_LIMIT_OF_CLONED_PARTThe default max size of cloned part.

Methods

MethodDescription
getHeightLimitOfClonedPart()Gets the height limit of cloned part.

KeepSolidObjectsAlgorithm()

public KeepSolidObjectsAlgorithm()

Initializes a new instance of the KeepSolidObjectsAlgorithm class using default height limit of cloned part.

KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart)

public KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart)

Initializes a new instance of the KeepSolidObjectsAlgorithm class using specific height limit of cloned part.

Parameters:

ParameterTypeDescription
heightLimitOfClonedPartfloatThe max height of cloned part.

DEFAULT_HEIGHT_LIMIT_OF_CLONED_PART

public static final float DEFAULT_HEIGHT_LIMIT_OF_CLONED_PART

The default max size of cloned part.

getHeightLimitOfClonedPart()

public float getHeightLimitOfClonedPart()

Gets the height limit of cloned part.

Returns: float