![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CusCondTxtFacade (IPMUnknown *boss) | |
| virtual void | TurnOffConditionVisibility (IDocument *document, CustomConditionAttr cusCondAttr) |
| virtual void | TurnOnConditionVisibility (IDocument *document) |
| virtual ErrorCode | SetPrintVisibility (const UIDRef &item, bool16 value) |
| virtual ErrorCode | SetIDMLVisibility (const UIDRef &item, bool16 value) |
Public Member Functions inherited from CPMUnknown< ICusCondTxtFacade > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from ICusCondTxtFacade | |
| enum | { kDefaultIID = IID_ICUSCONDTXTFACADE } |
| enum | CustomConditionAttr { kPrintVisibility, kIdmlVisibility } |
Protected Member Functions inherited from CPMUnknown< ICusCondTxtFacade > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ICusCondTxtFacade > | |
| HelperInterface | fHelperInterface |
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * CusCondTxtFacade::CusCondTxtFacade | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | IN interface ptr from boss object on which this interface is aggregated. |
| virtual |
Set value of visibility for exporting IDML
| item | represents the condition tag |
| value | true is visible, false otherwise |
Implements ICusCondTxtFacade.
| virtual |
Set value of visibility for printing and exporting PDF
| item | represents the condition tag |
| value | true is visible, false otherwise |
Implements ICusCondTxtFacade.
| virtual |
Turns off the visibility of conditions by checking its custom data.
| cusCondAttr | represents the attribute of custom condition, visibility for print/PDF, or IDML |
Implements ICusCondTxtFacade.
| virtual |
Turns on the visibility of conditions by checking its custom data.
Implements ICusCondTxtFacade.