public final class TextTrailingSpacesOptions
extends com.aspose.ms.System.Enum
Contains available options for trailing space handling during opening plain text document (TXT)
Modifier and Type | Field and Description |
---|---|
static int |
Preserve
Pass all trailing spaces to the output HTML "as is", without touching
them
|
static int |
Trim
Trim (truncate) all trailing spaces completely.
|
public static final int Preserve
Pass all trailing spaces to the output HTML "as is", without touching them
public static final int Trim
Trim (truncate) all trailing spaces completely. Default value.
Copyright © 2020. All rights reserved.