InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IGraphicAttributeInfo.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Michael_Martz
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 _IGraphicAttributeInfo_
25
#define _IGraphicAttributeInfo_
26
//===================================================================================
27
//___________________________________________________________________________________
28
// INCLUDES
29
//___________________________________________________________________________________
30
#include "GraphicStylesID.h"
31
#include "IPMUnknown.h"
32
//===================================================================================
33
//___________________________________________________________________________________
34
// CLASS DECLARATIONS
35
//___________________________________________________________________________________
36
40
class
IGraphicAttributeInfo
:
public
IPMUnknown
41
{
42
//___________________________________________________________________________
43
// Data Types
44
//___________________________________________________________________________
45
public
:
46
enum
{ kDefaultIID = IID_IGRAPHICATTR_INFO };
47
51
enum
AttributeKind
// Bit field
52
{
55
kGraphicAttr
= 0x0001,
58
kTextAttr
= 0x0002,
61
kTableAttr
= 0x0004,
62
65
kExportAttr
= 0x0008,
66
};
67
68
//___________________________________________________________________________
69
// Member Functions
70
//___________________________________________________________________________
71
public
:
75
virtual
PMString
*
GetName
(
void
)
const
= 0;
76
80
virtual
bool16
IsTextAttribute
(
void
)
const
= 0;
84
virtual
bool16
IsGraphicAttribute
(
void
)
const
= 0;
88
virtual
bool16
IsTableAttribute
(
void
)
const
= 0;
89
93
virtual
bool16
IsExportAttribute
(
void
)
const
= 0;
94
95
99
virtual
bool16
IsRequiredGraphicAttr
(
void
)
const
= 0;
100
104
virtual
bool16
AffectsPageItemGeometry
(
void
)
const
= 0;
105
110
virtual
bool16
ObservedByGraphicState
(
void
)
const
= 0;
111
116
virtual
IPMUnknown
*
CreateTextAttribute
()
const
= 0;
117
122
virtual
IPMUnknown
*
CreateTableAttribute
()
const
= 0;
123
127
virtual
IPMUnknown
*
DuplicateAttribute
(
const
PMIID
& iid)
const
= 0;
128
133
virtual
bool16
IsEqual
(
const
IPMUnknown
* otherAttribute)
const
= 0;
134
138
virtual
ClassID
GetClass
(
void
)
const
= 0;
139
144
virtual
bool16
ObservedByTransparencyAttrSuite
(
void
)
const
= 0;
145
151
virtual
PMString
GetValue
(
const
ClassID
& attrClass,
const
IWorkspace
* ws)
const
= 0;
152
};
153
154
#endif // _IGraphicAttributeInfo_
tmpdoxygeninput
IGraphicAttributeInfo.h
Generated on Sat Jul 19 2025 02:54:13 for InDesign SDK by
1.8.3.1