public static final class PdfFormatConversionOptions.SegmentAlignStrategy
extends com.aspose.ms.System.Enum
Describes strategies used to align document text segments. Now only strategy to restore segments to original bounds is supported. In future another strategies could be added.
Modifier and Type | Field and Description |
---|---|
static byte |
None
None.
|
static byte |
RestoreSegmentBounds
Restore segment bounds.
|
public static final byte None
None.
public static final byte RestoreSegmentBounds
Restore segment bounds.