Custom Platform Support Development Kit
1.3
|
This file contains the interface for ITextBehaviour. ITextElement interface represents the type of the text element on the stage. More...
#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "IFCMUnknown.h"
#include "FCMPostConfig.h"
Go to the source code of this file.
Classes | |
class | DOM::FrameElement::ITextBehaviour |
Defines an interface that represents type of the text element present on the stage. More... | |
class | DOM::FrameElement::IStaticTextBehaviour |
Defines an interface that represents the static text type of the text element present on the stage. More... | |
class | DOM::FrameElement::IModifiableTextBehaviour |
Defines an interface that represents the base class for the dynamic/input text type of the text element present on the stage. More... | |
class | DOM::FrameElement::IDynamicTextBehaviour |
Defines an interface that represents the dynamic text type of the text element present on the stage. More... | |
class | DOM::FrameElement::IInputTextBehaviour |
Defines an interface that represents the Input text type of the text element present on the stage. More... | |
Namespaces | |
DOM | |
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (Document Object Model). | |
DOM::FrameElement | |
Provides interfaces and definitions for Frame elements. | |
Enumerations | |
enum | DOM::FrameElement::OrientationMode { DOM::FrameElement::ORIENTATION_MODE_HORIZONTAL, DOM::FrameElement::ORIENTATION_MODE_VERTICAL } |
This defines orientation mode of the static text element. More... | |
enum | DOM::FrameElement::TextFlow { DOM::FrameElement::TEXT_FLOW_LEFT_TO_RIGHT, DOM::FrameElement::TEXT_FLOW_RIGHT_TO_LEFT } |
This defines static text flow. More... | |
enum | DOM::FrameElement::LineMode { DOM::FrameElement::LINE_MODE_SINGLE, DOM::FrameElement::LINE_MODE_MULTI, DOM::FrameElement::LINE_MODE_MULTI_NO_WRAP } |
This defines the paragraph behavior mode of the dynamic/input text element. More... | |
Variables | |
FCM::ConstFCMIID | DOM::FrameElement::IID_ITEXT_BEHAVIOUR |
Defines the universally-unique interface ID for ITextBehaviour. More... | |
FCM::ConstFCMIID | DOM::FrameElement::IID_ISTATIC_TEXT_BEHAVIOUR |
Defines the universally-unique interface ID for IStaticTextBehaviour. More... | |
FCM::ConstFCMIID | DOM::FrameElement::IID_IMODIFIABLE_TEXT_BEHAVIOUR |
Defines the universally-unique interface ID for ITextBehaviour. More... | |
FCM::ConstFCMIID | DOM::FrameElement::IID_IDYNAMIC_TEXT_BEHAVIOUR |
Defines the universally-unique interface ID for IDynamicTextBehaviour. More... | |
FCM::ConstFCMIID | DOM::FrameElement::IID_IINPUT_TEXT_BEHAVIOUR |
Defines the universally-unique interface ID for IInputTextBehaviour. More... | |
This file contains the interface for ITextBehaviour. ITextElement interface represents the type of the text element on the stage.