InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITextAttrUnderlineMode Class Referenceabstract

#include <ITextAttrUnderlineMode.h>

Inheritance diagram for ITextAttrUnderlineMode:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ITEXTATTRUNDERLINEMODE }
 
typedef
IDrawingStyle::UnderlineMode 
ValueType
 

Public Member Functions

void Set (ValueType flag)
 
ValueType Get () const
 
virtual void SetMode (IDrawingStyle::UnderlineMode um)=0
 
virtual
IDrawingStyle::UnderlineMode 
GetMode () const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

A holds the underline mode value for the underline text attribute

Member Function Documentation

ValueType ITextAttrUnderlineMode::Get (void ) const
inline

Gets the underline mode

Returns
IDrawingStyle::UnderlineMode
virtual IDrawingStyle::UnderlineMode ITextAttrUnderlineMode::GetMode () const
pure virtual

Gets the underline mode

Returns
IDrawingStyle::UnderlineMode
void ITextAttrUnderlineMode::Set (ValueType flag)
inline

Sets the underline mode to the param passed in

Parameters
flagIDrawingStyle::UnderlineMode
virtual void ITextAttrUnderlineMode::SetMode (IDrawingStyle::UnderlineMode um)
pure virtual

Sets the underline mode to the param passed in

Parameters
flagIDrawingStyle::UnderlineMode