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

#include <IPolygonConverter.h>

Inheritance diagram for IPolygonConverter:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IPOLYGONCONVERTER }
 

Public Member Functions

virtual IPathGeometryCreatePolygon () const =0
 
virtual bool16 InitPolygon (IPathGeometry *pNew) const =0
 
virtual bool16 IsRectangle (bool16 checkCornerRadius=kFalse) 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

The IPolygonConverter is used by the PageItemStandOff for rotated TextFrames, rotated StandOffs and contour StandOffs. The implementations are named as *ToPolygon:


Generic PageItem: kPageItemToPolygonBoss

Rectangle:   kRectToPolygonBoss

Oval: kPageItemToPolygonBoss

Line: kLineToPolygonBoss

Polygon: kPolyToPolygonBoss

FrameItem: kRectToPolygonBoss

QD3DItem: kRectToPolygonBoss