public final class ShapeThumbnailBounds
extends com.aspose.ms.System.Enum
Enumeration of types of shape thumbnail bounds.
Modifier and Type | Field and Description |
---|---|
static int |
Appearance
Shape thumbnail will have size equal to the shape appearance (in bounds of a slide).
|
static int |
Shape
Shape thumbnail will have size equal to the shape bounds rectangle
with taking into account shape outline settings.
|
static int |
Slide
Shape thumbnail will have the size equal to slide size.
|
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, toString
public static final int Slide
Shape thumbnail will have the size equal to slide size. Shape position will be saved.
public static final int Shape
Shape thumbnail will have size equal to the shape bounds rectangle with taking into account shape outline settings.
public static final int Appearance
Shape thumbnail will have size equal to the shape appearance (in bounds of a slide). It can be cases when shape appearance doesn't fit into the shape bounds. E.g. rotation, miter join of acute angle , 3D effects, etc.