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

Public Types | |
| enum | { kDefaultIID = IID_ICONDITIONALTEXTOPTIONS } |
| enum | ConditionIndicatorsMode { kShow = 0, kShowAndPrint, kHide } |
Public Member Functions | |
| virtual void | SetShowConditionIndicators (ConditionIndicatorsMode showIndicatorsMode)=0 |
| virtual ConditionIndicatorsMode | GetShowConditionIndicators () const =0 |
| virtual void | SetActiveConditionSet (UID conditionSetUID)=0 |
| virtual UID | GetActiveConditionSet () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
IConditionalTextPrefs is an interface used to set the prefs that control the behavior of conditional text.
| pure virtual |
Get the active condition set UID. It's preferable to use the method IConditionalTextFacade::GetActiveTagSet instead of calling this routine.
| pure virtual |
Get the conditional text indicators show mode.
| pure virtual |
Set the active condition set. It's preferable to use the method in IConditionalTextFacade::SetActiveTagSet to do this which instead of calling this routine directly. The facade will fire the right command and update the UI properly this will do none of that.
| conditionSetUID | IN UID of condition set to make active, may be kInvalidUID if no set is desired to be active |
| pure virtual |
Set the conditional text indicators show mode.
| showIndicatorsMode | IN The show mode for conditional text indicators. |