InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IQuoteTable.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Adnan_Sulejmanpasic
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 __IQuoteTable__
25
#define __IQuoteTable__
26
27
#include "IPMUnknown.h"
28
#include "QuoteEntry.h"
29
#include "K2Vector.h"
30
31
typedef
K2Vector<QuoteEntry>
QuoteEntryList
;
32
36
class
IQuoteTable
:
public
IPMUnknown
37
{
38
39
public
:
40
41
enum
{ kDefaultIID = IID_IQUOTETABLE };
42
43
virtual
const
QuoteEntry
& GetTypographersQuotes(int32 index)
const
= 0;
44
45
virtual
const
UTF32TextChar
GetTypographersQuotes(
const
PMString
& aName,
const
ILanguage::QuotationType nType,
const
ILanguage::QuotationPosition nPosition) = 0;
46
47
virtual
void
SetTypographersQuotes(
InterfacePtr<ILanguage>
& pLanguage,
const
UTF32TextChar
leftSingle,
const
UTF32TextChar
rightSingle,
48
const
UTF32TextChar
leftDouble,
const
UTF32TextChar
rightDouble) = 0;
49
50
virtual
void
ResetTable() = 0;
51
52
virtual
int32 IsLanguageInTable(
const
PMString
& aName)
const
= 0;
53
54
virtual
int16 GetNumLanguages()
const
= 0;
55
};
56
57
#endif
tmpdoxygeninput
IQuoteTable.h
Generated on Sat Jul 19 2025 02:54:15 for InDesign SDK by
1.8.3.1