InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IPDFStructureOrderPref.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Sameer Manuja
6
//
7
// $Author$
8
//
9
// $DateTime$
10
//
11
// $Revision$
12
//
13
// $Change$
14
//
15
// ADOBE SYSTEMS INCORPORATED
16
// Copyright 2010 Adobe Systems Incorporated. All Rights Reserved.
17
//
18
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
19
// with the terms of the Adobe license agreement accompanying it. If you have received
20
// this file from a source other than Adobe, then your use, modification, or
21
// distribution of it requires the prior written permission of Adobe.
22
//
23
//========================================================================================
24
25
#ifndef __IPDFStructureOrderPref__
26
#define __IPDFStructureOrderPref__
27
28
#include "PDFID.h"
29
30
class
IPDFStructureOrderPref
:
public
IPMUnknown
31
{
32
public
:
33
enum
{ kDefaultIID = IID_IPDFSTRUCTUREORDERPREF };
34
38
enum
StructureOrder
39
{
41
kXMLStructure
= 0,
43
kArticles
44
};
45
50
virtual
void
Set
(
StructureOrder
order) = 0;
51
56
virtual
StructureOrder
Get
()
const
= 0;
57
};
58
59
#endif
tmpdoxygeninput
IPDFStructureOrderPref.h
Generated on Sat Jul 19 2025 02:54:15 for InDesign SDK by
1.8.3.1