com.aspose.slides
Class ShapeProtection

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.ShapeProtection

public final class ShapeProtection
extends com.aspose.ms.System.Enum

Constants which define the type of a shape protection.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static long LockAdjustHandles
           Specifies whether the adjust handles of a shape should be locked from being edited.
static long LockAspectRatio
           Specifies whether the aspect ratio of a shape should be locked from being edited.
static long LockCropping
           Specifies whether cropping of a picture should be locked from being edited.
static long LockGrouping
           Specifies whether the shape should be locked from being grouped with other shapes.
static long LockPosition
           Specifies whether the position of a shape should be locked from being edited.
static long LockRotation
           Specifies whether the rotation of a shape should be locked from being edited.
static long LockSelect
           Specifies whether the shape should be locked from being selectable in an editor.
static long LockText
           Specifies whether the text attached to a shape should be locked from being edited.
static long LockUngrouping
           Specifies whether a grouped shape should be locked from being ungrouped.
static long LockVertices
           Specifies whether the vertices of a path should be locked from being edited.
static long Unlocked
           Shape is unlocked.
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Unlocked

public static final long Unlocked

Shape is unlocked.

See Also:
Constant Field Values

LockGrouping

public static final long LockGrouping

Specifies whether the shape should be locked from being grouped with other shapes.

See Also:
Constant Field Values

LockAdjustHandles

public static final long LockAdjustHandles

Specifies whether the adjust handles of a shape should be locked from being edited.

See Also:
Constant Field Values

LockText

public static final long LockText

Specifies whether the text attached to a shape should be locked from being edited.

See Also:
Constant Field Values

LockVertices

public static final long LockVertices

Specifies whether the vertices of a path should be locked from being edited.

See Also:
Constant Field Values

LockCropping

public static final long LockCropping

Specifies whether cropping of a picture should be locked from being edited.

See Also:
Constant Field Values

LockSelect

public static final long LockSelect

Specifies whether the shape should be locked from being selectable in an editor.

See Also:
Constant Field Values

LockPosition

public static final long LockPosition

Specifies whether the position of a shape should be locked from being edited.

See Also:
Constant Field Values

LockAspectRatio

public static final long LockAspectRatio

Specifies whether the aspect ratio of a shape should be locked from being edited.

See Also:
Constant Field Values

LockRotation

public static final long LockRotation

Specifies whether the rotation of a shape should be locked from being edited.

See Also:
Constant Field Values

LockUngrouping

public static final long LockUngrouping

Specifies whether a grouped shape should be locked from being ungrouped. PowerPoint 97 ignores this flag.

See Also:
Constant Field Values