KeepSolidObjectsAlgorithm Class

Shifts full object to the next page in case it doesn't fit in original page.
Inheritance Hierarchy

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public class KeepSolidObjectsAlgorithm : PageSplittingAlgorithm

The KeepSolidObjectsAlgorithm type exposes the following members.

Constructors
  NameDescription
Public methodKeepSolidObjectsAlgorithm
Initializes a new instance of the KeepSolidObjectsAlgorithm class using default height limit of cloned part.
Public methodKeepSolidObjectsAlgorithm(Single)
Initializes a new instance of the KeepSolidObjectsAlgorithm class using specific height limit of cloned part.
Properties
  NameDescription
Public propertyHeightLimitOfClonedPart
Gets the height limit of cloned part.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldStatic memberDefaultHeightLimitOfClonedPart
The default max size of cloned part.
See Also