TextReplaceOptions.ReplaceAdjustment

Inheritance: java.lang.Object, java.lang.Enum

public enum TextReplaceOptions.ReplaceAdjustment extends Enum<TextReplaceOptions.ReplaceAdjustment>

Determines action that will be done after replace of text fragment to more short. None - no action, replaced text may overlaps rest of the line; AdjustSpaceWidth - tries adjust spaces between words to keep line length; WholeWordsHyphenation - tries distribute words between paragraph lines to keep paragraph’s right field; ShiftRestOfLine - shifts rest of the line according to changing length of text, length of the line may be changed; Default value is ShiftRestOfLine.

Fields

FieldDescription
NoneNo action, replaced text may overlaps rest of the line
AdjustSpaceWidthTries adjust spaces between words to keep line length
WholeWordsHyphenationTries distribute words between paragraph lines to keep paragraph’s right field
IsFormFillingModeTries to spread the words in the available white space using the paragraph width.
ShiftRestOfLine(Default) Shifts rest of the line according to changing length of text, length of the line may be changed

Methods

MethodDescription
values()
valueOf(String name)
getValue()

None

public static final TextReplaceOptions.ReplaceAdjustment None

No action, replaced text may overlaps rest of the line

AdjustSpaceWidth

public static final TextReplaceOptions.ReplaceAdjustment AdjustSpaceWidth

Tries adjust spaces between words to keep line length

WholeWordsHyphenation

public static final TextReplaceOptions.ReplaceAdjustment WholeWordsHyphenation

Tries distribute words between paragraph lines to keep paragraph’s right field

IsFormFillingMode

public static final TextReplaceOptions.ReplaceAdjustment IsFormFillingMode

Tries to spread the words in the available white space using the paragraph width. If the text overflows, it will be hidden.

ShiftRestOfLine

public static final TextReplaceOptions.ReplaceAdjustment ShiftRestOfLine

(Default) Shifts rest of the line according to changing length of text, length of the line may be changed

values()

public static TextReplaceOptions.ReplaceAdjustment[] values()

Returns: com.aspose.pdf.TextReplaceOptions.ReplaceAdjustment[]

valueOf(String name)

public static TextReplaceOptions.ReplaceAdjustment valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: ReplaceAdjustment

getValue()

public int getValue()

Returns: int