Update contrib.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 CRichText* CWordModel::Text()
20 /** Gets the engine's rich text object.
22 @return Engine's rich text object */
25 CStyleList* CWordModel::StyleList()
26 /** Gets the engine's style list object.
28 @return Engine's style list object */
31 CPrintSetup* CWordModel::PrintSetup()
32 /** Gets the engine's print setup object.
34 @return Engine's print setup object */
37 CArrayFix<TInt>* CWordModel::PageTable()
38 /** Gets the engine's page table array.
40 A page table is an array of integers; each integer represents the number of
41 characters on a page. It is required for pagination.
43 @return Page table array */
46 CStyleShortCutList* CWordModel::StyleShortCutList()
47 /** Gets the engine's style short cuts array.
49 This object stores a list of keyboard shortcuts to the styles (as returned
50 by StyleList()). The array is in the same order as the style list array.
52 @return Engine's style short cuts array */
53 {return iStyleShortCutList;}
55 TChar& CWordModel::NormalStyleShortCut()
56 /** Gets the keybord short cut for the normal style.
58 @return Keybord short cut for the normal style */
59 {return iNormalStyleShortCut;}