26 #ifndef ITEXT_BEHAVIOUR_H_
27 #define ITEXT_BEHAVIOUR_H_
29 #include "FCMPreConfig.h"
41 namespace FrameElement
102 namespace FrameElement
112 {0xcd4a280, 0x95e3, 0x4476, {0xa0, 0x64, 0x41, 0x98, 0x4a, 0x58, 0x94, 0x33}};
122 {0x6327c2d6, 0xb763, 0x4ac9, {0x8f, 0xbd, 0xf4, 0xc2, 0x91, 0x34, 0xd1, 0x7c}};
132 {0x6499d11f, 0x6af1, 0x4403, {0xbd, 0xb1, 0x76, 0x2, 0x14, 0xf3, 0x9d, 0x95}};
142 {0x94655a95, 0x990b, 0x4540, {0x91, 0x5b, 0x70, 0x52, 0x93, 0x32, 0x31, 0xf8}};
152 {0x9d1e6460, 0x990f, 0x4d81, {0xbb, 0x24, 0x8d, 0x91, 0x59, 0xcd, 0x96, 0xf9}};
165 namespace FrameElement
326 #include "FCMPostConfig.h"
328 #endif // ITEXT_BEHAVIOUR_H_
Defines an interface that represents the static text type of the text element present on the stage...
Definition: ITextBehaviour.h:194
Definition: ITextBehaviour.h:67
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
Definition: ITextBehaviour.h:71
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
Definition: ITextBehaviour.h:91
U_Int16 * StringRep16
Used to define a UTF16 (unicode) encoded string.
Definition: FCMTypes.h:161
Definition: ITextBehaviour.h:55
This file contains interface for IFCMUnknown. All FCM interfaces inherit from IFCMUnknown. This interface is similar to Microsoft's COM IUnknown. Primary purpose of this interface is to facilitate a way to obtain pointers to other interfaces through QueryInterface method.
Defines an interface that represents the Input text type of the text element present on the stage...
Definition: ITextBehaviour.h:305
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
U_Int8 Boolean
Type to define a boolean.
Definition: FCMTypes.h:140
This file contains core definitions of the framework Flash Component Model (FCM). ...
Definition: ITextBehaviour.h:83
FCM::ConstFCMIID IID_IMODIFIABLE_TEXT_BEHAVIOUR
Defines the universally-unique interface ID for ITextBehaviour.
Definition: ITextBehaviour.h:131
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
TextFlow
This defines static text flow.
Definition: ITextBehaviour.h:64
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
Defines an interface that represents the dynamic text type of the text element present on the stage...
Definition: ITextBehaviour.h:294
FCM::ConstFCMIID IID_IDYNAMIC_TEXT_BEHAVIOUR
Defines the universally-unique interface ID for IDynamicTextBehaviour.
Definition: ITextBehaviour.h:141
LineMode
This defines the paragraph behavior mode of the dynamic/input text element.
Definition: ITextBehaviour.h:80
Definition: ITextBehaviour.h:51
FCM::ConstFCMIID IID_ITEXT_BEHAVIOUR
Defines the universally-unique interface ID for ITextBehaviour.
Definition: ITextBehaviour.h:111
FCM::ConstFCMIID IID_IINPUT_TEXT_BEHAVIOUR
Defines the universally-unique interface ID for IInputTextBehaviour.
Definition: ITextBehaviour.h:151
FCM::ConstFCMIID IID_ISTATIC_TEXT_BEHAVIOUR
Defines the universally-unique interface ID for IStaticTextBehaviour.
Definition: ITextBehaviour.h:121
OrientationMode
This defines orientation mode of the static text element.
Definition: ITextBehaviour.h:48
Defines an interface that represents type of the text element present on the stage.
Definition: ITextBehaviour.h:173
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165
Definition: ITextBehaviour.h:87
Defines an interface that represents the base class for the dynamic/input text type of the text eleme...
Definition: ITextBehaviour.h:226