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

#include <ITableLineType.h>

Inheritance diagram for ITableLineType:
IPMUnknown

Classes

struct  SType
 

Public Types

enum  { kDefaultIID = IID_ITABLELINETYPE }
 

Public Member Functions

virtual SType Get () const =0
 
virtual void Set (SType type)=0
 
virtual int32 ConvertSTypeToEType (ITableLineType::SType type) const =0
 
virtual ITableLineType::SType ConvertETypeToSType (int32 eType) 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 type of stroke applied to a cell edge

Member Function Documentation

virtual ITableLineType::SType ITableLineType::ConvertETypeToSType (int32 eType) const
pure virtual

conversion methods to fix InCopyWorkflow's CInCopyXMLValue::Get/SetTLineType INTERNAL USE ONLY

virtual int32 ITableLineType::ConvertSTypeToEType (ITableLineType::SType type) const
pure virtual

conversion methods to fix InCopyWorkflow's CInCopyXMLValue::Get/SetTLineType INTERNAL USE ONLY

virtual SType ITableLineType::Get () const
pure virtual

Returns the SType stored in this class

Returns
SType
virtual void ITableLineType::Set (SType type)
pure virtual

Sets the SType stored in this class

Parameters
SType