|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.slides.ShapeProtection
public final class ShapeProtection
Constants which define the type of a shape protection.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.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.java.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, 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 |
---|
public static final long Unlocked
Shape is unlocked.
public static final long LockGrouping
Specifies whether the shape should be locked from being grouped with other shapes.
public static final long LockAdjustHandles
Specifies whether the adjust handles of a shape should be locked from being edited.
public static final long LockText
Specifies whether the text attached to a shape should be locked from being edited.
public static final long LockVertices
Specifies whether the vertices of a path should be locked from being edited.
public static final long LockCropping
Specifies whether cropping of a picture should be locked from being edited.
public static final long LockSelect
Specifies whether the shape should be locked from being selectable in an editor.
public static final long LockPosition
Specifies whether the position of a shape should be locked from being edited.
public static final long LockAspectRatio
Specifies whether the aspect ratio of a shape should be locked from being edited.
public static final long LockRotation
Specifies whether the rotation of a shape should be locked from being edited.
public static final long LockUngrouping
Specifies whether a grouped shape should be locked from being ungrouped. PowerPoint 97 ignores this flag.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |