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

Public Member Functions

 SnpManipulateDisplayPerformance ()
 
virtual ~SnpManipulateDisplayPerformance ()
 
ErrorCode ChangeDisplayPerformanceGroup ()
 
ErrorCode SetViewDisplayPerformance (ILayoutControlData *layoutData)
 
ErrorCode SetPageItemDisplayPerformance (UIDList itemList)
 

Detailed Description

This code snippet provide samples for setting up display performance of application group definitions,display performance settings of layout default and page item overrides.

Constructor & Destructor Documentation

SnpManipulateDisplayPerformance::SnpManipulateDisplayPerformance ()
inline

Constructor.

virtual SnpManipulateDisplayPerformance::~SnpManipulateDisplayPerformance ()
inlinevirtual

Destructor

Member Function Documentation

ErrorCode SnpManipulateDisplayPerformance::ChangeDisplayPerformanceGroup ()

Change display performance group for application.

Returns
kSuccess on success, other ErrorCode otherwise.
ErrorCode SnpManipulateDisplayPerformance::SetPageItemDisplayPerformance (UIDList itemList)

Set display performance of page item overrides

Parameters
itemListlist of page items whose display settings you wish to modify
Returns
kSuccess on success, other ErrorCode otherwise.
ErrorCode SnpManipulateDisplayPerformance::SetViewDisplayPerformance (ILayoutControlDatalayoutData)

Set layout view display performance

Parameters
layoutDatathe ILayoutControlData you wish to modify
Returns
kSuccess on success, other ErrorCode otherwise.