![]() | InDesign SDK 20.5 |
#include <ITextAttrLineStyleList.h>

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 IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Simple data interface for holding the list of run-in styles applied to the paragraph
| inline |
| pure virtual |
| inline |
assign the RunInStyleList associated with this interface (usually as a text attribute)
| ValueType | = standardized alias to RunInStyleList |
| pure virtual |
assign the RunInStyleList associated with this interface (usually as a text attribute)
| RunInStyleList |