![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ISTYLEUNPACKER } |
Public Member Functions | |
| virtual AttributeBossList * | CreateUnpackedStyle (UID styleID)=0 |
| virtual void | ApplyUnpackedStyle (UID styleID, AttributeBossList *attributeList)=0 |
| virtual void | QueryCondensedStyle (IDrawingStyle **fill, UID styleID, const AttributeBossList *overrides)=0 |
| virtual void | QueryCondensedStyle (IDrawingStyle **fill, UID storyThreadStyle, UID styleID, const AttributeBossList *overrides)=0 |
| virtual void | TossCachedStyleData (UID styleID)=0 |
| virtual void | ReleaseSomeMemory (bool16 everything)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Applies all attributes available in the specified style to the passed in AttributeBossList.
| styleID | IN UID of style to unpack. |
| INOUT | DESCRIPTION. |
| pure virtual |
Allocates an AttributeBossList and applies all atttributes available in the specified style.
| styleID | IN UID of style to unpack. |
| pure virtual |
Queries or fills out a kComposeStyleBoss from the specified style and overrides.
| fill | IN OUT The resulting IDrawingStyle. |
| styleID | IN The style to draw attributes from. |
| overrides | IN Applies these overrides after style attributes. |
| pure virtual |
Queries or fills out a kComposeStyleBoss from the specified story thread style, style and overrides.
| fill | IN OUT The resulting IDrawingStyle. |
| storyThreadStyle | IN The style to draw story thread attributes from. |
| styleID | IN The style to draw attributes from. |
| overrides | IN Applies these overrides after style attributes. |
| pure virtual |
Releases some memory from Style Unpacker cache.
| everything | IN Release entire cache. |
| pure virtual |
Tosses cached style data for given UID.
| styleID | IN The UID you want to toss cached data for. |