public static final class PageScaling.ScaleOffsetAlignmentOption extends Option
Describes the ScaleOffsetAlignment
features options.
Specifies the alignment of the scaled content.
Modifier and Type | Field and Description |
---|---|
static PageScaling.ScaleOffsetAlignmentOption |
BottomCenter
Specifies the scaling should be aligned on the center of the bottom edge of the media.
|
static PageScaling.ScaleOffsetAlignmentOption |
BottomLeft
Specifies the scaling should be aligned on the bottom left corner of the media.
|
static PageScaling.ScaleOffsetAlignmentOption |
BottomRight
Specifies the scaling should be aligned on the bottom right corner of the media.
|
static PageScaling.ScaleOffsetAlignmentOption |
Center
Specifies the scaling should be centered on the media.
|
static PageScaling.ScaleOffsetAlignmentOption |
LeftCenter
Specifies the scaling should be aligned on the center of the left edge of the media.
|
static PageScaling.ScaleOffsetAlignmentOption |
RightCenter
Specifies the scaling should be aligned on the center of the right edge of the media.
|
static PageScaling.ScaleOffsetAlignmentOption |
TopCenter
Specifies the scaling should be aligned on the center of the top edge of the media.
|
static PageScaling.ScaleOffsetAlignmentOption |
TopLeft
Specifies the scaling should be aligned on the top left corner of the media.
|
static PageScaling.ScaleOffsetAlignmentOption |
TopRight
Specifies the scaling should be aligned on the top right corner of the media.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static PageScaling.ScaleOffsetAlignmentOption BottomCenter
Specifies the scaling should be aligned on the center of the bottom edge of the media.
public static PageScaling.ScaleOffsetAlignmentOption BottomLeft
Specifies the scaling should be aligned on the bottom left corner of the media.
public static PageScaling.ScaleOffsetAlignmentOption BottomRight
Specifies the scaling should be aligned on the bottom right corner of the media.
public static PageScaling.ScaleOffsetAlignmentOption Center
Specifies the scaling should be centered on the media.
public static PageScaling.ScaleOffsetAlignmentOption LeftCenter
Specifies the scaling should be aligned on the center of the left edge of the media.
public static PageScaling.ScaleOffsetAlignmentOption RightCenter
Specifies the scaling should be aligned on the center of the right edge of the media.
public static PageScaling.ScaleOffsetAlignmentOption TopCenter
Specifies the scaling should be aligned on the center of the top edge of the media.
public static PageScaling.ScaleOffsetAlignmentOption TopLeft
Specifies the scaling should be aligned on the top left corner of the media.
public static PageScaling.ScaleOffsetAlignmentOption TopRight
Specifies the scaling should be aligned on the top right corner of the media.
Copyright © 2022 Aspose. All Rights Reserved.