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 align strategy
|
static byte |
RestoreSegmentBounds
Strategy to restore segments to original bounds
|
public static final byte None
public static final byte RestoreSegmentBounds
Copyright © 2019 Aspose. All Rights Reserved.