PdfFormatConversionOptions.SegmentAlignStrategy

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public static final class PdfFormatConversionOptions.SegmentAlignStrategy extends 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.

Fields

FieldDescription
NoneNone.
RestoreSegmentBoundsRestore segment bounds.

None

public static final byte None

None.

RestoreSegmentBounds

public static final byte RestoreSegmentBounds

Restore segment bounds.