public final class HandleRepeatedSpaces
extends com.aspose.ms.System.Enum
Specifies how repeated regular space characters should be handled during Markdown export.
| Modifier and Type | Field and Description |
|---|---|
static int |
AlternateSpacesToNbsp
Converts sequences of two or more consecutive regular spaces by alternating between
regular space characters and non-breaking space entities NBSP.
|
static int |
MultipleSpacesToNbsp
Converts sequences of two or more consecutive regular spaces by preserving the first
space as a regular space character and replacing all subsequent spaces with non-breaking
space entities NBSP.
|
static int |
None
All spaces are preserved as regular space characters without any changes.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int None
All spaces are preserved as regular space characters without any changes. No transformation is applied, and multiple consecutive spaces are exported as-is.
public static final int AlternateSpacesToNbsp
Converts sequences of two or more consecutive regular spaces by alternating between regular space characters and non-breaking space entities NBSP. The first space is always preserved as a regular space.
public static final int MultipleSpacesToNbsp
Converts sequences of two or more consecutive regular spaces by preserving the first space as a regular space character and replacing all subsequent spaces with non-breaking space entities NBSP.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.