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

#include <ITextAttrLineStyleList.h>

Inheritance diagram for ITextAttrLineStyleList:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ITEXTATTRLINESTYLELIST }
 
enum  { kMaximumNumberOfLineStyleRules = 100 }
 
typedef RunInLineStyleList ValueType
 

Public Member Functions

void Set (const ValueType &list)
 
ValueType Get () const
 
virtual void SetStyleList (const RunInLineStyleList &list)=0
 
virtual RunInLineStyleList GetStyleList () 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

Simple data interface for holding the list of run-in styles applied to the paragraph

Member Function Documentation

ValueType ITextAttrLineStyleList::Get (void ) const
inline
Returns
the RunInStyleList associated with this interface, more standardized naming
virtual RunInLineStyleList ITextAttrLineStyleList::GetStyleList () const
pure virtual
Returns
the RunInStyleList associated with this interface
void ITextAttrLineStyleList::Set (const ValueTypelist)
inline

assign the RunInStyleList associated with this interface (usually as a text attribute)

Parameters
ValueType= standardized alias to RunInStyleList
virtual void ITextAttrLineStyleList::SetStyleList (const RunInLineStyleListlist)
pure virtual

assign the RunInStyleList associated with this interface (usually as a text attribute)

Parameters
RunInStyleList