export declare enum TextPosition { Above = 1, On = 2, Bottom = 3 } export declare enum TextAlignment { Left = "left", Center = "center", Right = "right" } export declare enum ProcessVersionType { Draft = 0, CheckedOut = 1, Archived = 2, Published = 3 } export declare enum ProcessStepType { Internal = 0, External = 1 } export declare enum ProcessWorkingStatus { None = 0, SendingForReview = 1, SendingForReviewFailed = 2, SentForReview = 3, CancellingReview = 4, CancellingReviewFailed = 5, SendingForApproval = 6, SendingForApprovalFailed = 7, SentForApproval = 8, CancellingApproval = 9, CancellingApprovalFailed = 10, SyncingToSharePoint = 11, SyncingToSharePointFailed = 12, Archiving = 13, ArchivingFailed = 14, Moving = 15, MovingFailed = 16, InRecyleBin = 17, Restoring = 18, Restored = 19, RecycleBinDeleting = 20, RestoringFailed = 21 } export declare enum ProcessWorkflowType { ReviewWorkflow = 1, PublishWorkflow = 2, CreateDraft = 3, MovedProcess = 4, DeletePublishedProcess = 5, RestoreProcess = 6 } export declare enum WorkflowCompletedType { None = 0, AllTasksDone = 1, MeetDueDate = 2, Cancelled = 3 } export declare enum TaskOutcome { Approved = 1, Rejected = 2, SetNewReviewDate = 3, SetNoNewReminder = 4 } export declare enum ShapeTemplateType { CircleShape = 1, PentagonShape = 2, DiamondShape = 3, FreeformShape = 4, MediaShape = 5, RectShape = 6 } export declare enum PropertySelectionListType { AllUsers = 0, Authors = 1 }