Custom Platform Support Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Namespaces | Enumerations | Variables
ITextStyle.h File Reference

This file contains the interface for ITextStyle. ITextStyle interface represents properties which describe characters. More...

#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "IFCMUnknown.h"
#include "Utils/DOMTypes.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  DOM::FrameElement::ITextStyle
 Defines an interface that represents the properties that describe characters. 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::BaseLineShiftStyle { DOM::FrameElement::BASE_LINE_SHIFT_STYLE_NORMAL, DOM::FrameElement::BASE_LINE_SHIFT_STYLE_SUPERSCRIPT, DOM::FrameElement::BASE_LINE_SHIFT_STYLE_SUBSCRIPT }
 This enumerates the base line shift styles. More...
 

Variables

FCM::ConstFCMIID DOM::FrameElement::IID_ITEXT_STYLE
 Defines the universally-unique interface ID for ITextStyle. More...
 
FCM::CStringRep8 const DOM::FrameElement::REGULAR_STYLE_STR = "RegularStyle"
 Defines the 'regular' text style.
 
FCM::CStringRep8 const DOM::FrameElement::ITALIC_STYLE_STR = "ItalicStyle"
 Defines the 'italic' text style.
 
FCM::CStringRep8 const DOM::FrameElement::BOLD_STYLE_STR = "BoldStyle"
 Defines the 'bold' text style.
 
FCM::CStringRep8 const DOM::FrameElement::BOLD_ITALIC_STYLE_STR = "BoldItalicStyle"
 Defines the 'bold-italic' text style.
 

Detailed Description

This file contains the interface for ITextStyle. ITextStyle interface represents properties which describe characters.