public static final class TextReplaceOptions.ReplaceAdjustment
extends com.aspose.ms.System.Enum
Determines action that will be done after replace of text fragment to more short. None - no action, length of the line may be changed; AdjustSpaceWidth - tries adjust spaces between words to keep line length; WholeWordsHyphenation - tries distribute words between paragraph lines to keep paragraph's right field; Default value is None;
Modifier and Type | Field and Description |
---|---|
static int |
AdjustSpaceWidth
Tries adjust spaces between words to keep line length
|
static int |
None
No action, length of the line may be changed
|
static int |
WholeWordsHyphenation
Tries distribute words between paragraph lines to keep paragraph's right field
|
public static final int None
No action, length of the line may be changed
public static final int AdjustSpaceWidth
Tries adjust spaces between words to keep line length
public static final int WholeWordsHyphenation
Tries distribute words between paragraph lines to keep paragraph's right field
Copyright © 2016 Aspose. All Rights Reserved.