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
| Constructor | Description |
|---|---|
| KeepSolidObjectsAlgorithm() | डिफ़ॉल्ट ऊँचाई सीमा वाले क्लोन किए गए भाग का उपयोग करके KeepSolidObjectsAlgorithm क्लास की नई इंस्टेंस को इनिशियलाइज़ करता है। |
| KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart) | विशिष्ट ऊँचाई सीमा वाले क्लोन किए गए भाग का उपयोग करके KeepSolidObjectsAlgorithm क्लास की नई इंस्टेंस को इनिशियलाइज़ करता है। |
Fields
| Field | Description |
|---|---|
| DEFAULT_HEIGHT_LIMIT_OF_CLONED_PART | The default max size of cloned part. |
Methods
| Method | Description |
|---|---|
| getHeightLimitOfClonedPart() | Gets the height limit of cloned part. |
KeepSolidObjectsAlgorithm()
public KeepSolidObjectsAlgorithm()
डिफ़ॉल्ट ऊँचाई सीमा वाले क्लोन किए गए भाग का उपयोग करके KeepSolidObjectsAlgorithm क्लास की नई इंस्टेंस को इनिशियलाइज़ करता है।
KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart)
public KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart)
विशिष्ट ऊँचाई सीमा वाले क्लोन किए गए भाग का उपयोग करके KeepSolidObjectsAlgorithm क्लास की नई इंस्टेंस को इनिशियलाइज़ करता है।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| heightLimitOfClonedPart | float | The 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