InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
BscMEScriptingDefs.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Adobe Developer Technologies
6
//
7
// $Author$
8
//
9
// $DateTime$
10
//
11
// $Revision$
12
//
13
// $Change$
14
//
15
// Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16
//
17
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18
// with the terms of the Adobe license agreement accompanying it. If you have received
19
// this file from a source other than Adobe, then your use, modification, or
20
// distribution of it requires the prior written permission of Adobe.
21
//
22
//========================================================================================
23
24
#ifndef __BscMEScriptingDefs_h__
25
#define __BscMEScriptingDefs_h__
26
27
// Note: 4-char IDs below must be unique.
28
// See ScriptingDefs.h for further information.
29
#define kBscME_CLSID {0xc219de83, 0x4e02, 0x4cb5, { 0x99, 0xee, 0x33, 0x60, 0xeb, 0xc3, 0x90, 0xab} }
30
31
#define s_BscMESuite 'sBms'
32
#define c_BscME 'cBme'
33
34
// Method IDs
35
enum
BscMEScriptMethods
36
{
37
e_BscMECreateDoc =
'eCrd'
,
38
e_BscMECreateTextFrame =
'eCrf'
,
39
e_BscMEChangeParagraphAttr =
'eCpa'
,
40
e_BscMEInvertDocument =
'eIvd'
,
41
};
42
43
// Property IDs
44
enum
BscMEScriptProperties
45
{
46
p_BscMEDirection =
'pSed'
,
47
p_BscME =
'pBme'
,
48
p_BscMEDocument =
'pBmd'
,
49
p_BscMEPage =
'pBpg'
,
50
p_BscMEPara =
'pBpa'
,
51
p_BscMELang =
'pBln'
,
52
p_BscMEFont =
'pBfo'
,
53
p_BscMEInvertStories =
'pIvs'
,
54
p_BscMEChangeTableDir =
'pCtr'
,
55
p_BscMEMovePageItem =
'pMpi'
,
56
p_BscMEFlipObjectAngle =
'pFoa'
,
57
};
58
59
enum
BscMeScriptEnum
60
{
61
en_BscMEDirection =
'bsdi'
,
62
en_BscMEDefault =
'bsda'
,
63
en_BscMELeftToRight =
'bsdl'
,
64
en_BscMERightToLeft =
'bsdr'
,
65
en_BscMElanguage =
'bsln'
,
66
en_BscMeArabic =
'bsla'
,
67
en_BscMEHebrew =
'bslh'
,
68
en_BscMERoman =
'bslr'
,
69
};
70
71
#endif // __BscMEScriptingDefs_h__
72
73
// Code generated by DollyXs code generator
tmpdoxygeninput
BscMEScriptingDefs.h
Generated on Sat Jul 19 2025 02:54:11 for InDesign SDK by
1.8.3.1