InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ICellStrokeAttrData::Attributes Class Reference

#include <ICellStrokeAttrData.h>

Public Member Functions

 Attributes (EAttributes a)
 
void Add (EAttributes other)
 
void Remove (EAttributes remove)
 
 operator EAttributes () const
 
bool IsSet (EAttributes other) const
 
void Set (EAttributes other)
 

Detailed Description

Stores the types of attribute being carried.

Member Function Documentation

void ICellStrokeAttrData::Attributes::Add (EAttributes other)
inline

Adds the given attribute to those being carried.

bool ICellStrokeAttrData::Attributes::IsSet (EAttributes other) const
inline

Returns true if the given attributes are being carried.

ICellStrokeAttrData::Attributes::operator EAttributes() const
inline

Returns the attributes currenly being carried.

void ICellStrokeAttrData::Attributes::Remove (EAttributes remove)
inline

Removes the given attribute from those being carried.

void ICellStrokeAttrData::Attributes::Set (EAttributes other)
inline

Set the attributes being carried, overwrites any previous state.