InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IWaxRunIterator.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Ric Kamicar
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 __IWaxRunIterator__
25
#define __IWaxRunIterator__
26
27
class
IWaxRun
;
28
class
PMMatrix
;
29
30
#ifdef PUBLIC_BUILD
31
#endif
32
49
class
IWaxRunIterator
50
{
51
52
public
:
53
virtual
~
IWaxRunIterator
();
54
55
64
virtual
IWaxRun
*
GetFirstRun
() = 0;
65
77
virtual
IWaxRun
*
GetNextRun
() = 0;
78
87
virtual
IWaxRun
*
GetPrevRun
() = 0;
88
97
virtual
IWaxRun
*
PeekRun
()
const
= 0;
98
105
virtual
bool16
AdvanceToRun
(
const
IWaxRun
* waxRun) = 0;
106
112
virtual
PMMatrix
GetRunMatrix
()
const
= 0;
113
};
114
115
116
#endif
tmpdoxygeninput
IWaxRunIterator.h
Generated on Sat Jul 19 2025 02:54:16 for InDesign SDK by
1.8.3.1