com.aspose.slides
Interface ShapeProtectionType


public interface ShapeProtectionType

Constants which define the type of a shape protection.


Field Summary
static int LOCK_ADJUST_HANDLES
          Specifies whether the adjust handles of a shape should be locked from being edited.
static int LOCK_ASPECT_RATIO
          Specifies whether the aspect ratio of a shape should be locked from being edited.
static int LOCK_CROPPING
          Specifies whether cropping of a picture should be locked from being edited.
static int LOCK_GROUPING
          Specifies whether the shape should be locked from being grouped with other shapes.
static int LOCK_POSITION
          Specifies whether the position of a shape should be locked from being edited.
static int LOCK_ROTATION
          Specifies whether the rotation of a shape should be locked from being edited.
static int LOCK_SELECT
          Specifies whether the shape should be locked from being selectable in an editor.
static int LOCK_TEXT
          Specifies whether the text attached to a shape should be locked from being edited.
static int LOCK_UNGROUPING
          Specifies whether a grouped shape should be locked from being ungrouped.
static int LOCK_VERTICES
          Specifies whether the vertices of a path should be locked from being edited.
static int UNLOCKED
          Shape is unlocked
 

Field Detail

UNLOCKED

static final int UNLOCKED
Shape is unlocked

See Also:
Constant Field Values

LOCK_GROUPING

static final int LOCK_GROUPING
Specifies whether the shape should be locked from being grouped with other shapes.

See Also:
Constant Field Values

LOCK_ADJUST_HANDLES

static final int LOCK_ADJUST_HANDLES
Specifies whether the adjust handles of a shape should be locked from being edited.

See Also:
Constant Field Values

LOCK_TEXT

static final int LOCK_TEXT
Specifies whether the text attached to a shape should be locked from being edited.

See Also:
Constant Field Values

LOCK_VERTICES

static final int LOCK_VERTICES
Specifies whether the vertices of a path should be locked from being edited.

See Also:
Constant Field Values

LOCK_CROPPING

static final int LOCK_CROPPING
Specifies whether cropping of a picture should be locked from being edited.

See Also:
Constant Field Values

LOCK_SELECT

static final int LOCK_SELECT
Specifies whether the shape should be locked from being selectable in an editor.

See Also:
Constant Field Values

LOCK_POSITION

static final int LOCK_POSITION
Specifies whether the position of a shape should be locked from being edited.

See Also:
Constant Field Values

LOCK_ASPECT_RATIO

static final int LOCK_ASPECT_RATIO
Specifies whether the aspect ratio of a shape should be locked from being edited.

See Also:
Constant Field Values

LOCK_ROTATION

static final int LOCK_ROTATION
Specifies whether the rotation of a shape should be locked from being edited.

See Also:
Constant Field Values

LOCK_UNGROUPING

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

See Also:
Constant Field Values