Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IClassicText.h
Go to the documentation of this file.
1 /******************************************************************************
2 * ADOBE CONFIDENTIAL
3 * ___________________
4 *
5 * Copyright [2013] Adobe Systems Incorporated
6 * All Rights Reserved.
7 *
8 * NOTICE: All information contained herein is, and remains
9 * the property of Adobe Systems Incorporated and its suppliers,
10 * if any. The intellectual and technical concepts contained
11 * herein are proprietary to Adobe Systems Incorporated and its
12 * suppliers and are protected by all applicable intellectual
13 * property laws, including trade secret and copyright laws.
14 * Dissemination of this information or reproduction of this material
15 * is strictly forbidden unless prior written permission is obtained
16 * from Adobe Systems Incorporated.
17 ******************************************************************************/
18 
26 #ifndef ICLASSIC_TEXT_H_
27 #define ICLASSIC_TEXT_H_
28 
29 #include "FCMPreConfig.h"
30 #include "FCMPluginInterface.h"
32 
33 
34 /* -------------------------------------------------- Forward Decl */
35 
36 namespace DOM
37 {
38  namespace FrameElement
39  {
40  FORWARD_DECLARE_INTERFACE(ITextBehaviour);
41  }
42 }
43 
44 
45 /* -------------------------------------------------- Enums */
46 
47 namespace DOM
48 {
49  namespace FrameElement
50  {
56  enum AAMode
57  {
60 
61 
64 
65 
68 
69 
72 
73 
76  };
77  }
78 }
79 
80 /* -------------------------------------------------- Macros / Constants */
81 
82 namespace DOM
83 {
84  namespace FrameElement
85  {
93  {0x5c41008c, 0x3fbd, 0x496d, {0xa3, 0xd1, 0xee, 0x75, 0x2d, 0x9, 0x1d, 0xda}};
94  }
95 }
96 
97 
98 /* -------------------------------------------------- Structs / Unions */
99 
100 namespace DOM
101 {
102  namespace FrameElement
103  {
110  {
113 
116 
117  };
118 
119 
126  {
132 
135 
138  };
139  }
140 }
141 
142 
143 /* -------------------------------------------------- Class Decl */
144 
145 namespace DOM
146 {
147  namespace FrameElement
148  {
155 
156 
167  virtual FCM::Result _FCMCALL GetAntiAliasModeProp(AA_MODE_PROP& aaModeProp) = 0;
168 
169 
181  virtual FCM::Result _FCMCALL GetText(FCM::StringRep16* ppText) = 0;
182 
183 
199  virtual FCM::Result _FCMCALL GetParagraphs(PIFCMList& pParagraphList) = 0;
200 
201 
210  virtual FCM::Result _FCMCALL GetTextBehaviour(PITextBehaviour& pTextBehaviour) = 0;
211 
213  }
214 }
215 
216 
217 /* -------------------------------------------------- Inline / Functions */
218 
219 
220 #include "FCMPostConfig.h"
221 
222 #endif // ICLASSIC_TEXT_H_
223 
FCM::ConstFCMIID IID_ICLASSIC_TEXT_ELEMENT
Defines the universally-unique interface ID for IClassicText.
Definition: IClassicText.h:92
Definition: IClassicText.h:75
#define FORWARD_DECLARE_INTERFACE(ifx)
Used to forward declare an interface ifx.
Definition: FCMMacros.h:114
unsigned _int32 U_Int32
Type to define an unsigned 32-bit value.
Definition: FCMTypes.h:81
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
CUSTOM_AA_MODE_PROP customAAModeProp
Definition: IClassicText.h:137
Structure that consists of Anti-Alias mode and custom mode.
Definition: IClassicText.h:125
Definition: IClassicText.h:63
FCM::U_Int32 structSize
Definition: IClassicText.h:131
FCM::Float aaSharpness
Definition: IClassicText.h:115
U_Int16 * StringRep16
Used to define a UTF16 (unicode) encoded string.
Definition: FCMTypes.h:161
float Float
Type to define a IEEE single precision floating point number.
Definition: FCMTypes.h:111
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
AAMode aaMode
Definition: IClassicText.h:134
This file contains core definitions of the framework Flash Component Model (FCM). ...
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
Definition: IClassicText.h:71
FCM::Float aaThickness
Definition: IClassicText.h:112
U_Int32 Result
Type to define a result. This is usually the return type for most APIs.
Definition: FCMTypes.h:126
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
AAMode
This defines anti-alias mode.
Definition: IClassicText.h:56
Definition: IClassicText.h:67
This file contains the interface for IFrameDisplayElement. The IFrameDisplayElement interface represe...
Defines an interface that represents the text element present on the stage.
Definition: IClassicText.h:154
Definition: IClassicText.h:59
This structure defines a Custom Anti-Alias Mode properties.
Definition: IClassicText.h:109
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165