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

Public Types | |
| enum | { kDefaultIID = IID_ISTATICMULTILINETEXTATTR } |
Public Member Functions | |
| virtual WidgetID | GetScrollBarWidgetID () const =0 |
| virtual int32 | GetFontID () const =0 |
| virtual int32 | GetNumPixelsBetweenLines () const =0 |
| virtual PMPoint | GetInset () const =0 |
| virtual void | SetScrollBarWidgetID (const WidgetID &widgetID)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for getting the attributes of a StaticMultiLineTextAttr widget.
| pure virtual |
Get the font ID for the widget.
| pure virtual |
Get the x and y inset for the text display within the widget frame.
| pure virtual |
Get the number of pixels between lines in the widget.
| pure virtual |
Get the widgetID of the associated scrollbar.
| pure virtual |
Get the widgetID of the associated scrollbar. Note: Setting the widgetID does not automatically cause the static multi-line text widget to redraw. To ensure that the new widget is used, you must force the dialog to re-layout.