public final class ParagraphAbsorberOptions extends Object
Represents options for the ParagraphAbsorber
.
Constructor and Description |
---|
ParagraphAbsorberOptions()
Initializes a new instance of the
ParagraphAbsorberOptions object. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getSearchRectangle()
Gets or sets paragraph search rectangle.
|
double |
getSectionUnbreakingHorizontalOverride()
Gets or sets the maximum length of zone with 'zero filling level' that will not be treated
as actual horizontal section break (as a fraction of the width / height of a page).
|
double |
getSectionUnbreakingVerticalOverride()
Gets or sets the maximum length of zone with 'zero filling level' that will not be treated
as actual vertical section break (as a fraction of the width / height of a page).
|
void |
setSearchRectangle(Rectangle value)
Gets or sets paragraph search rectangle.
|
void |
setSectionUnbreakingHorizontalOverride(double value)
Gets or sets the maximum length of zone with 'zero filling level' that will not be treated
as actual horizontal section break (as a fraction of the width / height of a page).
|
void |
setSectionUnbreakingVerticalOverride(double value)
Gets or sets the maximum length of zone with 'zero filling level' that will not be treated
as actual vertical section break (as a fraction of the width / height of a page).
|
public ParagraphAbsorberOptions()
Initializes a new instance of the ParagraphAbsorberOptions
object.
public final double getSectionUnbreakingHorizontalOverride()
Gets or sets the maximum length of zone with 'zero filling level' that will not be treated as actual horizontal section break (as a fraction of the width / height of a page). The default value is 0.005.
public final void setSectionUnbreakingHorizontalOverride(double value)
Gets or sets the maximum length of zone with 'zero filling level' that will not be treated as actual horizontal section break (as a fraction of the width / height of a page). The default value is 0.005.
value
- double valuepublic final double getSectionUnbreakingVerticalOverride()
Gets or sets the maximum length of zone with 'zero filling level' that will not be treated as actual vertical section break (as a fraction of the width / height of a page). The default value is 0.005.
public final void setSectionUnbreakingVerticalOverride(double value)
Gets or sets the maximum length of zone with 'zero filling level' that will not be treated as actual vertical section break (as a fraction of the width / height of a page). The default value is 0.005.
value
- double valuepublic final Rectangle getSearchRectangle()
Gets or sets paragraph search rectangle.
public final void setSearchRectangle(Rectangle value)
Gets or sets paragraph search rectangle.
value
- Rectangle instanceCopyright © 2025 Aspose. All Rights Reserved.